diff options
author | Olivier Lamy <olamy@apache.org> | 2014-02-08 11:58:10 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-02-08 11:58:10 +0000 |
commit | 121b7a4690058b71ce15db635b4ee17e88ce7221 (patch) | |
tree | 8f5ad51e09af32941c723f32fc808ed2cfb6845e | |
parent | 154137de8df9ac7c5833eddc2d2b3e5a2003213c (diff) | |
download | archiva-121b7a4690058b71ce15db635b4ee17e88ce7221.tar.gz archiva-121b7a4690058b71ce15db635b4ee17e88ce7221.zip |
fix scm information
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1565972 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/trunk</developerConnection> + <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/branches/2.0.0-RC</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/branches/2.0.0-RC</developerConnection> <url>http://svn.apache.org/viewvc/archiva/trunk</url> </scm> |