Use Spring IO 2.0.3.RELEASE

Fixes gh-384
This commit is contained in:
Rob Winch
2016-03-04 09:12:23 -06:00
parent 9d995d2b87
commit bf552e9395

View File

@@ -3,7 +3,7 @@ apply from: MAVEN_DEPLOYMENT_SCRIPT
apply from: RELEASE_CHECKS_SCRIPT
apply plugin: 'spring-io'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'latest.integration'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '2.0.3.RELEASE'
configurations {
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo