From 3dcddb64e93853cdd57f31fa42eb9d575c19fbff Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Tue, 15 Oct 2024 10:19:21 +0300 Subject: [PATCH] [release] Prepare and release 3.7.0-RC1 --- README.md | 6 +++--- gradle.properties | 6 +++--- gradle/libs.versions.toml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6c63b8e95f..7dc0080521 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,15 @@ repositories { } dependencies { - compile "io.projectreactor:reactor-core:3.7.0-M6" - testCompile "io.projectreactor:reactor-test:3.7.0-M6" + compile "io.projectreactor:reactor-core:3.7.0-RC1" + testCompile "io.projectreactor:reactor-test:3.7.0-RC1" // Alternatively, use the following for latest snapshot artifacts in this line // compile "io.projectreactor:reactor-core:3.7.0-SNAPSHOT" // testCompile "io.projectreactor:reactor-test:3.7.0-SNAPSHOT" // Optionally, use `reactor-tools` to help debugging reactor code - // implementation "io.projectreactor:reactor-tools:3.7.0-M6" + // implementation "io.projectreactor:reactor-tools:3.7.0-RC1" } ``` diff --git a/gradle.properties b/gradle.properties index 21d05637f2..2b05bd12cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=3.7.0-SNAPSHOT -bomVersion=2024.0.0-M6 -metricsMicrometerVersion=1.2.0-SNAPSHOT +version=3.7.0-RC1 +bomVersion=2024.0.0-RC1 +metricsMicrometerVersion=1.2.0-RC1 org.gradle.parallel=true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6072728f50..b56af2b34d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,10 +13,10 @@ baselinePerfExtra = "3.5.2" # Other shared versions #note that some micrometer artifacts like context-propagation has a different version directly set in libraries below -micrometer = "1.14.0-M3" +micrometer = "1.14.0-RC1" micrometerDocsGenerator = "1.0.4" -micrometerTracingTest="1.4.0-M3" -contextPropagation="1.1.1" +micrometerTracingTest="1.4.0-RC1" +contextPropagation="1.1.2" kotlin = "1.8.22" reactiveStreams = "1.0.4" antora = "1.0.0"