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/05/15 19:58:50 UTC

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

Author: hlship
Date: Tue May 15 17:58:50 2012
New Revision: 1338812

URL: http://svn.apache.org/viewvc?rev=1338812&view=rev
Log:
Upgrade version number to 5.3.4-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=1338812&r1=1338811&r2=1338812&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.3/build.gradle (original)
+++ tapestry/tapestry5/branches/5.3/build.gradle Tue May 15 17:58:50 2012
@@ -9,7 +9,7 @@ apply from: "md5.gradle"
 project.ext.versions = [
   // Remember that when generating a release, this should be incremented. Also don"t forget to
   // tag the release in Subversion.
-  tapestry: "5.3.4-rc-1",
+  tapestry: "5.3.4-rc-2",
   jetty: "7.0.0.v20091005",
   tomcat: "6.0.30",
   testng: "5.14.9",