Skip to content

Commit b41adc8

Browse files
committed
Revert "[release] Prepare and release 3.7.4"
This reverts commit 5020452. Signed-off-by: Dariusz Jędrzejczyk <[email protected]>
1 parent 5020452 commit b41adc8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ repositories {
2828
}
2929
3030
dependencies {
31-
compile "io.projectreactor:reactor-core:3.7.4"
32-
testCompile "io.projectreactor:reactor-test:3.7.4"
31+
compile "io.projectreactor:reactor-core:3.7.3"
32+
testCompile "io.projectreactor:reactor-test:3.7.3"
3333
3434
// Alternatively, use the following for latest snapshot artifacts in this line
35-
// compile "io.projectreactor:reactor-core:3.7.5-SNAPSHOT"
36-
// testCompile "io.projectreactor:reactor-test:3.7.5-SNAPSHOT"
35+
// compile "io.projectreactor:reactor-core:3.7.4-SNAPSHOT"
36+
// testCompile "io.projectreactor:reactor-test:3.7.4-SNAPSHOT"
3737
3838
// Optionally, use `reactor-tools` to help debugging reactor code
39-
// implementation "io.projectreactor:reactor-tools:3.7.4"
39+
// implementation "io.projectreactor:reactor-tools:3.7.3"
4040
}
4141
```
4242

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=3.7.4
2-
bomVersion=2024.0.4
3-
metricsMicrometerVersion=1.2.4
1+
version=3.7.4-SNAPSHOT
2+
bomVersion=2024.0.3
3+
metricsMicrometerVersion=1.2.4-SNAPSHOT
44

55
org.gradle.parallel=true

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ baselinePerfExtra = "3.5.2"
1414

1515
# Other shared versions
1616
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
17-
micrometer = "1.14.5"
17+
micrometer = "1.14.4"
1818
micrometerDocsGenerator = "1.0.4"
19-
micrometerTracingTest="1.4.4"
19+
micrometerTracingTest="1.4.3"
2020
contextPropagation="1.1.2"
2121
kotlin = "1.8.22"
2222
reactiveStreams = "1.0.4"

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ dependencyResolutionManagement {
2929
versionCatalogs {
3030
libs {
3131
if (System.getProperty("useSnapshotMicrometerVersion")) {
32-
version('micrometer', '1.14.6-SNAPSHOT')
32+
version('micrometer', '1.14.5-SNAPSHOT')
3333
version('micrometerDocsGenerator', "1.0.5-SNAPSHOT")
34-
version('micrometerTracingTest', "1.4.5-SNAPSHOT")
34+
version('micrometerTracingTest', "1.4.4-SNAPSHOT")
3535
version('contextPropagation', "1.1.3-SNAPSHOT")
3636
}
3737
}

0 commit comments

Comments
 (0)