From b269f65c010524beabcd4c7b42b2abbf9d0a2f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Basl=C3=A9?= Date: Mon, 7 Dec 2020 11:18:56 +0100 Subject: [PATCH] Prepare release 3.2.6.RELEASE (EoL) This is the last planned release of reactor-addons in the Californium train. --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34c278d24..807d0e5fe 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,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.2.5.RELEASE' + reactorAddonsVersion = '3.2.6.RELEASE' } repositories { diff --git a/gradle.properties b/gradle.properties index 913887cdb..2f59d5090 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=3.2.6.BUILD-SNAPSHOT -reactorCoreVersion=3.2.22.BUILD-SNAPSHOT +reactorCoreVersion=3.2.22.RELEASE