Skip to content

Commit

Permalink
Prepare release 3.3.15.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 15, 2021
1 parent b34d379 commit cadf890
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.3.14.RELEASE"
testCompile "io.projectreactor:reactor-test:3.3.14.RELEASE"
compile "io.projectreactor:reactor-core:3.3.15.RELEASE"
testCompile "io.projectreactor:reactor-test:3.3.15.RELEASE"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.3.15.BUILD-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.3.15.BUILD-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.3.16.BUILD-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.3.16.BUILD-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.3.14.RELEASE"
// implementation "io.projectreactor:reactor-tools:3.3.15.RELEASE"
}
```

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.3.15.BUILD-SNAPSHOT
reactiveStreamsVersion=1.0.3
compatibleVersion=3.3.0.RELEASE
bomVersion=Dysprosium-SR17
bomVersion=Dysprosium-SR18
perfBaselineVersion=3.3.6.RELEASE

0 comments on commit cadf890

Please sign in to comment.