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/20 04:44:27 UTC

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

Author: hlship
Date: Wed Jul 20 02:44:27 2011
New Revision: 1148605

URL: http://svn.apache.org/viewvc?rev=1148605&view=rev
Log:
Roll version number back to alpha-5, due to problem with TAP5-1580 fix

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1148605&r1=1148604&r2=1148605&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Wed Jul 20 02:44:27 2011
@@ -6,7 +6,7 @@ testngVersion = '5.14.9'
 easymockVersion = '3.0'
 servletAPIVersion = '2.4'
 
-version = '5.3-alpha-6'
+version = '5.3-alpha-5'
 
 doSign = !project.hasProperty('noSign') && project.hasProperty("signing.keyId")