Bläddra i källkod

Default to Spring IO Athens-SNAPSHOT

Rob Winch 9 år sedan
förälder
incheckning
0f608d59b6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -106,7 +106,7 @@ configure(coreModuleProjects) {
 	apply plugin: 'emma'
 	apply plugin: 'spring-io'
 
-	ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '2.0.1.RELEASE'
+	ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Athens-BUILD-SNAPSHOT'
 
 	configurations {
 		jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo