Author: hlship
Date: Thu Jun 16 01:20:14 2011
New Revision: 1136262
URL: http://svn.apache.org/viewvc?rev=1136262&view=rev
Log:
Roll version number up to 5.3.0, prior to generating the release
Modified:
tapestry/tapestry5/trunk/build.gradle
Modified: tapestry/tapestry5/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1136262&r1=1136261&r2=1136262&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Thu Jun 16 01:20:14 2011
@@ -6,7 +6,7 @@ testngVersion = '5.14.9'
easymockVersion = '3.0'
servletAPIVersion = '2.4'
-version = '5.3.0-SNAPSHOT'
+version = '5.3.0'
doSign = !project.hasProperty('noSign') && project.hasProperty("signing.keyId")