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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to