diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-03 14:23:19 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-03 14:23:19 +0000 |
commit | ca17b63c3eaf6e9049303bd4a70d60ccb3c21851 (patch) | |
tree | 36947292e23bcb0d1b3e2d245580e1a9cb2cdee6 /pom.xml | |
parent | d7c45e3328c5ea46710271b7fa91955fe81ad0cc (diff) | |
download | archiva-ca17b63c3eaf6e9049303bd4a70d60ccb3c21851.tar.gz archiva-ca17b63c3eaf6e9049303bd4a70d60ccb3c21851.zip |
[maven-release-plugin] prepare release archiva-1.4-M3
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1393504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -27,11 +27,11 @@ <groupId>org.apache.archiva</groupId> <artifactId>archiva-parent</artifactId> <version>9</version> - <relativePath></relativePath> + <relativePath /> </parent> <artifactId>archiva</artifactId> - <version>1.4-M3-SNAPSHOT</version> + <version>1.4-M3</version> <packaging>pom</packaging> <name>Apache Archiva</name> @@ -47,9 +47,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/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/archiva/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/tags/archiva-1.4-M3</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/tags/archiva-1.4-M3</developerConnection> + <url>http://svn.apache.org/viewvc/archiva/tags/archiva-1.4-M3</url> </scm> <properties> |