Yes. The Versions Maven Plugin ( http://mojo.codehaus.org/versions-maven-plugin/) could help you.
/Anders On Tue, Jun 29, 2010 at 20:13, tbee <[email protected]> wrote: > > I have a good working multiproject release but no SCM setup yet (I'm > waiting > for BRZ to be installed to replace CVS). > > Currently the parent pom has version 1.10-SNAPSHOT configured. The > component's pom refer to this pom. If I want to release 1.10, do I need to > modify all the pom's and remove "-SNAPSHOT"? > > release:prepare does not work because of the missing SCM. > -- > View this message in context: > http://maven.40175.n5.nabble.com/Multi-project-release-without-SCM-tp511922p511922.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
