diff options
author | Brett Porter <brett@apache.org> | 2008-08-07 02:17:08 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-08-07 02:17:08 +0000 |
commit | 65817cd858a4b1daef26fc080ce67c3603f3a762 (patch) | |
tree | 52b265e89a5be624b134f89344a352ae3a8bc768 | |
parent | e7c982ab6c5d7508e2d109f4eb29088f952ed3a1 (diff) | |
download | archiva-65817cd858a4b1daef26fc080ce67c3603f3a762.tar.gz archiva-65817cd858a4b1daef26fc080ce67c3603f3a762.zip |
[maven-release-plugin] copy for branch archiva-1.1.x
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.1.x@683477 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -37,9 +37,9 @@ <version>1.2-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.1.x</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/branches/archiva-1.1.x</developerConnection> + <url>https://svn.apache.org/repos/asf/archiva/tags/archiva-1.1.x</url> </scm> <build> @@ -953,7 +953,7 @@ <maven.version>2.0.8</maven.version> <wagon.version>1.0-beta-4</wagon.version> <redback.version>1.0.3</redback.version> - <jetty.version>6.1.11</jetty.version> + <jetty.version>6.1.6</jetty.version> </properties> <profiles> <profile> |