From cadf890398354425dbb4586eea2e2e19e8ba61ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Basl=C3=A9?= Date: Mon, 15 Mar 2021 10:12:25 +0100 Subject: [PATCH 1/3] Prepare release 3.3.15.RELEASE --- README.md | 10 +++++----- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 087f0f849d..f5528d40e4 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ repositories { } dependencies { - compile "io.projectreactor:reactor-core:3.3.14.RELEASE" - testCompile "io.projectreactor:reactor-test:3.3.14.RELEASE" + compile "io.projectreactor:reactor-core:3.3.15.RELEASE" + testCompile "io.projectreactor:reactor-test:3.3.15.RELEASE" // Alternatively, use the following for latest snapshot artifacts in this line - // compile "io.projectreactor:reactor-core:3.3.15.BUILD-SNAPSHOT" - // testCompile "io.projectreactor:reactor-test:3.3.15.BUILD-SNAPSHOT" + // compile "io.projectreactor:reactor-core:3.3.16.BUILD-SNAPSHOT" + // testCompile "io.projectreactor:reactor-test:3.3.16.BUILD-SNAPSHOT" // Optionally, use `reactor-tools` to help debugging reactor code - // implementation "io.projectreactor:reactor-tools:3.3.14.RELEASE" + // implementation "io.projectreactor:reactor-tools:3.3.15.RELEASE" } ``` diff --git a/gradle.properties b/gradle.properties index 864dda8f34..2531ab8462 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,5 +2,5 @@ micrometerVersion=1.3.0 version=3.3.15.BUILD-SNAPSHOT reactiveStreamsVersion=1.0.3 compatibleVersion=3.3.0.RELEASE -bomVersion=Dysprosium-SR17 +bomVersion=Dysprosium-SR18 perfBaselineVersion=3.3.6.RELEASE From 7ce4525e952e29e4b0da0799107de0e114d497d6 Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Mon, 15 Mar 2021 09:47:18 +0000 Subject: [PATCH 2/3] [artifactory-release] Release version 3.3.15.RELEASE --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2531ab8462..3f68b40328 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ micrometerVersion=1.3.0 -version=3.3.15.BUILD-SNAPSHOT +version=3.3.15.RELEASE reactiveStreamsVersion=1.0.3 compatibleVersion=3.3.0.RELEASE bomVersion=Dysprosium-SR18 From cbb55c56864917d37d42c27e0fc159a4fe98fe54 Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Mon, 15 Mar 2021 09:47:22 +0000 Subject: [PATCH 3/3] [artifactory-release] Next development version 3.3.16.BUILD-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3f68b40328..c854409f59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ micrometerVersion=1.3.0 -version=3.3.15.RELEASE +version=3.3.16.BUILD-SNAPSHOT reactiveStreamsVersion=1.0.3 compatibleVersion=3.3.0.RELEASE bomVersion=Dysprosium-SR18