Repository: crunch Updated Branches: refs/heads/apache-crunch-0.12 6e3560651 -> 32370f561
BUILD: Update release plugin for mvn 3.x Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/a4dc4050 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/a4dc4050 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/a4dc4050 Branch: refs/heads/apache-crunch-0.12 Commit: a4dc40508f7d90009f25f836ca0b5fff146b4a71 Parents: 6e35606 Author: Josh Wills <[email protected]> Authored: Sat May 9 00:57:47 2015 +0100 Committer: Josh Wills <[email protected]> Committed: Sat May 9 00:57:47 2015 +0100 ---------------------------------------------------------------------- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/a4dc4050/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d426699..ea8de6f 100644 --- a/pom.xml +++ b/pom.xml @@ -608,7 +608,14 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.3.2</version> + <version>2.4.2</version> + <dependencies> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-provider-gitexe</artifactId> + <version>1.8.1</version> + </dependency> + </dependencies> <configuration> <tagNameFormat>apache-crunch-@{project.version}</tagNameFormat> <autoVersionSubmodules>true</autoVersionSubmodules>
