it will prompt with that as the default next version, 1.0.0 as the default release version, and artifactId-1.0.0 as the default tag (where artifactId is the artifactId of the root pom you are running release on) you unless you do -B in which case yes.
On 24 May 2012 15:23, DK <[email protected]> wrote: > So how does release work with SVN. > > If all my projects are at <version>1.0.0-SNAPSHOT</version>. > What will running the mvn release command do? > > Will it result in 1.0.1-SNAPSHOT? > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-versioning-tp5709659p5709665.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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
