Update the version of Jetty used for the quickstart
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8fa19889 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8fa19889 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8fa19889 Branch: refs/heads/WICKET-5906-7.x Commit: 8fa19889f3ac4f02532ac00fa9c7bb9275205e46 Parents: f776783 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sat May 30 15:04:32 2015 +0300 Committer: Andrea Del Bene <â[email protected]â> Committed: Wed Jun 3 10:04:20 2015 +0200 ---------------------------------------------------------------------- .../quickstart/src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/8fa19889/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 ebe6881..836f9df 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.10.v20150310</jetty9.version> + <jetty9.version>9.2.11.v20150529</jetty9.version> <log4j.version>2.3</log4j.version> <junit.version>4.12</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
