Repository: wicket Updated Branches: refs/heads/wicket-6.x 89f5add25 -> 362ed1cb4
Update the version of the quickstart archetype 6.18.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/362ed1cb Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/362ed1cb Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/362ed1cb Branch: refs/heads/wicket-6.x Commit: 362ed1cb4cfa10e50ad5973863c5f2482acf0a51 Parents: 89f5add Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Oct 14 11:21:45 2014 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Oct 14 11:21:45 2014 +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/362ed1cb/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 91ec02f..a509b8f 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.17.0-SNAPSHOT</wicket.version> + <wicket.version>6.18.0-SNAPSHOT</wicket.version> <jetty.version>7.6.13.v20130916</jetty.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->
