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:39 UTC

[4/5] git commit: more scm info fix

more scm info fix


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

Branch: refs/heads/master
Commit: 1754818e4f7518f939fd0ddb78955d1702b8dc0a
Parents: 5efc148
Author: Olivier Lamy <ol...@apache.org>
Authored: Thu Apr 10 10:01:07 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Thu Apr 10 10:01:07 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/archiva-site/blob/1754818e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2e185ed..9548c84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,10 +157,9 @@
           </reportSet>
         </reportSets>
         <configuration>
-          <anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/archiva/all</anonymousConnection>
-          <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/all</developerConnection>
-          <webAccessUrl>http://svn.apache.org/viewvc/archiva/</webAccessUrl>
-          <checkoutDirectoryName>archiva-all</checkoutDirectoryName>
+          <anonymousConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</anonymousConnection>
+          <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</developerConnection>
+          <webAccessUrl>https://github.com/apache/archiva</webAccessUrl>
         </configuration>
       </plugin>
     </plugins>