> -----Original Message----- > From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] > Sent: vendredi 5 août 2005 12:58 > To: continuum-dev@maven.apache.org > Subject: Re: continuum jira > > On Fri, Aug 05, 2005 at 01:53:25PM +1000, Brett Porter wrote: > > please note I've renamed the releases so 1.0-alpha-4 comes next, and > > 1.0-beta-1 after that. When closing issues, please close them for > > alpha-4 (despite what the pom says). > > > > Good justification for using 1.0-SNAPSHOT in the POM and labelling a > > release at release time, I think :) > > +1, I like how that turned out with the Maven 2 alphas
Are you saying you'd do it this way: 1.0-SNAPSHOT -> 0.1 -> 1.0-SNAPSHOT -> 0.2 -> ... Instead of: 0.1-SNAPSHOT -> 0.1 -> 0.2-SNAPSHOT -> 0.2 -> ... ? I'm always used this second strategy and I'm curious about the limitation. When is it a problem? Is it as the edge when you decide to release the 1.0 version and you don't know what will be the last 0.N one? Thanks -Vincent