You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Robert Scholte <co...@sourcegrounds.com> on 2013/10/31 21:10:58 UTC

[ANN] Apache Maven Release Plugin 2.4.2 Released

The Apache Maven team is pleased to announce the release of the Apache  
Maven Release Plugin, version 2.4.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.4.2</version>
</plugin>

Release Notes - Maven Release Plugin - Version 2.4.2

** Bug
     * [MRELEASE-766] - release:prepare stores settings.xml in a public  
directory
     * [MRELEASE-832] - When performing a release, username and password  
parameters are ignored.
     * [MRELEASE-846] - m2 release plugin exposes SCM password in  
release.properties file


Enjoy,

-The Apache Maven team

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