RE: LATEST / RELEASE dependency version

2009-09-23 Thread Mohan KR
@maven.apache.org Subject: RE: LATEST / RELEASE dependency version Thanks Stephen, that's very helpful - hadn't appreciated the subtle difference that LATEST was not necessarily LARGEST. Will take a good look at ranges then - thanks -Original Message- From: Stephen Connolly [mailto:stephen.

RE: LATEST / RELEASE dependency version

2009-09-23 Thread james.shute
9 20:31 To: Maven Users List Cc: Subject: Re: LATEST / RELEASE dependency version these are *deprecated* features they never do what you think they do! LATEST picks the last version to be deployed... RELEASE picks the last non-SNAPSHOT to be deployed now imagine you have two development streams i

Re: LATEST / RELEASE dependency version

2009-09-22 Thread Stephen Connolly
these are *deprecated* features they never do what you think they do! LATEST picks the last version to be deployed... RELEASE picks the last non-SNAPSHOT to be deployed now imagine you have two development streams in progress... 1.x and 2.x as each stream deploys their releases, RELEASE wil

RE: LATEST / RELEASE dependency version

2009-09-22 Thread Martin Gainty
fourni. > Subject: LATEST / RELEASE dependency version > Date: Tue, 22 Sep 2009 20:03:10 +0100 > From: james.sh...@nomura.com > To: users@maven.apache.org > > Looking in the Sonatype Maven book I see mention of the ability to > specify the version of a dependency as LATES

LATEST / RELEASE dependency version

2009-09-22 Thread james.shute
Looking in the Sonatype Maven book I see mention of the ability to specify the version of a dependency as LATEST or RELEASE (http://www.sonatype.com/books/maven-book/reference/pom-relationships-se ct-pom-syntax.html , 9.3.1.3) However when I try this (I'm using 2.0.9 and Nexus) it doesn't seem