Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2010-10-15 20:33:45 +0000
committerJesse McConnell2010-10-15 20:33:45 +0000
commit933c065d1bc5841b81b7b0ab84c03d13abbe7cc7 (patch)
treee555736c8fac032037fada7904a041ae780e1b03 /pom.xml
parentd2302aa78ef4a5625dc1f5b2e85aa2c9caca2bbc (diff)
downloadorg.eclipse.jetty.project-933c065d1bc5841b81b7b0ab84c03d13abbe7cc7.tar.gz
org.eclipse.jetty.project-933c065d1bc5841b81b7b0ab84c03d13abbe7cc7.tar.xz
org.eclipse.jetty.project-933c065d1bc5841b81b7b0ab84c03d13abbe7cc7.zip
[maven-release-plugin] prepare release jetty-7.2.0.RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2352 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index f9ece039dc..858bab1103 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
</parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.2.0.RC1-SNAPSHOT</version>
+ <version>7.2.0.RC1</version>
<name>Jetty :: Project</name>
<url>${jetty.url}</url>
<packaging>pom</packaging>
@@ -25,9 +25,9 @@
<build-support-version>1.0</build-support-version>
</properties>
<scm>
- <connection>scm:svn:http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk</connection>
- <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk</developerConnection>
- <url>http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk</url>
+ <connection>scm:svn:http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags/jetty-7.2.0.RC1</connection>
+ <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags/jetty-7.2.0.RC1</developerConnection>
+ <url>http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags/jetty-7.2.0.RC1</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>

Back to the top