Repository: wicket Updated Branches: refs/heads/master ffdd0864c -> 52d99f303
Update Jetty and Log4j2 for the quickstart archetype Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/52d99f30 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/52d99f30 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/52d99f30 Branch: refs/heads/master Commit: 52d99f303bea3994a28d2f08c878909ef56044f1 Parents: ffdd086 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Fri May 15 15:48:01 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Fri May 15 15:48:01 2015 +0300 ---------------------------------------------------------------------- .../quickstart/src/main/resources/archetype-resources/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/52d99f30/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 3f0ad40..ebe6881 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -43,8 +43,8 @@ </licenses> <properties> <wicket.version>7.0.0-SNAPSHOT</wicket.version> - <jetty9.version>9.2.9.v20150224</jetty9.version> - <log4j.version>2.2</log4j.version> + <jetty9.version>9.2.10.v20150310</jetty9.version> + <log4j.version>2.3</log4j.version> <junit.version>4.12</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->
