1.0.0-SNAPSHOT considered older than 1.0.0?

2012-12-20 Thread org.apache.maven.user
Hi. I can't find any documentation on the Maven site about snapshots. I'm trying to determine whether a snapshot is considered to be older or newer than the version number prefix. Is 1.0.0-SNAPSHOT considered to be the current HEAD, having a theoretical 1.0.0 at some point in the past, or is

Re: 1.0.0-SNAPSHOT considered older than 1.0.0?

2012-12-20 Thread Arnaud Héritier
I don't have the time to check the doc but if it's not in, this is a big error (don't hesitate to open an issue) A SNAPSHOT is the development version before producing the release. A SNAPSHOT is older than its release 1.0.0-SNAPSHOT - 1.0.0- 1.0.1-SNAPSHOT - 1.0.1 - .. Cheers On Thu, Dec 20,

Re: 1.0.0-SNAPSHOT considered older than 1.0.0?

2012-12-20 Thread Thomas Broyer
On Thu, Dec 20, 2012 at 3:02 PM, org.apache.maven.u...@io7m.com wrote: Hi. I can't find any documentation on the Maven site about snapshots. I'm trying to determine whether a snapshot is considered to be older or newer than the version number prefix. Is 1.0.0-SNAPSHOT considered to be the

Re: 1.0.0-SNAPSHOT considered older than 1.0.0?

2012-12-20 Thread Randy Sr
x.x.x-SNAPSHOT is the precursor to x.x.x  The SNAPSHOT value is used to allow the version to refer to the 'latest' code along a branch and provides no guarantee that the code is stable or unchanging.  The release process changes x.x.x-SNAPSHOT to x.x.x, freezes the code to provide a guarantee that

Re: 1.0.0-SNAPSHOT considered older than 1.0.0?

2012-12-20 Thread org.apache.maven.user
On Thu, 20 Dec 2012 15:08:26 +0100 Arnaud Héritier aherit...@gmail.com wrote: I don't have the time to check the doc but if it's not in, this is a big error (don't hesitate to open an issue) A SNAPSHOT is the development version before producing the release. A SNAPSHOT is older than its

Re: 1.0.0-SNAPSHOT considered older than 1.0.0?

2012-12-20 Thread Dan Rollo
I created this bug report: Maven Getting Started Guide should clarify SNAPSHOT qualifier of 'version' element precedes release http://jira.codehaus.org/browse/MNGSITE-167 Dan On 12/20/2012 12:47 PM, users-digest-h...@maven.apache.org wrote: Subject: Re: 1.0.0-SNAPSHOT considered older

Re: 1.0.0-SNAPSHOT considered older than 1.0.0?

2012-12-20 Thread Hervé BOUTEMY
the Maven core reference doc is http://maven.apache.org/ref/3.1- SNAPSHOT/maven- artifact/apidocs/org/apache/maven/artifact/versioning/ComparableVersion.html Le jeudi 20 décembre 2012 14:02:02 org.apache.maven.u...@io7m.com a écrit : Hi. I can't find any documentation on the Maven site about