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/10/28 18:09:07 UTC

svn commit: r1190417 - /tapestry/tapestry5/trunk/build.gradle

Author: hlship
Date: Fri Oct 28 16:09:07 2011
New Revision: 1190417

URL: http://svn.apache.org/viewvc?rev=1190417&view=rev
Log:
Advance version number to 5.3-beta-30

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1190417&r1=1190416&r2=1190417&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Fri Oct 28 16:09:07 2011
@@ -2,7 +2,7 @@ description = "Apache Tapestry 5 Project
 
 // Remember that when generating a release, this should be incremented. Also don't forget to
 // tag the release in Subversion.
-tapestryVersion = "5.3-beta-29"
+tapestryVersion = "5.3-beta-30"
 
 jettyVersion = '7.0.0.v20091005'
 tomcatVersion = '6.0.30'