Maven Build Number Plugin Changes Report

Release History

Version Date Description
1.0-beta-4 in trunk Compatibility and cleanups
1.0-beta-3 2009-05-01
0.9.6 2007-09-10 Some long-requested features.
0.9.5 2007-04-27 Inverted commandline parameter behaviour.
0.9.4 2007-01-08 Decouple phase
0.9.3 2007-01-03 First Release
0.9.2-SNAPSHOT 2006-03-06 Minor Cleanup
0.9.-SNAPSHOT 2006-02-16 Minor Cleanup
0.9-SNAPSHOT 2006-02-13 Initial Release

Release 1.0-beta-4 - in trunk

Type Changes By
update Add support for Mercurial Fixes MOJO-1432.
add provide scm branch identifier in pom for finer-grained build differentiation Fixes MOJO-1379.
update Upgrade to last scm svnjava provider (to upgrade to SVNkit 1.3.0 in order to support svn 1.6) Fixes MOJO-1414.
fix 1.0-beta-3 on maven central has a transitive dependency that cannot be resolved in maven central. Fixes MOJO-1449.

Release 1.0-beta-3 - 2009-05-01

Type Changes By
update The name of the BuildMojo class should be changed to match the goal name. Fixes MOJO-1336.
add add a parameter to change scm implementation. Fixes MOJO-1334.
update Reuse maven scm api to get svn info. Fixes MOJO-1287.
fix Remove tagBase configuration. Fixes MOJO-1285.
fix Skip scm update when maven run in offline mode. Fixes MOJO-1163.

Release 0.9.6 - 2007-09-10

Type Changes By
add Retrieve revision number using xml format, which should make it work on international systems. Fixes 1062. woodj
add Add an independent timestamp property, but don't give it a format - it's just number of ms since the epoch. Fixes 1063. woodj
add You can configure the names by which the buildnumber and timestamp are retrieved. Fixes 1061. woodj

Release 0.9.5 - 2007-04-27

Type Changes By
update We now let commandline params such as -Dmaven.buildNumber.doCheck=false take precedent over the config. woodj

Release 0.9.4 - 2007-01-08

Type Changes By
update Decoupled the buildnumber from a particular phase. Must now be specified. woodj

Release 0.9.3 - 2007-01-03

Type Changes By
update Update dependencies to released versions. woodj
update Change the interaction with the commandline, demanded by new dependencies. woodj
update Invert the skipUpdate and the skipCheck commands to doUpdate and doCheck, to faciliate release. woodj

Release 0.9.2-SNAPSHOT - 2006-03-06

Type Changes By
update Added ability to use a timestamp or a sequential build number. woodj

Release 0.9.-SNAPSHOT - 2006-02-16

Type Changes By
update Made some additions to the pom so that the snapshot dependencies can be downloaded automatically. woodj

Release 0.9-SNAPSHOT - 2006-02-13

Type Changes By
add First release of the plugin. woodj