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 <[email protected]>
Authored: Thu Jul 12 23:16:07 2012 +0200
Committer: Martijn Dashorst <[email protected]>
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>

Reply via email to