You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ml...@apache.org on 2012/01/29 12:54:40 UTC

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

Author: mlusetti
Date: Sun Jan 29 11:54:40 2012
New Revision: 1237255

URL: http://svn.apache.org/viewvc?rev=1237255&view=rev
Log:
bump version for 5.3.2 release

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=1237255&r1=1237254&r2=1237255&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.3/build.gradle (original)
+++ tapestry/tapestry5/branches/5.3/build.gradle Sun Jan 29 11:54:40 2012
@@ -6,7 +6,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.2-RC1"
+tapestryVersion = "5.3.2"
 
 jettyVersion = "7.0.0.v20091005"
 tomcatVersion = "6.0.30"
@@ -313,4 +313,4 @@ task generateRelease {
   dependsOn "quickstart:clean", continuousIntegration, subprojects.uploadPublished, uploadSourcesAndJavadocs
   group "Release artifact"
   description "Generates and uploads a final release to Apache Nexus"
-}
\ No newline at end of file
+}