Updated Branches: refs/heads/wicket-6.x 3597c84cc -> 9ce66e9eb
Upgrade Jetty and JUnit for the quickstart of 6.x Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9a85319a Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9a85319a Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9a85319a Branch: refs/heads/wicket-6.x Commit: 9a85319ade75fefe2b795c798415e5843f35c315 Parents: 3597c84 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Sep 30 13:49:29 2013 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Sep 30 13:49:29 2013 +0200 ---------------------------------------------------------------------- .../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/9a85319a/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 b7672df..cc855cd 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>6.12.0-SNAPSHOT</wicket.version> - <jetty.version>7.6.3.v20120416</jetty.version> + <jetty.version>7.6.13.v20130916</jetty.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> @@ -77,7 +77,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.10</version> + <version>4.11</version> <scope>test</scope> </dependency>
