Fix quickstart to use 6.1.1
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d8629318 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d8629318 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d8629318 Branch: refs/heads/build/wicket-6.1.1 Commit: d8629318ef2da295a1a0610d53ebecf050214c55 Parents: 91a1689 Author: Martijn Dashorst <[email protected]> Authored: Fri Oct 5 10:16:55 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Fri Oct 5 10:16:55 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/d8629318/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 14d54db..30fa215 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</wicket.version> + <wicket.version>6.1.1</wicket.version> <jetty.version>7.6.3.v20120416</jetty.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>
