Upgrade to Spring Cloud Open Service Broker 3.0.0.RC1

Resolves #227
This commit is contained in:
Roy Clarkson
2019-04-17 06:36:37 -04:00
parent 769d65f009
commit e3e231cb6e

View File

@@ -45,7 +45,7 @@ configure(allprojects) {
springBootVersion = project.findProperty("springBootVersion") ?: "2.1.4.RELEASE"
springVersion = project.findProperty("springVersion") ?: "5.1.6.RELEASE"
reactorVersion = project.findProperty("reactorVersion") ?: "Californium-SR6"
openServiceBrokerVersion = "3.0.0.BUILD-SNAPSHOT"
openServiceBrokerVersion = "3.0.0.RC1"
springCredhubVersion = "2.0.1.RELEASE"
cfJavaClientVersion = "3.15.0.RELEASE"
}
@@ -61,7 +61,6 @@ configure(allprojects) {
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-milestone" }
maven { url "https://repo.spring.io/libs-snapshot" }
}
if (project.hasProperty("springVersion") || project.hasProperty("springBootVersion") || project.hasProperty("reactorVersion")) {