Author: hlship
Date: Tue Jul 19 21:33:17 2011
New Revision: 1148551
URL: http://svn.apache.org/viewvc?rev=1148551&view=rev
Log:
Advance version number to 5.3-alpha-5
Modified:
tapestry/tapestry5/trunk/build.gradle
Modified: tapestry/tapestry5/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1148551&r1=1148550&r2=1148551&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Tue Jul 19 21:33:17 2011
@@ -6,7 +6,7 @@ testngVersion = '5.14.9'
easymockVersion = '3.0'
servletAPIVersion = '2.4'
-version = '5.3-alpha-4'
+version = '5.3-alpha-5'
doSign = !project.hasProperty('noSign') && project.hasProperty("signing.keyId")