Skip to content

Commit 8b64964

Browse files
committed
[release] Prepare and release 3.7.0
1 parent c29d23b commit 8b64964

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ repositories {
3131
}
3232
3333
dependencies {
34-
compile "io.projectreactor:reactor-core:3.7.0-RC1"
35-
testCompile "io.projectreactor:reactor-test:3.7.0-RC1"
34+
compile "io.projectreactor:reactor-core:3.7.0"
35+
testCompile "io.projectreactor:reactor-test:3.7.0"
3636
3737
// Alternatively, use the following for latest snapshot artifacts in this line
38-
// compile "io.projectreactor:reactor-core:3.7.0-SNAPSHOT"
39-
// testCompile "io.projectreactor:reactor-test:3.7.0-SNAPSHOT"
38+
// compile "io.projectreactor:reactor-core:3.7.1-SNAPSHOT"
39+
// testCompile "io.projectreactor:reactor-test:3.7.1-SNAPSHOT"
4040
4141
// Optionally, use `reactor-tools` to help debugging reactor code
42-
// implementation "io.projectreactor:reactor-tools:3.7.0-RC1"
42+
// implementation "io.projectreactor:reactor-tools:3.7.0"
4343
}
4444
```
4545

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=3.7.0-SNAPSHOT
2-
bomVersion=2024.0.0-RC1
3-
metricsMicrometerVersion=1.2.0-SNAPSHOT
1+
version=3.7.0
2+
bomVersion=2024.0.0
3+
metricsMicrometerVersion=1.2.0
44

55
org.gradle.parallel=true

0 commit comments

Comments
 (0)