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

Use Spring IO Brussels-SR1

This commit is contained in:
Rob Winch
2017-03-21 14:39:46 -05:00
parent 4f265c8fbc
commit 8a05548dcb
+1 -1
View File
@@ -106,7 +106,7 @@ configure(coreModuleProjects) {
apply plugin: 'emma'
apply plugin: 'spring-io'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Athens-BUILD-SNAPSHOT'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Brussels-SR1'
configurations {
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo