On 24 May 2012 13:39, DK <desmond.kirr...@gmail.com> wrote:
> Hi,
>
> New to Maven and have a couple of questions around versioning.
>
> Should all projects within a multi-module project have the same version?

Not required, but can usually be helpful.

>
> Should all projects related to each other keep the same version number?

I would say that all projects that are released together should have
the same version number

>
> Any best practices on changing version numbers?

Use the release plugin... and if you have very special needs then fall
back to the versions plugin @ mojo... but the release plugin should be
your go-to option.

>
> Thanks
>
> --
> View this message in context: 
> http://maven.40175.n5.nabble.com/Maven-versioning-tp5709659.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>

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

Reply via email to