Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-07-06 18:20:44 +0000
committerJesse McConnell2011-07-06 18:20:44 +0000
commit42c129a78fd3c4e4941e5282e00b8969a287c585 (patch)
tree2ccbb451e8a2f3dd7fb0ae2e44d029ddad6a5e96 /pom.xml
parentc88fc8cd258109e31ff92e5137af19bce864135a (diff)
downloadorg.eclipse.jetty.project-42c129a78fd3c4e4941e5282e00b8969a287c585.tar.gz
org.eclipse.jetty.project-42c129a78fd3c4e4941e5282e00b8969a287c585.tar.xz
org.eclipse.jetty.project-42c129a78fd3c4e4941e5282e00b8969a287c585.zip
set new parent version and update scm info
Signed-off-by: Jesse McConnell <jesse.mcconnell@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 9aac4e04e0..ab0037865f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-parent</artifactId>
- <version>17</version>
+ <version>18</version>
</parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
@@ -25,9 +25,9 @@
<jetty.test.policy>1.2</jetty.test.policy>
</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:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git</connection>
+ <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git</developerConnection>
+ <url>http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>
@@ -43,7 +43,6 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <tagBase>svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags</tagBase>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>

Back to the top