From 8bef34e2c050755ef93fb2399897ce455cf54418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20J=C4=99drzejczyk?= Date: Tue, 9 Jul 2024 12:02:20 +0200 Subject: [PATCH] [release] Prepare and release 3.7.0-M4 --- README.md | 6 +++--- gradle.properties | 6 +++--- gradle/libs.versions.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index be126f43fe..1453f44b75 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,15 @@ repositories { } dependencies { - compile "io.projectreactor:reactor-core:3.7.0-M3" - testCompile "io.projectreactor:reactor-test:3.7.0-M3" + compile "io.projectreactor:reactor-core:3.7.0-M4" + testCompile "io.projectreactor:reactor-test:3.7.0-M4" // 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-M3" + // implementation "io.projectreactor:reactor-tools:3.7.0-M4" } ``` diff --git a/gradle.properties b/gradle.properties index 487a935eaa..e051687447 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=3.7.0-SNAPSHOT -bomVersion=2024.0.0-M3 -metricsMicrometerVersion=1.2.0-SNAPSHOT +version=3.7.0-M4 +bomVersion=2024.0.0-M4 +metricsMicrometerVersion=1.2.0-M4 org.gradle.parallel=true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c851a5c852..f78b6c0ae6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,9 +13,9 @@ baselinePerfExtra = "3.5.1" # Other shared versions #note that some micrometer artifacts like context-propagation has a different version directly set in libraries below -micrometer = "1.13.1" +micrometer = "1.13.2" micrometerDocsGenerator = "1.0.3" -micrometerTracingTest="1.3.1" +micrometerTracingTest="1.3.2" contextPropagation="1.1.1" kotlin = "1.8.22" reactiveStreams = "1.0.4"