Default to Spring IO Athens-BUILD-SNAPSHOT

This commit is contained in:
Eddú Meléndez
2016-07-14 11:34:00 +10:00
committed by Rob Winch
parent 5de8c8eceb
commit 4c7539b08d

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