diff --git a/README.md b/README.md index f2cef4391..e1c508e24 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.3.7.RELEASE' + reactorAddonsVersion = '3.3.8.RELEASE' } repositories { diff --git a/gradle.properties b/gradle.properties index da97c7b7b..b18a723ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=3.3.8.BUILD-SNAPSHOT -reactorCoreVersion=3.3.20.BUILD-SNAPSHOT +version=3.3.8.RELEASE +reactorCoreVersion=3.3.22.RELEASE