Author: hlship
Date: Mon Jul 4 21:25:07 2011
New Revision: 1142811
URL: http://svn.apache.org/viewvc?rev=1142811&view=rev
Log:
Update version number to 5.3-alpha-2, reflecting the recently voted numbering
scheme
Modified:
tapestry/tapestry5/trunk/build.gradle
Modified: tapestry/tapestry5/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1142811&r1=1142810&r2=1142811&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Mon Jul 4 21:25:07 2011
@@ -6,7 +6,7 @@ testngVersion = '5.14.9'
easymockVersion = '3.0'
servletAPIVersion = '2.4'
-version = '5.3.1-SNAPSHOT'
+version = '5.3-alpha-2'
doSign = !project.hasProperty('noSign') && project.hasProperty("signing.keyId")