Re: how to easily release a version and change to new version?

2009-12-09 Thread Laird Nelson
On Wed, Dec 9, 2009 at 11:31 AM, NGUYEN Cong Kinh 
cong_kinh.ngu...@it-sudparis.eu wrote:

 Now, the versions of the modules is 0.1.8-SNAPSHOT. I want to release 0.1.8
 and start the 0.1.9-SNAPSHOT version. Is there any way to only do something
 in the trunk/pom.xml, I can then easily release 0.1.8 and change  to
 0.1.9-SNAPSHOT.


http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html,
probably.

Best,
Laird


Re: how to easily release a version and change to new version?

2009-12-09 Thread Dan Tran
this will get you started

mvn -B release:prepare release:perform

after that tailor it to your desired

-Dan


On Wed, Dec 9, 2009 at 8:48 AM, Laird Nelson ljnel...@gmail.com wrote:
 On Wed, Dec 9, 2009 at 11:31 AM, NGUYEN Cong Kinh 
 cong_kinh.ngu...@it-sudparis.eu wrote:

 Now, the versions of the modules is 0.1.8-SNAPSHOT. I want to release 0.1.8
 and start the 0.1.9-SNAPSHOT version. Is there any way to only do something
 in the trunk/pom.xml, I can then easily release 0.1.8 and change  to
 0.1.9-SNAPSHOT.


 http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html,
 probably.

 Best,
 Laird


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org