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 2012/04/16 20:05:56 UTC

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

Author: hlship
Date: Mon Apr 16 18:05:55 2012
New Revision: 1326716

URL: http://svn.apache.org/viewvc?rev=1326716&view=rev
Log:
Roll version number forward to 5.3.3-rc-4

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=1326716&r1=1326715&r2=1326716&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.3/build.gradle (original)
+++ tapestry/tapestry5/branches/5.3/build.gradle Mon Apr 16 18:05:55 2012
@@ -9,7 +9,7 @@ apply from: "md5.gradle"
 
 // Remember that when generating a release, this should be incremented. Also don"t forget to
 // tag the release in Subversion.
-tapestryVersion = "5.3.3-rc-3"
+tapestryVersion = "5.3.3-rc-4"
 
 jettyVersion = "7.0.0.v20091005"
 tomcatVersion = "6.0.30"