You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by md...@apache.org on 2013/08/07 22:03:13 UTC

[3/6] git commit: ACCUMULO-1646 updating pom scm to use git

ACCUMULO-1646 updating pom scm to use git


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

Branch: refs/heads/master
Commit: 27e8021b79fe4acc0b79b16d241860182360b3b2
Parents: acc4fd1
Author: Mike Drob <md...@mdrob.com>
Authored: Wed Aug 7 15:54:51 2013 -0400
Committer: Mike Drob <md...@mdrob.com>
Committed: Wed Aug 7 15:54:51 2013 -0400

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/27e8021b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index addb43e..9ea1627 100644
--- a/pom.xml
+++ b/pom.xml
@@ -794,9 +794,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/accumulo/branches/1.4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/accumulo/branches/1.4</developerConnection>
-    <url>http://svn.apache.org/viewvc/accumulo/branches/1.4</url>
+    <connection>scm:git:git://git.apache.org/accumulo.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/accumulo.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=accumulo.git</url>
   </scm>
 
   <ciManagement>