You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2010/12/22 22:04:56 UTC

svn commit: r1052067 - /tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml

Author: andyhot
Date: Wed Dec 22 21:04:55 2010
New Revision: 1052067

URL: http://svn.apache.org/viewvc?rev=1052067&view=rev
Log:
update archetype generated version

Modified:
    tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml

Modified: tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1052067&r1=1052066&r2=1052067&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml Wed Dec 22 21:04:55 2010
@@ -112,6 +112,6 @@ of a Tapestry Maven plugin is not requir
     </pluginRepositories>
 
     <properties>
-        <tapestry-release-version>5.2.4</tapestry-release-version>
+        <tapestry-release-version>5.3.0-SNAPSHOT</tapestry-release-version>
     </properties>
 </project>