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 2011/06/23 00:00:58 UTC

svn commit: r1138655 - /tapestry/tapestry5/branches/maint-5-2/quickstart/src/main/resources/archetype-resources/pom.xml

Author: hlship
Date: Wed Jun 22 22:00:58 2011
New Revision: 1138655

URL: http://svn.apache.org/viewvc?rev=1138655&view=rev
Log:
Update Quickstart dependency to 5.2.6

Modified:
    tapestry/tapestry5/branches/maint-5-2/quickstart/src/main/resources/archetype-resources/pom.xml

Modified: tapestry/tapestry5/branches/maint-5-2/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1138655&r1=1138654&r2=1138655&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/quickstart/src/main/resources/archetype-resources/pom.xml Wed Jun 22 22:00:58 2011
@@ -112,6 +112,6 @@ of a Tapestry Maven plugin is not requir
     </pluginRepositories>
 
     <properties>
-        <tapestry-release-version>5.2.5</tapestry-release-version>
+        <tapestry-release-version>5.2.6</tapestry-release-version>
     </properties>
 </project>