You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2012/05/04 15:17:10 UTC

[ANN] Buildnumber Maven plugin 1.1 Released

Hi,

The Mojo team is pleased to announce the release of the Buildnumber
Maven plugin version 1.1

This mojo is designed to get a unique build number for each time you
build your project.

http://mojo.codehaus.org/buildnumber-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.1</version>
</plugin>

Release Notes - Mojo Build Number Maven Plugin - Version 1.1

** Bug
    * [MBUILDNUM-68] - Goals missing on site index page
    * [MBUILDNUM-79] - javasvn provider does not work for the new SVN
1.7 workspace format
    * [MBUILDNUM-92] - Git buildId fails when Maven is invoked from
another process (e.g NetBeans or packaging scripts)

** Improvement
    * [MBUILDNUM-67] - Bind mojos to the initialize phase by default
    * [MBUILDNUM-69] - Default format for timestamp (create-timestamp
mojo) should be documented

** New Feature
    * [MBUILDNUM-86] - Short Revision Id for Git SCM

Have Fun!
--
The Mojo team.

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