Quellcode durchsuchen

Update springIoVersion to latest.integration

Rob Winch vor 10 Jahren
Ursprung
Commit
ea27cb6593
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -103,7 +103,7 @@ configure(coreModuleProjects) {
     apply plugin: 'emma'
     apply plugin: 'spring-io'
 
-    ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '1.0.0.BUILD-SNAPSHOT'
+    ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'latest.integration'
 
     bundlor.doFirst {
         def templateText = file("template.mf").text