Repository: wicket Updated Branches: refs/heads/master def03addf -> 6512a6d45
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/8f68e0f2 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8f68e0f2 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8f68e0f2 Branch: refs/heads/master Commit: 8f68e0f2c517f0f0e81787487a52dffe564726c9 Parents: def03ad Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sat May 30 15:04:32 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sat May 30 15:05:16 2015 +0300 ---------------------------------------------------------------------- .../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/8f68e0f2/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>
