Skip to content

Commit

Permalink
[release] Prepare and release 3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed May 14, 2024
1 parent 3bd2d1c commit 69871e9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.6.5"
testCompile "io.projectreactor:reactor-test:3.6.5"
compile "io.projectreactor:reactor-core:3.6.6"
testCompile "io.projectreactor:reactor-test:3.6.6"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.6.6-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.6.6-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.6.7-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.6.7-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.6.5"
// implementation "io.projectreactor:reactor-tools:3.6.6"
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=3.6.6-SNAPSHOT
bomVersion=2023.0.5
metricsMicrometerVersion=1.1.6-SNAPSHOT
version=3.6.6
bomVersion=2023.0.6
metricsMicrometerVersion=1.1.6

org.gradle.parallel=true
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ baselinePerfExtra = "3.5.1"
# Other shared versions
asciidoctor = "4.0.2"
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
micrometer = "1.12.5"
micrometer = "1.12.6"
micrometerDocsGenerator = "1.0.2"
micrometerTracingTest="1.2.5"
micrometerTracingTest="1.2.6"
contextPropagation="1.1.1"
kotlin = "1.8.22"
reactiveStreams = "1.0.4"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ dependencyResolutionManagement {
versionCatalogs {
libs {
if (System.getProperty("useSnapshotMicrometerVersion")) {
version('micrometer', '1.12.6-SNAPSHOT')
version('micrometer', '1.12.7-SNAPSHOT')
version('micrometerDocsGenerator', "1.0.3-SNAPSHOT")
version('micrometerTracingTest', "1.2.6-SNAPSHOT")
version('micrometerTracingTest', "1.2.7-SNAPSHOT")
version('contextPropagation', "1.1.2-SNAPSHOT")
}
}
Expand Down

0 comments on commit 69871e9

Please sign in to comment.