You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2012/08/23 23:01:10 UTC

[2/3] git commit: Set quickstart to use 6.0.0

Set quickstart to use 6.0.0


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7f142f25
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7f142f25
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7f142f25

Branch: refs/heads/build/wicket-6.0.0
Commit: 7f142f25159f78a8123aa349ed68543c541eb819
Parents: 01b3c70
Author: Martijn Dashorst <da...@apache.org>
Authored: Thu Aug 23 22:35:05 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Thu Aug 23 22:35:05 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/7f142f25/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 dba86a2..701af49 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.0-SNAPSHOT</wicket.version>
+		<wicket.version>6.0.0</wicket.version>
 		<jetty.version>7.6.3.v20120416</jetty.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>