浏览代码

Set Default Spring IO to 1.1.5.RELEASE

Fixes gh-4008
Rob Winch 8 年之前
父节点
当前提交
5413251132
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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