RE: Incrementing a pom version in a multi-module project (without doing by hand)

2008-06-25 Thread Jeudy, Guillaume
Ian, This looks like a usecase for release:prepare, this will create a new SCM tag and manage your version numbers in the pom.xml files. thanks, -Guillaume From: Ian Rowlands [mailto:[EMAIL PROTECTED] Sent: Tue 24/06/2008 7:34 PM To: users@maven.apache.org S

RE: Incrementing a pom version in a multi-module project (without doing by hand)

2008-06-20 Thread Beelen, M. - SPLXL
Ian, In most project I've been working on the projects version only gets increase when a release has been done of the previous version. My advice would be to use the maven-release-plugin.[1] When you run "maven release:prepare" maven asks you for the version currently being released and the new v