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/16 03:32:06 UTC

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

Author: hlship
Date: Tue Aug 16 01:32:05 2011
New Revision: 1158083

URL: http://svn.apache.org/viewvc?rev=1158083&view=rev
Log:
Roll version number up to 5.3-alpha-14

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1158083&r1=1158082&r2=1158083&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Tue Aug 16 01:32:05 2011
@@ -2,7 +2,7 @@ description = "Apache Tapestry 5 Project
 
 // Remember that after generating a release, this should be incremented. Also don't forget to
 // tag the release in Subversion.
-tapestryVersion = "5.3-alpha-13"
+tapestryVersion = "5.3-alpha-14"
 
 jettyVersion = '7.0.0.v20091005'
 tomcatVersion = '6.0.30'