The Maven team is pleased to announce the release of the Maven XXX
Plugin, version Y.Z

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

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

** Bug
    * [MRELEASE-354] - Versions defined in profiles are not updated
    * [MRELEASE-454] - The Release-Plugin does not rewrite
dependencies in the DependencyManagement with scope "import"
    * [MRELEASE-577] - release:prepare does not pass argument
"--settings" with current settings.xml to inner maven

** Improvement
    * [MRELEASE-708] - upgrade to last scm 1.6 to integrate new scm
provider mks integrity

** New Feature
    * [MRELEASE-467] - Release preparation should update version of
plugin dependencies


Enjoy,

-The Maven team

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

Reply via email to