diff options
author | Brett Porter <brett@apache.org> | 2010-01-18 11:09:04 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-01-18 11:09:04 +0000 |
commit | 8210eb7b89950ff56b7e4f4b0862ec26b1c99a91 (patch) | |
tree | 71ba97f154133938c42e6cc708aff009e8131f6f /pom.xml | |
parent | 96c99628aab4b63d71e660b661120596868a7f25 (diff) | |
download | archiva-8210eb7b89950ff56b7e4f4b0862ec26b1c99a91.tar.gz archiva-8210eb7b89950ff56b7e4f4b0862ec26b1c99a91.zip |
[maven-release-plugin] copy for branch archiva-1.3.x
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@900340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -37,9 +37,9 @@ <version>1.4-SNAPSHOT</version> <url>http://archiva.apache.org</url> <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> - <url>http://svn.apache.org/viewvc/archiva/trunk</url> + <connection>scm:svn:https://svn.apache.org/repos/asf/archiva/tags/archiva-1.3.x</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x</developerConnection> + <url>https://svn.apache.org/repos/asf/archiva/tags/archiva-1.3.x</url> </scm> <build> |