Skip to content

Commit 734e779

Browse files
committed
[release] Prepare and release 3.4.38
1 parent 47436c0 commit 734e779

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ repositories {
3333
}
3434
3535
dependencies {
36-
compile "io.projectreactor:reactor-core:3.4.37"
37-
testCompile "io.projectreactor:reactor-test:3.4.37"
36+
compile "io.projectreactor:reactor-core:3.4.38"
37+
testCompile "io.projectreactor:reactor-test:3.4.38"
3838
3939
// Alternatively, use the following for latest snapshot artifacts in this line
40-
// compile "io.projectreactor:reactor-core:3.4.38-SNAPSHOT"
41-
// testCompile "io.projectreactor:reactor-test:3.4.38-SNAPSHOT"
40+
// compile "io.projectreactor:reactor-core:3.4.39-SNAPSHOT"
41+
// testCompile "io.projectreactor:reactor-test:3.4.39-SNAPSHOT"
4242
4343
// Optionally, use `reactor-tools` to help debugging reactor code
44-
// implementation "io.projectreactor:reactor-tools:3.4.37"
44+
// implementation "io.projectreactor:reactor-tools:3.4.38"
4545
}
4646
```
4747

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.4.38-SNAPSHOT
2-
bomVersion=2020.0.43
1+
version=3.4.38
2+
bomVersion=2020.0.44
33

44
org.gradle.parallel=true

0 commit comments

Comments
 (0)