You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by ml...@apache.org on 2011/12/09 17:59:38 UTC

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

Author: mlusetti
Date: Fri Dec  9 16:59:38 2011
New Revision: 1212518

URL: http://svn.apache.org/viewvc?rev=1212518&view=rev
Log:
keep lowercase as previous

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=1212518&r1=1212517&r2=1212518&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.3/build.gradle (original)
+++ tapestry/tapestry5/branches/5.3/build.gradle Fri Dec  9 16:59:38 2011
@@ -2,7 +2,7 @@ description = "Apache Tapestry 5 Project
 
 // Remember that when generating a release, this should be incremented. Also don't forget to
 // tag the release in Subversion.
-tapestryVersion = "5.3.1-RC1"
+tapestryVersion = "5.3.1-rc1"
 
 jettyVersion = '7.0.0.v20091005'
 tomcatVersion = '6.0.30'