Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-08-18 02:39:48 +0000
committerGreg Wilkins2009-08-18 02:39:48 +0000
commit974d4c19277e6aca740a6d2c411ee5fb45063161 (patch)
tree4e97611f234afd51b9bf2de8ab7656dd7e2e4ac0 /pom.xml
parentc26aa99eff3162ce43c6a02abb9575f892973bb3 (diff)
downloadorg.eclipse.jetty.project-974d4c19277e6aca740a6d2c411ee5fb45063161.tar.gz
org.eclipse.jetty.project-974d4c19277e6aca740a6d2c411ee5fb45063161.tar.xz
org.eclipse.jetty.project-974d4c19277e6aca740a6d2c411ee5fb45063161.zip
[maven-release-plugin] prepare release jetty-7.0.0.RC4
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@737 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 fdb27333ae..70c2999cf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
</parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.0.0.RC4-SNAPSHOT</version>
+ <version>7.0.0.RC4</version>
<name>Jetty :: Project</name>
<url>${jetty.url}</url>
<packaging>pom</packaging>
@@ -26,9 +26,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</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.0.0.RC4</connection>
+ <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags/jetty-7.0.0.RC4</developerConnection>
+ <url>http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags/jetty-7.0.0.RC4</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>

Back to the top