You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Robert Scholte <rf...@apache.org> on 2012/06/16 01:16:17 UTC

[ANN] Maven Release Plugin 2.3.2 Released

The Maven team is pleased to announce the release of the Maven Release  
Plugin, version 2.3.2

This plugin is used to release a project with Maven, saving a lot of  
repetitive, manual work. Releasing a project is made in two steps: prepare  
and perform.

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.3.2</version>
</plugin>


Release Notes - Maven 2.x Release Plugin - Version 2.3.2

** Bug
     * [MRELEASE-484] - release:rollback fails after branch with NPE and  
complaint about missing scm URL
     * [MRELEASE-616] - release:rollback does not honor -DcommitByProject
     * [MRELEASE-663] - Null error when project is too close to root
     * [MRELEASE-760] - updateWorkingCopyVersions=false still bumps up pom  
versions to next development version
     * [MRELEASE-761] - [regression] release:rollback no longer works
     * [MRELEASE-765] - Regression in 2.3: release:update-versions doesn't  
work anymore
     * [MRELEASE-770] - ScmCheckModificationsPhase doesn't pick up  
ScmTranslator for relative path translation


Enjoy,

-The Maven team

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