File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )) {
You can’t perform that action at this time.
0 commit comments