Skip to content

Commit

Permalink
Prepare release 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 15, 2021
1 parent 7058d21 commit e05bfda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.4.3"
testCompile "io.projectreactor:reactor-test:3.4.3"
compile "io.projectreactor:reactor-core:3.4.4"
testCompile "io.projectreactor:reactor-test:3.4.4"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.4.4-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.4.4-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.4.5-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.4.5-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.4.3"
// implementation "io.projectreactor:reactor-tools:3.4.4"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ micrometerVersion=1.3.0
version=3.4.4-SNAPSHOT
reactiveStreamsVersion=1.0.3
compatibleVersion=3.4.0
bomVersion=2020.0.4
bomVersion=2020.0.5
perfBaselineVersion=3.3.6.RELEASE

0 comments on commit e05bfda

Please sign in to comment.