From 5167c52ab04734995e2c240da3cb6f1826ce6316 Mon Sep 17 00:00:00 2001 From: annorax Date: Wed, 3 Feb 2016 20:10:20 +0200 Subject: [PATCH 1/2] Add missing property configuration to jetty.xml Signed-off-by: Ido --- jetty-server/src/main/config/etc/jetty.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jetty-server/src/main/config/etc/jetty.xml b/jetty-server/src/main/config/etc/jetty.xml index 8e6d1a4ae5d..0ba38381b6f 100644 --- a/jetty-server/src/main/config/etc/jetty.xml +++ b/jetty-server/src/main/config/etc/jetty.xml @@ -89,6 +89,7 @@ + From 98607e2abfeee8a3c5a79f4977eff4429185ef8e Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Mon, 15 Feb 2016 12:26:42 +0100 Subject: [PATCH 2/2] 487158 Switched SCM URIs to github --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b6c5c828c1f..6d8e037cd2d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,9 +22,9 @@ undefined - scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git - scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git - http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree + scm:git:https://github.com/eclipse/jetty.project.git + scm:git:git@github.com:eclipse/jetty.project.git + https://github.com/eclipse/jetty.project HEAD