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:01:38 UTC

[3/5] git commit: fix scm information

fix scm information


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

Branch: refs/heads/master
Commit: 5efc1481beb42bda0a79d4e418e1ba2896cbbbdf
Parents: 488d153
Author: Olivier Lamy <ol...@apache.org>
Authored: Thu Apr 10 09:58:19 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Thu Apr 10 09:58:19 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/archiva-site/blob/5efc1481/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e4d73e6..2e185ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,9 +58,9 @@
   </organization>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/site</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/site</developerConnection>
-    <url>http://svn.apache.org/viewvc/archiva/site</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva-site.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva-site.git</developerConnection>
+    <url>https://github.com/apache/archiva-site</url>
   </scm>
 
   <distributionManagement>