You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2016/03/12 07:27:57 UTC

hama git commit: HAMA-985: Update git scm provider dependency

Repository: hama
Updated Branches:
  refs/heads/master 583c69b37 -> de85316a2


HAMA-985: Update git scm provider dependency


Project: http://git-wip-us.apache.org/repos/asf/hama/repo
Commit: http://git-wip-us.apache.org/repos/asf/hama/commit/de85316a
Tree: http://git-wip-us.apache.org/repos/asf/hama/tree/de85316a
Diff: http://git-wip-us.apache.org/repos/asf/hama/diff/de85316a

Branch: refs/heads/master
Commit: de85316a2e5ce6f6a970969d0249a92663bd4485
Parents: 583c69b
Author: Edward J. Yoon <ed...@Edwardui-MacBook-Pro.local>
Authored: Sat Mar 12 15:27:41 2016 +0900
Committer: Edward J. Yoon <ed...@Edwardui-MacBook-Pro.local>
Committed: Sat Mar 12 15:27:41 2016 +0900

----------------------------------------------------------------------
 pom.xml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hama/blob/de85316a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7ed4d99..b7c575c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>8</version>
+    <version>10</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -390,10 +390,17 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.5.3</version>
         <configuration>
           <mavenExecutorId>forked-path</mavenExecutorId>
         </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>1.8.1</version>
+          </dependency>
+        </dependencies>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>