1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Default to Spring IO Athens-SNAPSHOT

This commit is contained in:
Rob Winch
2016-07-12 10:07:49 -05:00
parent 70787fc548
commit 0f608d59b6
+1 -1
View File
@@ -106,7 +106,7 @@ configure(coreModuleProjects) {
apply plugin: 'emma'
apply plugin: 'spring-io'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '2.0.1.RELEASE'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Athens-BUILD-SNAPSHOT'
configurations {
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo