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/08 20:55:58 UTC

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

Author: hlship
Date: Mon Aug  8 18:55:57 2011
New Revision: 1155057

URL: http://svn.apache.org/viewvc?rev=1155057&view=rev
Log:
Roll version number forward to 5.3-alpha-10, and modify so that Jenkins build can override version number for its builds

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1155057&r1=1155056&r2=1155057&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Mon Aug  8 18:55:57 2011
@@ -6,7 +6,8 @@ testngVersion = '5.14.9'
 easymockVersion = '3.0'
 servletAPIVersion = '2.4'
 
-version = '5.3-SNAPSHOT'
+// Provided so that Jenkins can override the normal version number for nightly builds.
+version = System.getProperty('project-version', '5.3-alpha-10')
 
 stagingUrl = "https://repository.apache.org/service/local/staging/deploy/maven2/"
 snapshotUrl = "https://repository.apache.org/content/repositories/snapshots"