You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2010/11/15 18:17:10 UTC

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

Author: hlship
Date: Mon Nov 15 17:17:10 2010
New Revision: 1035358

URL: http://svn.apache.org/viewvc?rev=1035358&view=rev
Log:
Updated quickstart to point to version 5.2.4

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=1035358&r1=1035357&r2=1035358&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 Mon Nov 15 17:17:10 2010
@@ -112,6 +112,6 @@ of a Tapestry Maven plugin is not requir
     </pluginRepositories>
 
     <properties>
-        <tapestry-release-version>5.2.3-SNAPSHOT</tapestry-release-version>
+        <tapestry-release-version>5.2.4</tapestry-release-version>
     </properties>
 </project>