Repository: cxf-fediz Updated Branches: refs/heads/master 835848fe7 -> 479ef348e
Jetty8 update Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/479ef348 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/479ef348 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/479ef348 Branch: refs/heads/master Commit: 479ef348e27e3820315d40b3be6bd9381306a52d Parents: 835848f Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Mar 8 16:41:51 2016 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Mar 8 16:41:51 2016 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- services/idp/pom.xml | 2 +- services/sts/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/479ef348/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d520c4b..70e0dac 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ <javax.el.version>2.2</javax.el.version> <javax.validation.version>1.1.0.Final</javax.validation.version> <jericho.version>3.3</jericho.version> - <jetty8.version>8.1.12.v20130726</jetty8.version> + <jetty8.version>8.1.19.v20160209</jetty8.version> <jetty9.version>9.3.7.v20160115</jetty9.version> <junit.version>4.12</junit.version> <log4j.version>1.2.17</log4j.version> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/479ef348/services/idp/pom.xml ---------------------------------------------------------------------- diff --git a/services/idp/pom.xml b/services/idp/pom.xml index 99a6084..34745b1 100644 --- a/services/idp/pom.xml +++ b/services/idp/pom.xml @@ -459,7 +459,7 @@ <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>${jetty8.version}</version> + <version>8.1.16.v20140903</version> <configuration> <stopPort>${idp.stop.port}</stopPort> <stopKey>STOP</stopKey> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/479ef348/services/sts/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 4a5a867..f146575 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -185,7 +185,7 @@ <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>${jetty8.version}</version> + <version>8.1.16.v20140903</version> <inherited>true</inherited> <configuration> <webApp>
