You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by jw...@apache.org on 2015/05/09 15:18:48 UTC

crunch git commit: BUILD: Update release plugin for mvn 3.x

Repository: crunch
Updated Branches:
  refs/heads/master 7c2a02ee6 -> 61f98eea9


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/61f98eea
Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/61f98eea
Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/61f98eea

Branch: refs/heads/master
Commit: 61f98eea9458a97fe24c851b67dd0f746d189ab4
Parents: 7c2a02e
Author: Josh Wills <jw...@apache.org>
Authored: Sat May 9 00:57:47 2015 +0100
Committer: Josh Wills <jw...@apache.org>
Committed: Sat May 9 01:36:27 2015 +0100

----------------------------------------------------------------------
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/crunch/blob/61f98eea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 23186fb..d47f6ff 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>