Skip to content

Commit

Permalink
[release] Prepare and release 3.7.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Apr 9, 2024
1 parent e537010 commit a16e2b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.6.5"
testCompile "io.projectreactor:reactor-test:3.6.5"
compile "io.projectreactor:reactor-core:3.7.0-M1"
testCompile "io.projectreactor:reactor-test:3.7.0-M1"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.6.6-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.6.6-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.6.5"
// implementation "io.projectreactor:reactor-tools:3.7.0-M1"
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=3.7.0-SNAPSHOT
bomVersion=2024.0.0-SNAPSHOT
metricsMicrometerVersion=1.2.0-SNAPSHOT
version=3.7.0-M1
bomVersion=2024.0.0-M1
metricsMicrometerVersion=1.2.0-M1

org.gradle.parallel=true

0 comments on commit a16e2b2

Please sign in to comment.