Skip to content

Commit e5245ce

Browse files
committed
Upgrade to Spring Cloud Open Service Broker 3.0.0.RELEASE
Resolves #234
1 parent 49b58b5 commit e5245ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ configure(allprojects) {
4444
springBootVersion = project.findProperty("springBootVersion") ?: "2.1.4.RELEASE"
4545
springVersion = project.findProperty("springVersion") ?: "5.1.6.RELEASE"
4646
reactorVersion = project.findProperty("reactorVersion") ?: "Californium-SR6"
47-
openServiceBrokerVersion = "3.0.0.RC1"
47+
openServiceBrokerVersion = "3.0.0.RELEASE"
4848
springCredhubVersion = "2.0.1.RELEASE"
4949
cfJavaClientVersion = "3.15.0.RELEASE"
5050
}
@@ -59,7 +59,7 @@ configure(allprojects) {
5959

6060
repositories {
6161
mavenCentral()
62-
maven { url "https://repo.spring.io/libs-milestone" }
62+
maven { url "https://repo.spring.io/libs-release" }
6363
}
6464

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

0 commit comments

Comments
 (0)