You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/04/10 02:34:05 UTC

git commit: fix scm information

Repository: archiva
Updated Branches:
  refs/heads/master 9b2c8502f -> 560389681


fix scm information


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

Branch: refs/heads/master
Commit: 560389681a791821087bd2af07cb3fa8cb4f24e9
Parents: 9b2c850
Author: Olivier Lamy <ol...@apache.org>
Authored: Thu Apr 10 10:33:56 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Thu Apr 10 10:33:56 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/archiva/blob/56038968/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 87fc3ad..ad69bba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,9 +45,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/branches/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/archiva/trunk</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</developerConnection>
+    <url>https://github.com/apache/archiva</url>
   </scm>
 
   <properties>