Skip to content

Commit

Permalink
[release] Prepare and release 3.6.0-RC1
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <[email protected]>
  • Loading branch information
Oleh Dokuka committed Oct 10, 2023
1 parent 0f5f6fa commit 420203c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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.6.0-M3"
testCompile "io.projectreactor:reactor-test:3.6.0-M3"
compile "io.projectreactor:reactor-core:3.6.0-RC1"
testCompile "io.projectreactor:reactor-test:3.6.0-RC1"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.6.0-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.6.0-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.6.0-M3"
// implementation "io.projectreactor:reactor-tools:3.6.0-RC1"
}
```

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.6.0-SNAPSHOT
bomVersion=2023.0.0-M3
metricsMicrometerVersion=1.1.0-SNAPSHOT
version=3.6.0-RC1
bomVersion=2023.0.0-RC1
metricsMicrometerVersion=1.1.0-RC1
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ baselinePerfExtra = "3.5.1"
# Other shared versions
asciidoctor = "3.3.2"
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
micrometer = "1.12.0-M3"
micrometer = "1.12.0-RC1"
micrometerDocsGenerator = "1.0.2"
micrometerTracingTest="1.2.0-M2"
contextPropagation="1.0.6"
micrometerTracingTest="1.2.0-RC1"
contextPropagation="1.1.0-RC1"
kotlin = "1.5.32"
reactiveStreams = "1.0.4"

Expand Down

0 comments on commit 420203c

Please sign in to comment.