Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 77828 invoked from network); 27 Aug 2008 23:52:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2008 23:52:28 -0000 Received: (qmail 81457 invoked by uid 500); 27 Aug 2008 23:52:25 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 81368 invoked by uid 500); 27 Aug 2008 23:52:24 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 81356 invoked by uid 99); 27 Aug 2008 23:52:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 16:52:24 -0700 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 paulus.benedictus@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 23:51:27 +0000 Received: by py-out-1112.google.com with SMTP id a73so92581pye.2 for ; Wed, 27 Aug 2008 16:51:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=cAhSC0j7BWYJ1twM1YkglDdu6oZfWmyAihjKw9genKk=; b=ICshSq1Wu6vLZ0KOok1XREyM7Kwm5wdXTqIUvek+QNFdSX+JvBrL5enYkx3vtmELFO 4f8+KrItqfVPeq/QfOATK6vByMr+HK0fnCeo2Q5NWfd+WsTzwRe1hPEMSbGT5K68FCAY bngTNO6TCNhOgt43IQ/XPOQ3BxkPVNv+QWbMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=L0ACkk5keO5s/wWh6GGykN84xcBL8lr/07N7QLQlfcAD4A+AKi0ZCrC+BXhKbdnuQJ Mi5zJiydJ4liu0EoeFSxikLnvDJhJy2ctAbAemScY5aLU6R6sQ8OIATqLC8YaKLDrXLv Zeryvvfw7qj62fvJemoke/o2xGnSmaeKSn4ig= Received: by 10.65.234.18 with SMTP id l18mr1097119qbr.1.1219881099700; Wed, 27 Aug 2008 16:51:39 -0700 (PDT) Received: by 10.65.59.9 with HTTP; Wed, 27 Aug 2008 16:51:39 -0700 (PDT) Message-ID: Date: Wed, 27 Aug 2008 18:51:39 -0500 From: "Paul Benedict" Sender: paulus.benedictus@gmail.com To: "Maven Developers List" Subject: Some Maven Musings on Versioning MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: ef712aa5bf1685ec X-Virus-Checked: Checked by ClamAV on apache.org I just want to throw out some thoughts on versioning. 1) I noticed that the transformation of 2.0.10 -> 2.1 has not (yet) also brought the renaming of SVN tags. I think this is an eventual must-do so the future 2.0.10 -- the one designed for critical bug fixes -- can go forward. 2) There was agreement back in the 2.0.9 release that commits being applied to both branches and trunk would receive all relevant Fixed Version numbers in their respective tickets. Please notice that not many 2.0.10 issues are also marked as 3.0 and 2.1. They really should be so the whole community can determine which issues are exclusively for a point release, and which are gracious backports. I don't seem to have that privilege in JIRA, but I would help if it were given to me, assuming no one else who is currently able wants to manage those tickets. 3) The forever lingering 3.0-alpha-1 release (was 2.1-alpha-1) is need of a release for the sake of moving on. There will never be enough blockers solved for an alpha release to be prepared for consumption. It's why it's called an alpha release :-) It's going to work, but not work well enough. My recommendation is to determine which remaining issues make the product totally unusable, fix those, and get the first alpha out the door. The remaining issues can be slated for a very short 3.0-alpha-2, which would push back the next list to 3.0-alpha-3. Paul --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org