The Apache Maven team is pleased to announce the release of the Apache
Maven Release component, version 2.5.1
maven-release provides technology for automating releases, including
the maven-release-plugin.
http://maven.apache.org/plugins/maven-release-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.1</version>
</plugin>
Release Notes - Maven Release Plugin - Version 2.5.1
Release Notes - Maven Release Plugin - Version 2.5.1
** Bug
* [MRELEASE-875] - release:prepare does not commit pom.xml if not
in the git root
* [MRELEASE-877] - release:branch commit msg faulty
* [MRELEASE-885] - When the base pom is a subdirectory, tagging fails in GIT
* [MRELEASE-888] - Update to SCM version 1.9.2
** Improvement
* [MRELEASE-883] - Upgrade SCM to 1.9.1
Enjoy,
-The Apache Maven team
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|