fyi, especially the part:
* [MRELEASE-375] - release plugin does not work with subversion >
1.5.0
-Vincent
Begin forwarded message:
From: Olivier Lamy <olamy(a)apache.org>
Date: March 28, 2009 6:36:36 PM CEST
To: announce(a)maven.apache.org, Maven Users List <users(a)maven.apache.org
Cc: Maven Developers List
<dev(a)maven.apache.org>
Subject: [ANN] Maven Release Plugin 2.0-beta-9 Released
Reply-To: "Maven Developers List" <dev(a)maven.apache.org>
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