You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2011/07/30 00:10:54 UTC

svn commit: r1152388 - /tapestry/tapestry5/trunk/build.gradle

Author: hlship
Date: Fri Jul 29 22:10:53 2011
New Revision: 1152388

URL: http://svn.apache.org/viewvc?rev=1152388&view=rev
Log:
Roll version number forward to 5.3-alpha-8

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1152388&r1=1152387&r2=1152388&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Fri Jul 29 22:10:53 2011
@@ -6,7 +6,7 @@ testngVersion = '5.14.9'
 easymockVersion = '3.0'
 servletAPIVersion = '2.4'
 
-version = '5.3-alpha-7'
+version = '5.3-alpha-8'
 
 doSign = !project.hasProperty('noSign') && project.hasProperty("signing.keyId")