소스 검색

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: 'spring-io'
 
-    ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'latest.integration'
+    ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '1.1.5.RELEASE'
 
     configurations {
         jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo