Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jetty-toolchain/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jetty-toolchain/pom.xml b/jetty-toolchain/pom.xml
index 83f9beb..942f381 100644
--- a/jetty-toolchain/pom.xml
+++ b/jetty-toolchain/pom.xml
@@ -12,9 +12,9 @@
<name>Jetty Toolchain :: Parent</name>
<packaging>pom</packaging>
<scm>
- <connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</connection>
- <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</developerConnection>
- <url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/tree/jetty-toolchain</url>
+ <connection>scm:git:https://github.com/eclipse/jetty.toolchain.git</connection>
+ <developerConnection>scm:git:git@github.com:eclipse/jetty.toolchain.git</developerConnection>
+ <url>https://github.com/eclipse/jetty.project</url>
<tag>HEAD</tag>
</scm>
<build>

Back to the top