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/06 19:49:19 UTC

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

Author: hlship
Date: Fri Apr  6 17:49:18 2012
New Revision: 1310503

URL: http://svn.apache.org/viewvc?rev=1310503&view=rev
Log:
Update version number to 5.3.3-rc-2

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=1310503&r1=1310502&r2=1310503&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.3/build.gradle (original)
+++ tapestry/tapestry5/branches/5.3/build.gradle Fri Apr  6 17:49:18 2012
@@ -8,7 +8,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-1"
+tapestryVersion = "5.3.3-rc-2"
 
 jettyVersion = "7.0.0.v20091005"
 tomcatVersion = "6.0.30"