Skip to content

Commit

Permalink
[release] Prepare and release 3.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed Aug 9, 2022
1 parent 5959699 commit 9547852
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -33,15 +33,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.4.21"
testCompile "io.projectreactor:reactor-test:3.4.21"
compile "io.projectreactor:reactor-core:3.4.22"
testCompile "io.projectreactor:reactor-test:3.4.22"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.4.22-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.4.22-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.4.23-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.4.23-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.4.21"
// implementation "io.projectreactor:reactor-tools:3.4.22"
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,2 +1,2 @@
version=3.4.22-SNAPSHOT
bomVersion=2020.0.21
version=3.4.22
bomVersion=2020.0.22

0 comments on commit 9547852

Please sign in to comment.