Skip to content

Commit

Permalink
[release] Prepare and release 3.5.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Jul 12, 2022
1 parent 5a8b570 commit e561032
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-M3'
reactorAddonsVersion = '3.5.0-M4'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.5.0-SNAPSHOT
version=3.5.0-M4
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
reactorCore = "3.5.0-SNAPSHOT"
reactorCore = "3.5.0-M4"
# Other shared versions
reactiveStreams = "1.0.3"
swt = "4.5.2"
Expand Down Expand Up @@ -28,4 +28,4 @@ testNg = "org.testng:testng:7.5"

[plugins]
artifactory = { id = "com.jfrog.artifactory", version = "4.27.1" }
bnd = { id = "biz.aQute.bnd.builder", version = "6.1.0" }
bnd = { id = "biz.aQute.bnd.builder", version = "6.1.0" }

0 comments on commit e561032

Please sign in to comment.