Mojo Build Helper Maven Plugin Version 1.9.1 Released
The Mojo team is pleased to announce the release of the Build Helper Maven Plugin Version 1.9.1.
This plugin contains various small independent goals to assist with Maven build lifecycle.
To get this update, simply specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.codehaus.mojo</groupId>
3 <artifactId>build-helper-maven-plugin</artifactId>
4 <version>1.9.1</version>
5</plugin>
Bugs:
- MBUILDHELPER-69 - buildNumber parsed results are different between snapshot and release
- MBUILDHELPER-70 - Invalid usage of String.compareTo
Task:
- MBUILDHELPER-68 - maven 2.2.1 as minimum maven runtime
Enjoy,
The Mojo team.