MojoHaus Version Maven Plugin Version 2.4 Released

The MojoHaus team is pleased to announce the release of the Versions Maven Plugin Version 2.4.

The Versions Plugin is used when you want to manage the versions of artifacts in a project's POM.

To get this update, simply specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.codehaus.mojo</groupId>
3  <artifactId>versions-maven-plugin</artifactId>
4  <version>2.4</version>
5</plugin>

The support for rules.xml is marked deprecated and it is intended to remove support for this in versions-maven-plugin 3.0.0. If you like to keep the support for this please vote on the issue-157.

Release Notes

Enjoy,

The Mojo team.

Kind regards Karl Heinz Marbaise