Hi,
The Mojo team is pleased to announce the release of the Buildnumber
Maven Plugin, version 1.0.

New feature : support of git and mercurial.

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

You should specify the version in your project's plugin configuration:

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

Release Notes - Mojo - Version buildnumber-maven-plugin-1.0

** Bug
    * [MOJO-1372] - If the parent of buildNumberPropertiesFileLocation
doesn't exist, it should be created
    * [MOJO-1404] - buildnumber plugin problem: Class cast exception
when doUpdate is true
    * [MOJO-1436] - ClassCastException when using Mercurial
    * [MOJO-1463] - java.lang.NullPointerException: The scm url cannot
be null. after update to 1.0-beta-4
    * [MOJO-1492] - ClassCastException: UpdateScmResult
    * [MOJO-1495] - ClassCastException when using ClearCase SCM
    * [MOJO-1503] - Check for locally modfied files fails
    * [MOJO-1524] - getting scm branch name makes revisionOnScmFailure useless
    * [MOJO-1537] - buildnumber:hgchangeset fails on uncommited merge
    * [MOJO-1538] - Check local modification doesn't work with SVN 1.6 klient
    * [MOJO-1539] - using revisionOnScmFailure fails on getScmBranch
when using javasvn
    * [MOJO-1643] - buildnumber-maven-plugin throws a
NullPointerException if trying to install a module which got locally
svn added but not committed yet
    * [MOJO-1645] - [buildnumber plugin, mercurial] Error when merged
two heads in workspace without commit

** Improvement
    * [MOJO-936] - [buildnumber plugin] don't check for scm if doCheck
and doUpdate are set to false
    * [MOJO-1014] - Misealding Error message "The scm url cannot be null"
    * [MOJO-1199] - Build number plugin to support GIT SCM
    * [MOJO-1401] - Remove dependency on google maven-scm-provider-svnjava
    * [MOJO-1422] - Separate timestamp functions from create goal
    * [MOJO-1489] - Add git hash as a parameter to the maven build
    * [MOJO-1552] - upgrade scm version to 1.4
    * [MOJO-1582] - Uniform interface/goal for all supported SCM providers

** New Feature
    * [MOJO-1294] - When used with SCM buildnumber could also provide
commit revision, author, and date.

** Wish
    * [MOJO-1472] - Support for disabling buildScmBranch calculation


Have fun !
--
The Mojo team

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

Reply via email to