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