Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E2D2117AE for ; Mon, 5 May 2014 19:59:16 +0000 (UTC) Received: (qmail 20822 invoked by uid 500); 5 May 2014 19:59:03 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 20758 invoked by uid 500); 5 May 2014 19:59:01 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 20693 invoked by uid 99); 5 May 2014 19:58:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2014 19:58:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2014 19:58:52 +0000 Received: by mail-wi0-f173.google.com with SMTP id bs8so6154771wib.0 for ; Mon, 05 May 2014 12:58:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=3MnHOTFR18q430G89yL+93/B+6iTJetQpB0Dm2z2Amk=; b=FFfGkWDPHOEDJ9gJg0R9RK/HHgjqekaK+xUWdOwE+U3Mq06oorZQeyU6M2ZT8dpK22 PAlFjytf/Mp1qy57+jftnLtXVr48b0Q6yXpPiI475JvpYoodlayEKTLj1sJm9JquHpH9 3bfZNk4bi6otdJgm5Xy58i3HROCoxwKzUye5+6O1c8qLUoeWTUSrT918X7Gikp6H11yb hkEdMFVDdDAIuYzp8vSE4OEjuSkTO8ekuSmFVq7o9gyBFO+PJBEUIDb6EcunIYBY+HgP Iz2RDyzLOyJqDzn1envQ6kHsotrdxV6J8sbazZihZK5a++oW7lX280bFO4XqLR2qLa9E a7qA== X-Gm-Message-State: ALoCoQmWnoovOtd4hKiLoy8Z8+lCZr6i44GXXaVVdD4IKVXQlH6D6Juw09UdyYm1vFaOJ42FylBF MIME-Version: 1.0 X-Received: by 10.180.8.66 with SMTP id p2mr17485150wia.37.1399319911579; Mon, 05 May 2014 12:58:31 -0700 (PDT) Received: by 10.194.202.200 with HTTP; Mon, 5 May 2014 12:58:31 -0700 (PDT) In-Reply-To: References: <1399317745677.7039b34b@Nodemailer> Date: Mon, 5 May 2014 15:58:31 -0400 Message-ID: Subject: Re: [VOTE] end of life plan for 1.4 branch From: Joey Echeverria To: dev@accumulo.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, May 5, 2014 at 3:38 PM, Christopher wrote: > I elaborated above, but in short, all previous tags have indicated > releases. This is standard to publish tags in SCM to denote a release. > it's confusing to have a tag that does not denote a release. Further, > having a version that is greater than the greatest approved release > may mislead people who build from source to use the "latest", thinking > it was approved and it wasn't. I agree that 1.4.6-eol is not a good name since it implies a 1.4.6 release that never happened. I don't agree with the fact that tags are only used in SCM to denote a release. I think that's the most common usage, but I've always viewed a tag as any significant point on a branch that signifies not to expect further changes. The places where those exist in most projects is for releases and branches that have been EOLed. -Joey