1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Update springIoVersion to latest.integration

This commit is contained in:
Rob Winch
2015-03-25 09:51:32 -05:00
parent 57b06fb0b5
commit 96a68c1662
+1 -1
View File
@@ -99,7 +99,7 @@ configure(coreModuleProjects) {
apply plugin: 'emma'
apply plugin: 'spring-io'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '1.1.0.BUILD-SNAPSHOT'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'latest.integration'
configurations {
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo