Mojo's Build Number Maven Plugin Version 1.3 Released

The Mojo team is pleased to announce the release of the buildnumber-maven-plugin version 1.3.

This mojo is designed to get a unique build number for each time you build your project. So while your version may remain constant at 1.0-SNAPSHOT for many iterations until release, you will have a build number that can uniquely identify each build during that time.

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

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

Release Notes Release 1.3.

Bugs:

Improvements:

Enjoy,

The Mojo team.

-- Baptiste