You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Mark Hobson <ma...@apache.org> on 2012/05/25 17:51:18 UTC

[ANN] Maven Release Plugin 2.3.1 Released

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

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

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

Bug
* [MRELEASE-757] - cannot perform a release with another pom then pom.xml
* [MRELEASE-758] - [regression] release:perform no longer removes
release.properties
* [MRELEASE-759] - default excludes are not recognized by Jazz

Enjoy,

-The Maven team