From 03548a50f83a308151ab45d1978b0243d83445a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20J=C4=99drzejczyk?= Date: Tue, 11 Oct 2022 15:37:23 +0200 Subject: [PATCH] [release] Prepare and release 3.5.0-RC1 --- README.md | 2 +- gradle.properties | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9664dead0..589fe7b48 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.5.0-M6' + reactorAddonsVersion = '3.5.0-RC1' } repositories { diff --git a/gradle.properties b/gradle.properties index f2e454ad4..ce4460b82 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=3.5.0-SNAPSHOT +version=3.5.0-RC1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0766582b2..eec65b91a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -reactorCore = "3.5.0-SNAPSHOT" +reactorCore = "3.5.0-RC1" # Other shared versions reactiveStreams = "1.0.4" swt = "4.5.2"