Skip to content

Commit

Permalink
[release] Prepare and release 3.3.18.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Jun 22, 2021
1 parent b16972b commit b92467f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.3.17.RELEASE"
testCompile "io.projectreactor:reactor-test:3.3.17.RELEASE"
compile "io.projectreactor:reactor-core:3.3.18.RELEASE"
testCompile "io.projectreactor:reactor-test:3.3.18.RELEASE"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.3.18.BUILD-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.3.18.BUILD-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.3.19.BUILD-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.3.19.BUILD-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.3.17.RELEASE"
// implementation "io.projectreactor:reactor-tools:3.3.18.RELEASE"
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
micrometerVersion=1.3.0
version=3.3.18.BUILD-SNAPSHOT
version=3.3.18.RELEASE
reactiveStreamsVersion=1.0.3
compatibleVersion=3.3.17.RELEASE
bomVersion=Dysprosium-SR20
bomVersion=Dysprosium-SR21
perfBaselineVersion=3.3.17.RELEASE

0 comments on commit b92467f

Please sign in to comment.