Skip to content

Commit e3e231c

Browse files
committed
Upgrade to Spring Cloud Open Service Broker 3.0.0.RC1
Resolves #227
1 parent 769d65f commit e3e231c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ configure(allprojects) {
4545
springBootVersion = project.findProperty("springBootVersion") ?: "2.1.4.RELEASE"
4646
springVersion = project.findProperty("springVersion") ?: "5.1.6.RELEASE"
4747
reactorVersion = project.findProperty("reactorVersion") ?: "Californium-SR6"
48-
openServiceBrokerVersion = "3.0.0.BUILD-SNAPSHOT"
48+
openServiceBrokerVersion = "3.0.0.RC1"
4949
springCredhubVersion = "2.0.1.RELEASE"
5050
cfJavaClientVersion = "3.15.0.RELEASE"
5151
}
@@ -61,7 +61,6 @@ configure(allprojects) {
6161
repositories {
6262
mavenCentral()
6363
maven { url "https://repo.spring.io/libs-milestone" }
64-
maven { url "https://repo.spring.io/libs-snapshot" }
6564
}
6665

6766
if (project.hasProperty("springVersion") || project.hasProperty("springBootVersion") || project.hasProperty("reactorVersion")) {

0 commit comments

Comments
 (0)