You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/06/18 01:49:46 UTC

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

Author: hlship
Date: Fri Jun 17 23:49:46 2011
New Revision: 1137085

URL: http://svn.apache.org/viewvc?rev=1137085&view=rev
Log:
Roll version number forward to 5.3.1-SNAPSHOT

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1137085&r1=1137084&r2=1137085&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Fri Jun 17 23:49:46 2011
@@ -6,7 +6,7 @@ testngVersion = '5.14.9'
 easymockVersion = '3.0'
 servletAPIVersion = '2.4'
 
-version = '5.3.0'
+version = '5.3.1-SNAPSHOT'
 
 doSign = !project.hasProperty('noSign') && project.hasProperty("signing.keyId")