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/09 20:15:57 UTC

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

Author: hlship
Date: Tue Aug  9 18:15:56 2011
New Revision: 1155453

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

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1155453&r1=1155452&r2=1155453&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Tue Aug  9 18:15:56 2011
@@ -7,7 +7,7 @@ easymockVersion = '3.0'
 servletAPIVersion = '2.4'
 
 // Provided so that Jenkins can override the normal version number for nightly builds.
-version = System.getProperty('project-version', '5.3-alpha-11')
+version = System.getProperty('project-version', '5.3-alpha-12')
 
 stagingUrl = "https://repository.apache.org/service/local/staging/deploy/maven2/"
 snapshotUrl = "https://repository.apache.org/content/repositories/snapshots"