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/08/04 04:00:37 UTC

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

Author: hlship
Date: Thu Aug  4 02:00:36 2011
New Revision: 1153726

URL: http://svn.apache.org/viewvc?rev=1153726&view=rev
Log:
Advance to 5.3-alpha-10

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1153726&r1=1153725&r2=1153726&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Thu Aug  4 02:00:36 2011
@@ -6,7 +6,7 @@ testngVersion = '5.14.9'
 easymockVersion = '3.0'
 servletAPIVersion = '2.4'
 
-version = '5.3-alpha-9'
+version = '5.3-alpha-10'
 
 doSign = !project.hasProperty('noSign') && project.hasProperty("signing.keyId")