Repository: wicket Updated Branches: refs/heads/master 2aa64fe75 -> 10207bfcc
Update Jetty versions Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/67629711 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/67629711 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/67629711 Branch: refs/heads/master Commit: 67629711459bc30b485de3ea368b8e943179232c Parents: 2aa64fe Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Sep 10 12:05:03 2014 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Sep 10 12:05:03 2014 +0300 ---------------------------------------------------------------------- .../quickstart/src/main/resources/archetype-resources/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/67629711/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml index 7ba8dff..2faa032 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -43,7 +43,7 @@ </licenses> <properties> <wicket.version>7.0.0-SNAPSHOT</wicket.version> - <jetty9.version>9.2.2.v20140723</jetty9.version> + <jetty9.version>9.2.3.v20140905</jetty9.version> <log4j.version>2.0.2</log4j.version> <junit.version>4.11</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> http://git-wip-us.apache.org/repos/asf/wicket/blob/67629711/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e742fe3..cc64e38 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <mvn.build.java.version>1.7</mvn.build.java.version> <jacoco.version>0.7.1.201405082137</jacoco.version> - <jetty.version>8.1.15.v20140411</jetty.version> + <jetty.version>8.1.16.v20140903</jetty.version> <jetty9.version>9.0.7.v20131107</jetty9.version> <spring.version>4.1.0.RELEASE</spring.version> <servlet-api.version>3.0.1</servlet-api.version>
