The Mojo team is pleased to announce the release of the Build Helper Maven Plugin version 1.4.

http://mojo.codehaus.org/build-helper-maven-plugin/

This is mainly a bug fix release.

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

 <plugin>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>build-helper-maven-plugin</artifactId>
   <version>1.4</version>
 </plugin>

A comprehensive list of changes is attached at the end of this mail.

Regards,

The Mojo team.


Release Notes - Maven 2.x Build Helper Plugin - Version 1.4

** Bug
    * [MBUILDHELPER-11] - ParseVersionMojo throws NPE when there is no qualifier

** New Feature
* [MBUILDHELPER-12] - Version parser should be more flexible with the format of the version string






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

Reply via email to