Update default Spring IO Checks to latest.integration

Fixes LDAP-326
This commit is contained in:
Rob Winch
2015-04-28 09:10:00 -05:00
parent ac7b89261c
commit ecf22c5c2d

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