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/08/28 23:14:47 UTC

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

Author: andyhot
Date: Sat Aug 28 21:14:47 2010
New Revision: 990446

URL: http://svn.apache.org/viewvc?rev=990446&view=rev
Log:
TAP5-1258: update archetype 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=990446&r1=990445&r2=990446&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 Sat Aug 28 21:14:47 2010
@@ -121,6 +121,6 @@ of a Tapestry Maven plugin is not requir
     </pluginRepositories>
 
     <properties>
-        <tapestry-release-version>5.2.0-SNAPSHOT</tapestry-release-version>
+        <tapestry-release-version>5.2.1-SNAPSHOT</tapestry-release-version>
     </properties>
 </project>