Skip to content

Commit

Permalink
[release] Prepare and release 3.5.11
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
  • Loading branch information
Oleh Dokuka committed Oct 10, 2023
1 parent eb8da03 commit c6b7f87
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.10"
testCompile "io.projectreactor:reactor-test:3.5.10"
compile "io.projectreactor:reactor-core:3.5.11"
testCompile "io.projectreactor:reactor-test:3.5.11"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.5.11-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.5.11-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.5.12-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.5.12-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.5.10"
// implementation "io.projectreactor:reactor-tools:3.5.11"
}
```

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.11-SNAPSHOT
bomVersion=2022.0.11
metricsMicrometerVersion=1.0.11-SNAPSHOT
version=3.5.11
bomVersion=2022.0.12
metricsMicrometerVersion=1.0.11
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.10.11"
micrometer = "1.10.12"
micrometerDocsGenerator = "1.0.2"
micrometerTracingTest="1.0.10"
contextPropagation="1.0.5"
micrometerTracingTest="1.0.11"
contextPropagation="1.0.6"
kotlin = "1.5.32"
reactiveStreams = "1.0.4"

Expand Down
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dependencyResolutionManagement {
versionCatalogs {
libs {
if (System.getProperty("useSnapshotMicrometerVersion")) {
version('micrometer', '1.10.12-SNAPSHOT')
version('micrometer', '1.10.13-SNAPSHOT')
version('micrometerDocsGenerator', "1.0.3-SNAPSHOT")
version('micrometerTracingTest', "1.0.11-SNAPSHOT")
version('contextPropagation', "1.0.6-SNAPSHOT")
version('micrometerTracingTest', "1.0.12-SNAPSHOT")
version('contextPropagation', "1.0.7-SNAPSHOT")
}
}
}
Expand Down

0 comments on commit c6b7f87

Please sign in to comment.