You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2011/11/02 19:44:43 UTC

svn commit: r1196756 - /tapestry/tapestry5/branches/5.3/build.gradle

Author: hlship
Date: Wed Nov  2 18:44:43 2011
New Revision: 1196756

URL: http://svn.apache.org/viewvc?rev=1196756&view=rev
Log:
Upgrade version number to 5.3-rc-3

Modified:
    tapestry/tapestry5/branches/5.3/build.gradle

Modified: tapestry/tapestry5/branches/5.3/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.3/build.gradle?rev=1196756&r1=1196755&r2=1196756&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.3/build.gradle (original)
+++ tapestry/tapestry5/branches/5.3/build.gradle Wed Nov  2 18:44:43 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-rc-2"
+tapestryVersion = "5.3-rc-3"
 
 jettyVersion = '7.0.0.v20091005'
 tomcatVersion = '6.0.30'