diff options
author | Olivier Lamy <olamy@apache.org> | 2014-04-10 10:33:56 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-04-10 10:33:56 +1000 |
commit | 560389681a791821087bd2af07cb3fa8cb4f24e9 (patch) | |
tree | 8d27b473d1d162a4538a5e7751966e1e4b473d8d /pom.xml | |
parent | 9b2c8502fbedf142954823b70488270525b6a593 (diff) | |
download | archiva-560389681a791821087bd2af07cb3fa8cb4f24e9.tar.gz archiva-560389681a791821087bd2af07cb3fa8cb4f24e9.zip |
fix scm information
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |