Author: gseitz
Date: Mon May 5 13:19:49 2008
New Revision: 653583
URL: http://svn.apache.org/viewvc?rev=653583&view=rev
Log:
WICKET-1588: fix quickstart archetype for 1.4
Modified:
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Modified:
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=653583&r1=653582&r2=653583&view=diff
==============================================================================
---
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Mon May 5 13:19:49 2008
@@ -131,7 +131,7 @@
</build>
<properties>
- <wicket.version>1.3-SNAPSHOT</wicket.version>
+ <wicket.version>1.4-SNAPSHOT</wicket.version>
<jetty.version>6.1.4</jetty.version>
</properties>