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/05/24 18:29:57 UTC

[2/3] git commit: Fix archetype wicket dependency to 6.0.0-beta2

Fix archetype wicket dependency to 6.0.0-beta2


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

Branch: refs/heads/build/wicket-6.0.0-beta2
Commit: 3d0a80684882c9c673b0a87afcc891238320b822
Parents: 8f5d81a
Author: Martijn Dashorst <da...@apache.org>
Authored: Thu May 24 17:13:11 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Thu May 24 17:13:11 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/3d0a8068/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 ca061d1..324e3fd 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-beta2</wicket.version>
 		<jetty.version>7.6.3.v20120416</jetty.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>