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/07/12 23:34:58 UTC

[2/4] git commit: Fixed version for quickstart archetype to use 6.0.0-beta3

Fixed version for quickstart archetype to use 6.0.0-beta3


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

Branch: refs/heads/build/wicket-6.0.0-beta3
Commit: 979a0d5b6e419cdf572367d156db0a7555a08966
Parents: e8b5489
Author: Martijn Dashorst <da...@apache.org>
Authored: Thu Jul 12 23:16:07 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Thu Jul 12 23:16:07 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/979a0d5b/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 92b96a0..ea9fb66 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-beta3</wicket.version>
 		<jetty.version>7.6.3.v20120416</jetty.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>