Procházet zdrojové kódy

Default to Spring IO Athens-SNAPSHOT

Rob Winch před 9 roky
rodič
revize
0f608d59b6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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