Skip to content

Commit

Permalink
[release] Prepare and release 3.7.0-M6
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Sep 10, 2024
1 parent ead8493 commit af4174e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.7.0-M5"
testCompile "io.projectreactor:reactor-test:3.7.0-M5"
compile "io.projectreactor:reactor-core:3.7.0-M6"
testCompile "io.projectreactor:reactor-test:3.7.0-M6"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.7.0-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.7.0-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.7.0-M5"
// implementation "io.projectreactor:reactor-tools:3.7.0-M6"
}
```

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.7.0-SNAPSHOT
bomVersion=2024.0.0-M5
metricsMicrometerVersion=1.2.0-SNAPSHOT
version=3.7.0-M6
bomVersion=2024.0.0-M6
metricsMicrometerVersion=1.2.0-M6

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 @@ -13,9 +13,9 @@ baselinePerfExtra = "3.5.2"

# Other shared versions
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
micrometer = "1.13.3"
micrometer = "1.14.0-M3"
micrometerDocsGenerator = "1.0.4"
micrometerTracingTest="1.3.3"
micrometerTracingTest="1.4.0-M3"
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 @@ -29,9 +29,9 @@ dependencyResolutionManagement {
versionCatalogs {
libs {
if (System.getProperty("useSnapshotMicrometerVersion")) {
version('micrometer', '1.13.4-SNAPSHOT')
version('micrometer', '1.14.0-SNAPSHOT')
version('micrometerDocsGenerator', "1.0.5-SNAPSHOT")
version('micrometerTracingTest', "1.3.4-SNAPSHOT")
version('micrometerTracingTest', "1.4.0-SNAPSHOT")
version('contextPropagation', "1.1.2-SNAPSHOT")
}
}
Expand Down

0 comments on commit af4174e

Please sign in to comment.