Updated Branches: refs/heads/master 1d6dbc421 -> 569c1889e
Quickstart should also depend on 6.2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/569c1889 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/569c1889 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/569c1889 Branch: refs/heads/master Commit: 569c1889ee1235b9ae09dc1a8618d323c42d6d3a Parents: 1d6dbc4 Author: Martijn Dashorst <[email protected]> Authored: Thu Sep 27 22:10:11 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Thu Sep 27 22:10:24 2012 +0200 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/569c1889/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 e26d2a3..69ac45d 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -42,7 +42,7 @@ </license> </licenses> <properties> - <wicket.version>6.1.0-SNAPSHOT</wicket.version> + <wicket.version>6.2.0-SNAPSHOT</wicket.version> <jetty.version>7.6.3.v20120416</jetty.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>
