The Apache Maven team is pleased to announce the release of the Apache Maven Release Plugin, version 2.5, together with the maven-release-manager.
This plugin automates release management. http://maven.apache.org/maven-release/maven-release-manager/ http://maven.apache.org/plugins/maven-XXX-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5</version> </plugin> Release Notes - Maven Release Plugin - Version 2.5 ** Bug * [MRELEASE-812] - "prepare" does not commit before tagging and therefore deploys snapshot instead of release * [MRELEASE-862] - Upgrade to Apache Maven SCM 1.9 Note in particular that MRELEASE-862 fixes the release plugin to work with git version 1.8 and newer. Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
