Hi,

The Mojo team is pleased to announce the release of the Maven
BuildNumber Plugin version 1.2.

The buildnumber plugin sets properties to numbers generates from SCM
revisions or other indications.

You can see more about the plugin at:

http://mojo.codehaus.org/rbuildnumbe-maven-plugin/

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

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>buildnumber-maven-plugin</artifactId>
        <version>1.2</version>
</plugin>


Release Notes - Mojo Build Number Maven Plugin - Version 1.2


** Bug
    * [MBUILDNUM-1] - javasvn issues, not respecting developerConnection
    * [MBUILDNUM-2] - Incorrect regexp in items documentation on
create-mojo.html
    * [MBUILDNUM-71] - buildnumber plugin doc errors
    * [MBUILDNUM-75] - ClassCastException in CreateMojo.getScmBranch
    * [MBUILDNUM-76] - ${buildNumber} in finalName not resolved to
value when Artifact.getFile() called in maven-android-plugin
    * [MBUILDNUM-85] - Buildnumber plugin doesn't fail on doCheck if
file is modified
    * [MBUILDNUM-89] - doUpdate is not documented

** Improvement
    * [MBUILDNUM-12] - There is no way how to get SVN revision into
formatted buildNumber
    * [MBUILDNUM-13] - Add @threadSafe support for maven3

** New Feature
    * [MBUILDNUM-7] - Special item scmVersion to format build numbers
with both scm version and serial number

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to