Upgrade to SF 5.1.0, Gradle 4.10.2

This commit is contained in:
Gary Russell
2018-09-21 11:08:22 -04:00
parent 42c5435e74
commit 88f57fa037
3 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ subprojects { subproject ->
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
reactorVersion = '3.1.6.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RC3'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RELEASE'
springRetryVersion = '1.2.2.RELEASE'
}

Binary file not shown.

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists