Hi,
The Maven team is pleased to announce the release of the Maven Release
Plugin, version 2.0-beta-9.

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.0-beta-9</version>
</plugin>


Release Notes - Maven 2.x Release Plugin - Version 2.0-beta-9


** Bug
    * [MRELEASE-273] - Regression: NullPointerException at end of
standalone "release:perform"
    * [MRELEASE-375] - release plugin does not work with subversion > 1.5.0
    * [MRELEASE-379] - return results after performing a release
    * [MRELEASE-381] - url syntax not good enough for the git scm provider
    * [MRELEASE-386] - Sneaky bug in DefaultReleaseManager.perform()
    * [MRELEASE-393] - NoSuchMethodError when using
InvokerMavenExecutor with cmd line arg "--quiet"
    * [MRELEASE-405] - Wrong branch-name parameter

** Improvement
    * [MRELEASE-385] - Upgrade to last scm version (1.2)
    * [MRELEASE-392] - Align release-parent, release-manager and
release-plugin versions
    * [MRELEASE-427] - Add a mojo parameter for using the new remote
tagging for svn scm provider (to prevent issue with svn > 1.5.0)
    * [MRELEASE-429] - Support for a [token]-SNAPSHOT in addition to
[number]-SNAPSHOT


** Task
    * [MRELEASE-390] - Add VSS dependency

Have Fun!

--
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