Skip to content

Commit f96f1d4

Browse files
authored
Unify reactor-core-micrometer version with reactor-core (#4136)
Starting from 3.8.0, the reactor-core-micrometer module will have the same version as reactor-core with which it is published. Signed-off-by: Dariusz Jędrzejczyk <[email protected]>
1 parent 68c5e2c commit f96f1d4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
version=3.8.0-SNAPSHOT
22
bomVersion=2025.0.0-RC1
3-
metricsMicrometerVersion=1.3.0-SNAPSHOT
43

54
org.gradle.parallel=true

reactor-core-micrometer/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ apply plugin: 'java-library'
1919

2020
description = 'Reactor-Core Micrometer Metrics support'
2121

22-
version = "$metricsMicrometerVersion"
2322
group = "io.projectreactor"
2423

2524
ext {
26-
def osgiVersion = osgiVersion("$metricsMicrometerVersion")
27-
2825
bndOptions = [
2926
"Export-Package": [
3027
"!*internal*",

0 commit comments

Comments
 (0)