Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 30029 invoked from network); 8 Mar 2007 22:07:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Mar 2007 22:07:53 -0000 Received: (qmail 91083 invoked by uid 500); 8 Mar 2007 22:08:01 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 90511 invoked by uid 500); 8 Mar 2007 22:08:00 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 90502 invoked by uid 99); 8 Mar 2007 22:07:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2007 14:07:59 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of robertburrelldonkin@gmail.com designates 209.85.132.247 as permitted sender) Received: from [209.85.132.247] (HELO an-out-0708.google.com) (209.85.132.247) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2007 14:07:48 -0800 Received: by an-out-0708.google.com with SMTP id b2so544113ana for ; Thu, 08 Mar 2007 14:07:27 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZqJVTp+EQez+PTloYZ9BFY0IIMyehiYx892Y4MyCv0F2fveAsgzwaKnvwEjybN6Iuk6LBZG7U8g3nDS0p9FtHco6STluVFXSdUIcXSIT9UUM7iWod2CFjJ2R+9iNWeHEqaw+QeMtpW+U+lhTu5nlgtuMIlryOTWYZq1zd+MVKfk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kd5v5VlXeOGFrLYcAY3MeuMEqyfe8xR+SPzz/v1xyf6TUZ6bEUO1JJEO2Ng55Gd3KxN3S6MCpxq1nRCLlMicRhmE55+yKeuBX+PsQplacXi3rkKu5KJqH+t7tBpbp5K54m6WO3XybPuHsL4QB4buuGcNAygCCvLby1MgJCsWVKI= Received: by 10.100.31.2 with SMTP id e2mr722357ane.1173391647137; Thu, 08 Mar 2007 14:07:27 -0800 (PST) Received: by 10.100.32.9 with HTTP; Thu, 8 Mar 2007 14:07:27 -0800 (PST) Message-ID: Date: Thu, 8 Mar 2007 22:07:27 +0000 From: "robert burrell donkin" To: dev@harmony.apache.org Subject: Re: [general] proposal : starting a release train In-Reply-To: <636fd28e0703081352t56d8271cj77105a57574d5769@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8EBB11B7-4056-4449-9798-CE9D0850DF9C@pobox.com> <38ADFC98-F826-4159-B9A3-D48A5B521459@pobox.com> <636fd28e0703080903p1867a069w9cab5d9e14f49dd0@mail.gmail.com> <2F550B04-4478-4C3C-841F-180B2AA950CB@pobox.com> <636fd28e0703081127g3ca135e7m5dd1e31d114be4d1@mail.gmail.com> <636fd28e0703081352t56d8271cj77105a57574d5769@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 3/8/07, Alex Blewitt wrote: > On 08/03/07, robert burrell donkin wrote: > > On 3/8/07, Geir Magnusson Jr. wrote: > > > > > > On Mar 8, 2007, at 2:27 PM, Alex Blewitt wrote: > > > > > > > We ought to have a version monkier as well as M1, to ensure we don't > > > > get confused in the future. > > > > less confusing (in the long run) and more future proof not to use > > version monikers > > > > the traditional 0.x is a good approach for most open source projects > > (when pushing towards a 1.0) but IMHO harmony needs milestones and so > > adopting a 0.x version numbering system wouldn't work very well. > > I completely disagree with your views. there's quite a few points in a short space. which ones do you disagree with? > > > Please not 1.0M1. Please please please. > > > > +1 > > > > there are lots of reasons not to use versions numbers for this kind of release > > > > here's one example: 1.0M1 confuses automatic dependency management systems > > Please. Give me one system that can't handle a major/minor/qualifier > version number. AIUI maven and ivy both think that 1.0M1 comes after 1.0 (this is also true of many users) - robert