[xwiki-devs] Fwd: [ANN] Maven Release Plugin 2.0-beta-9 Released
fyi, especially the part: * [MRELEASE-375] - release plugin does not work with subversion > 1.5.0 -Vincent Begin forwarded message:
From: Olivier Lamy <[email protected]> Date: March 28, 2009 6:36:36 PM CEST To: [email protected], Maven Users List <[email protected]
Cc: Maven Developers List <[email protected]> Subject: [ANN] Maven Release Plugin 2.0-beta-9 Released Reply-To: "Maven Developers List" <[email protected]>
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
On Tue, Mar 31, 2009 at 10:23, Vincent Massol <[email protected]> wrote:
fyi, especially the part:
* [MRELEASE-375] - release plugin does not work with subversion > 1.5.0
great :)
-Vincent
Begin forwarded message:
From: Olivier Lamy <[email protected]> Date: March 28, 2009 6:36:36 PM CEST To: [email protected], Maven Users List <[email protected]
Cc: Maven Developers List <[email protected]> Subject: [ANN] Maven Release Plugin 2.0-beta-9 Released Reply-To: "Maven Developers List" <[email protected]>
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
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
Thomas Mortagne -
Vincent Massol