release:update-versions only for development versions?

2010-07-27 Thread prenaud76
The update-versions goal of the maven-release-plugin:2.0 is driving me nuts! No matter what I do it keeps adding a -SNAPSHOT to the version I specify on the command line, which leads me to believe the goal is intended to be used only for development versions and not for release versions. I want

Re: release:update-versions only for development versions?

2010-07-27 Thread Stephen Connolly
mvn versions:set versions:commit -DnewVersion=1.0.0 On 27 July 2010 15:46, prenaud76 patrick.ren...@ericsson.com wrote: The update-versions goal of the maven-release-plugin:2.0 is driving me nuts! No matter what I do it keeps adding a -SNAPSHOT to the version I specify on the command line,