Repository: cxf-fediz Updated Branches: refs/heads/1.2.x-fixes be9f7d8ee -> cc03d48de
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/cc03d48d Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/cc03d48d Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/cc03d48d Branch: refs/heads/1.2.x-fixes Commit: cc03d48dea31f87aa013e3d02fae2deac068eb46 Parents: be9f7d8 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:43:15 2016 +0000 ---------------------------------------------------------------------- pom.xml | 3 +-- services/idp/pom.xml | 2 +- services/sts/pom.xml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/cc03d48d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 09125e5..26249a7 100644 --- a/pom.xml +++ b/pom.xml @@ -56,8 +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> - <jetty.version>8.1.12.v20130726</jetty.version> - <!--<jetty.version>7.6.8.v20121106</jetty.version>--> + <jetty.version>8.1.19.v20160209</jetty.version> <junit.version>4.12</junit.version> <log4j.version>1.2.17</log4j.version> <ognl.version>3.1.2</ognl.version> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/cc03d48d/services/idp/pom.xml ---------------------------------------------------------------------- diff --git a/services/idp/pom.xml b/services/idp/pom.xml index eb4bbc3..44a5c43 100644 --- a/services/idp/pom.xml +++ b/services/idp/pom.xml @@ -364,7 +364,7 @@ <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>${jetty.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/cc03d48d/services/sts/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 65b7c8f..5b6c9c9 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>${jetty.version}</version> + <version>8.1.16.v20140903</version> <inherited>true</inherited> <configuration> <webApp>
