Re: Versions Plugin: use-latest-versions vs. use-next-versions?

2009-09-14 Thread Stephen Connolly
mail.com] >> Gesendet: Montag, 14. September 2009 16:49 >> An: Maven Users List >> Betreff: Re: Versions Plugin: use-latest-versions vs. >> use-next-versions? >> >> Can you file a JIRA to update this page: >> http://mojo.codehaus.org/versions-maven-plugin/examples/adv

Re: Versions Plugin: use-latest-versions vs. use-next-versions?

2009-09-14 Thread Stephen Connolly
Can you file a JIRA to update this page: http://mojo.codehaus.org/versions-maven-plugin/examples/advancing-dependency-versions.html with a matrix table showing what the different goals do exactly. Cheers -Stephen 2009/9/14 Stephen Connolly : > 2009/9/14 Lewis, Eric : >> Hi >> >> I'm a bit confus

Re: Versions Plugin: use-latest-versions vs. use-next-versions?

2009-09-14 Thread Stephen Connolly
2009/9/14 Lewis, Eric : > Hi > > I'm a bit confused about these two goals in the Versions Plugin. > > For both, the documentation says "Replaces any version with the latest > version." > > What I want to do is replace "x.y.z-SNAPSHOT" by "x.y.z" > > Supposing that my project has a dependency on fo

AW: Versions Plugin: use-latest-versions vs. use-next-versions?

2009-09-14 Thread Lewis, Eric
n Users List > Betreff: Re: Versions Plugin: use-latest-versions vs. > use-next-versions? > > Can you file a JIRA to update this page: > http://mojo.codehaus.org/versions-maven-plugin/examples/advanc > ing-dependency-versions.html > with a matrix table showing what the differ

Versions Plugin: use-latest-versions vs. use-next-versions?

2009-09-14 Thread Lewis, Eric
Hi I'm a bit confused about these two goals in the Versions Plugin. For both, the documentation says "Replaces any version with the latest version." What I want to do is replace "x.y.z-SNAPSHOT" by "x.y.z" Supposing that my project has a dependency on foo:1.2.3-SNAPSHOT and both foo:1.2.3 and