SEC-3179: Set springIoVersion to explicit version

This commit is contained in:
Rob Winch 2015-12-21 14:52:39 -06:00
parent 409a74330e
commit cfd576316f

View File

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