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/01/12 04:03:34 UTC

hama git commit: HAMA-981: Set maven scm to git

Repository: hama
Updated Branches:
  refs/heads/master c095c7da2 -> c709c0af2


HAMA-981: Set maven scm to git


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

Branch: refs/heads/master
Commit: c709c0af22b19321dc32ee46fc3182b57b219d3e
Parents: c095c7d
Author: Edward J. Yoon <ed...@apache.org>
Authored: Tue Jan 12 12:03:06 2016 +0900
Committer: Edward J. Yoon <ed...@apache.org>
Committed: Tue Jan 12 12:03:06 2016 +0900

----------------------------------------------------------------------
 pom.xml | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hama/blob/c709c0af/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c7908b..7ed4d99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,14 +74,12 @@
       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     </license>
   </licenses>
+
   <scm>
-    <url>scm:svn:https://svn.apache.org/repos/asf/hama/</url>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/hama/trunk/
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/hama/trunk/
-    </developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf/hama.git</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/hama.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/hama.git</developerConnection>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>