Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 50747 invoked from network); 4 Nov 2008 17:56:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Nov 2008 17:56:00 -0000 Received: (qmail 8458 invoked by uid 500); 4 Nov 2008 17:56:06 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 8306 invoked by uid 500); 4 Nov 2008 17:56:06 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 8295 invoked by uid 99); 4 Nov 2008 17:56:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 09:56:06 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.217.31 as permitted sender) Received: from [209.85.217.31] (HELO mail-gx0-f31.google.com) (209.85.217.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 17:54:50 +0000 Received: by gxk12 with SMTP id 12so842478gxk.3 for ; Tue, 04 Nov 2008 09:54:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=y49ZYT5U/VVAP9gMo4oQEkViqOZ6FKizOmqG4MbzGXY=; b=JIy6zSGUtNEGPh8tUwMLqxxxxV/5ozW0KkHF30HNJxenzv6Y6btQ/n1xoT8zu9NFPX CO9Ck0iRlqHNhJmavB9YGrni2hviXBMees0N0T5UMWCsynslBKaOpbtEY/uxF7OlElvq VT7ZPISPxfyCLxAutZ2jfmQJ1qYPnwLSqXPkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fBGGoQ2r36YZe/MmzKnwv6D33DSgnslTwLDEk/cfXuVrhdKxk+CAbvWKV/jeTb6H6E M2h7/2e/OYbP5Y68NXYEqElRYr7jwvpttrnEm5CoLWxt6HMTkTr8TbZnw9PIlVVwP8Ce +53U4+pyP/4+Ifn+xE7kehYA6ZchDFR2ucIVg= Received: by 10.214.79.3 with SMTP id c3mr2088427qab.233.1225821270810; Tue, 04 Nov 2008 09:54:30 -0800 (PST) Received: by 10.214.181.7 with HTTP; Tue, 4 Nov 2008 09:54:30 -0800 (PST) Message-ID: Date: Tue, 4 Nov 2008 11:54:30 -0600 From: "Wendy Smoak" To: dev@continuum.apache.org Subject: Re: Continuum release versioning In-Reply-To: <9948cb690805111304g7adc3a7em151177491576b1ee@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9948cb690805111304g7adc3a7em151177491576b1ee@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Sun, May 11, 2008 at 2:04 PM, Olivier Lamy wrote: > Hi, > I prefer the httpd style too (but no real issue with the maven one). > A release is a release. IHMO we don't need to use some "marketing" names > :-). It seems that we need to revisit this topic. :) IMO if we're going to release early and (fairly) often, we need a way to communicate quality/stability to users. My preference is to do 1.3.0, 1.3.1, 1.3.2 and to "label" them (alpha/beta/milestone/GA) in the release announcement and download page. This means that 1.3.0 doesn't have to be feature complete, and that we may skip versions if a problem is found and a vote doesn't pass. Another option is the way Archiva has decided to do it, with milestones 1.3-M1, 1.3-M2, 1.3 then 1.3.1, 1.3.2 patch releases. Here we need to avoid reusing version numbers, so we might need a release candidate process in order to make sure "1.3" doesn't get built over and over. Are there any modifications to the above, or other versioning schemes we should consider? Thanks, -- Wendy