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/13 00:26:09 UTC

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

Author: hlship
Date: Thu Apr 12 22:26:09 2012
New Revision: 1325556

URL: http://svn.apache.org/viewvc?rev=1325556&view=rev
Log:
Advance version number to 5.3.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=1325556&r1=1325555&r2=1325556&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.3/build.gradle (original)
+++ tapestry/tapestry5/branches/5.3/build.gradle Thu Apr 12 22:26:09 2012
@@ -1,3 +1,4 @@
+
 description = "Apache Tapestry 5 Project"
 
 apply plugin: "base"
@@ -8,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-2"
+tapestryVersion = "5.3.3-rc-3"
 
 jettyVersion = "7.0.0.v20091005"
 tomcatVersion = "6.0.30"