diff options
author | Olivier Lamy <olamy@apache.org> | 2014-02-08 12:07:59 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-02-08 12:07:59 +0000 |
commit | d5dfe851117f1f01e3015a8c7e05b8783a7bd53b (patch) | |
tree | ffd5c9ef4a1beb556874be4156e02b5898faaa09 /pom.xml | |
parent | 57d85761a82c4aed700692409325f9bf56d0e5ee (diff) | |
download | archiva-d5dfe851117f1f01e3015a8c7e05b8783a7bd53b.tar.gz archiva-d5dfe851117f1f01e3015a8c7e05b8783a7bd53b.zip |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1566005 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -31,7 +31,7 @@ </parent> <artifactId>archiva</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Archiva</name> @@ -46,9 +46,9 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/tags/archiva-2.0.0</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/tags/archiva-2.0.0</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/archiva/tags/archiva-2.0.0</url> + <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> <properties> |