diff --git a/README.md b/README.md index 401fc41c7..6856c8c53 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Snapshot and pre-release Maven artifacts are provided in the SpringSource snapsh To add this repo to your Gradle build, specify the URL like the following: ext { - reactorAddonsVersion = '3.6.0-M2' + reactorAddonsVersion = '3.6.0-RC1' } repositories { diff --git a/gradle.properties b/gradle.properties index 3dbf367d5..5d7a4ff9a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=3.6.0-SNAPSHOT +version=3.6.0-RC1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0c1cb9b07..ff7ac8542 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -reactorCore = "3.7.0-SNAPSHOT" +reactorCore = "3.7.0-RC1" # Other shared versions reactiveStreams = "1.0.4" swt = "4.5.2"