Skip to content

Commit

Permalink
[release] Prepare and release 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed Apr 11, 2023
1 parent cd7f184 commit 324a64c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.5.4"
testCompile "io.projectreactor:reactor-test:3.5.4"
compile "io.projectreactor:reactor-core:3.5.5"
testCompile "io.projectreactor:reactor-test:3.5.5"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.5.5-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.5.5-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.5.6-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.5.6-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.5.4"
// implementation "io.projectreactor:reactor-tools:3.5.5"
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3.5.5-SNAPSHOT
bomVersion=2022.0.5
metricsMicrometerVersion=1.0.5-SNAPSHOT
version=3.5.5
bomVersion=2022.0.6
metricsMicrometerVersion=1.0.5

0 comments on commit 324a64c

Please sign in to comment.