1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Set Default Spring IO to 1.1.5.RELEASE

Fixes gh-4008
This commit is contained in:
Rob Winch
2016-12-22 09:34:55 -06:00
parent 0896d22995
commit 5413251132
+1 -1
View File
@@ -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