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/f54d6476 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f54d6476 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f54d6476 Branch: refs/heads/WICKET-5906-7.x Commit: f54d64765bf19e6645f52136b77da5fb1507b8aa Parents: 5049aa8 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sat May 30 15:04:32 2015 +0300 Committer: Andrea Del Bene <â[email protected]â> Committed: Thu Jun 4 16:19:29 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/f54d6476/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>
