Skip to content

Commit 127d9ee

Browse files
committed
Default Spring IO version Brussels-SR9
Fixes: gh-5326
1 parent 7891787 commit 127d9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ configure(coreModuleProjects) {
108108
apply plugin: 'emma'
109109
apply plugin: 'spring-io'
110110

111-
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Brussels-SR1'
111+
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Brussels-SR9'
112112

113113
configurations {
114114
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo

0 commit comments

Comments
 (0)