summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-10-18 12:19:44 +0000
committerOlivier Lamy <olamy@apache.org>2011-10-18 12:19:44 +0000
commitccd7d803f76883a3f3d71faa5a39f8e811006160 (patch)
tree39e42267fe9e495e674240f6fceb8b44c0f88376 /pom.xml
parent3a48cc8f2012f8e5d8fdd62ba07070dde374384f (diff)
downloadarchiva-ccd7d803f76883a3f3d71faa5a39f8e811006160.tar.gz
archiva-ccd7d803f76883a3f3d71faa5a39f8e811006160.zip
[maven-release-plugin] prepare release archiva-1.4-M1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 106031e26..f5ef62348 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<prerequisites>
<maven>2.2.1</maven>
@@ -32,7 +31,7 @@
</parent>
<artifactId>archiva</artifactId>
- <version>1.4-M1-SNAPSHOT</version>
+ <version>1.4-M1</version>
<packaging>pom</packaging>
<name>Apache Archiva</name>
@@ -47,9 +46,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-M1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/tags/archiva-1.4-M1</developerConnection>
+ <url>http://svn.apache.org/viewvc/archiva/tags/archiva-1.4-M1</url>
</scm>
<properties>
@@ -1403,7 +1402,7 @@
<exclude>net.sf.ehcache:ehcache</exclude>
<exclude>org.codehaus.plexus.registry:plexus-registry-api</exclude>
<exclude>org.codehaus.plexus.registry:plexus-registry-commons</exclude>
- <exclude>>org.codehaus.plexus:plexus-taskqueue</exclude>
+ <exclude>&gt;org.codehaus.plexus:plexus-taskqueue</exclude>
<exclude>org.apache.maven.wagon:wagon-http-lightweight</exclude>
</excludes>
</bannedDependencies>