Author: hlship
Date: Fri Jun 10 00:44:26 2011
New Revision: 1134147
URL: http://svn.apache.org/viewvc?rev=1134147&view=rev
Log:
TAP5-116: Adjust how and where the overall version number is specified
Modified:
tapestry/tapestry5/trunk/build.gradle
Modified: tapestry/tapestry5/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1134147&r1=1134146&r2=1134147&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Fri Jun 10 00:44:26 2011
@@ -9,6 +9,8 @@ testngVersion = '5.14.9'
easymockVersion = '3.0'
servletAPIVersion = '2.4'
+version = '5.3.0-SNAPSHOT'
+
subprojects {
apply plugin: 'java'
apply plugin: 'groovy' // mostly for testing
@@ -20,10 +22,8 @@ subprojects {
sourceCompatibility = '1.5'
targetCompatibility = '1.5'
- version = '5.3.0-SNAPSHOT'
-
- isSnapshot = version.endsWith("-SNAPSHOT")
-
+ version = parent.version
+
group = 'org.apache.tapestry'
repositories {