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/05 21:00:24 UTC

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

Author: hlship
Date: Tue Jul  5 19:00:24 2011
New Revision: 1143171

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

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1143171&r1=1143170&r2=1143171&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Tue Jul  5 19:00:24 2011
@@ -6,7 +6,7 @@ testngVersion = '5.14.9'
 easymockVersion = '3.0'
 servletAPIVersion = '2.4'
 
-version = '5.3-alpha-2'
+version = '5.3-alpha-3'
 
 doSign = !project.hasProperty('noSign') && project.hasProperty("signing.keyId")