Browse Source

Update to Spring IO 1.1.0.BUILD-SNAPSHOT

Rob Winch 11 years ago
parent
commit
44f688c9d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -99,7 +99,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 : '1.1.0.BUILD-SNAPSHOT'
 
     configurations {
         jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo