From 1444de1cfb6b2ccc9aa7a363244abd22f390fcdd Mon Sep 17 00:00:00 2001 From: devromik Date: Thu, 4 Jul 2024 15:53:14 +0200 Subject: [PATCH] Change version to 4.0.0-RELEASE --- README.md | 20 +++++++++---------- metrics-facade-base/pom.xml | 2 +- metrics-facade-benchmark/pom.xml | 2 +- metrics-facade-default-impl/pom.xml | 2 +- .../pom.xml | 2 +- metrics-facade-dropwizard/pom.xml | 2 +- metrics-facade-prometheus/pom.xml | 2 +- metrics-facade-samples/pom.xml | 4 ++-- metrics-facade-shared-tests/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- metrics-facade-spring/pom.xml | 6 +++--- metrics-facade-test-support/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 8f77ad7..dce6c81 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ Base (Core): com.ringcentral.platform.metrics metrics-facade-base - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ``` @@ -380,7 +380,7 @@ Base (Core): com.ringcentral.platform.metrics metrics-facade-default-impl - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ``` @@ -389,7 +389,7 @@ Metrics reporter(s) (for example, ```PrometheusMetricsExporter```): com.ringcentral.platform.metrics metrics-facade-prometheus - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ``` @@ -714,7 +714,7 @@ You can find the complete sample ```GettingStartedSample.java``` in the followin com.ringcentral.platform.metrics metrics-facade-samples - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ``` @@ -1744,7 +1744,7 @@ Dependencies: com.ringcentral.platform.metrics metrics-facade-prometheus - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ``` @@ -1935,7 +1935,7 @@ Dependencies: com.ringcentral.platform.metrics metrics-facade-base - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ``` @@ -2289,7 +2289,7 @@ Dependencies: com.ringcentral.platform.metrics metrics-facade-base - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ``` @@ -2385,7 +2385,7 @@ Dependencies: com.ringcentral.platform.metrics metrics-facade-base - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ``` @@ -2553,7 +2553,7 @@ Required dependency: com.ringcentral.platform.metrics metrics-facade-dropwizard - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ``` @@ -2628,7 +2628,7 @@ Required dependency: com.ringcentral.platform.metrics metrics-facade-dropwizard-to-prometheus - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ``` diff --git a/metrics-facade-base/pom.xml b/metrics-facade-base/pom.xml index 0134889..e0dadf7 100644 --- a/metrics-facade-base/pom.xml +++ b/metrics-facade-base/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-base diff --git a/metrics-facade-benchmark/pom.xml b/metrics-facade-benchmark/pom.xml index 72380c9..6bd5b8a 100644 --- a/metrics-facade-benchmark/pom.xml +++ b/metrics-facade-benchmark/pom.xml @@ -9,7 +9,7 @@ metrics-facade com.ringcentral.platform.metrics - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-benchmark diff --git a/metrics-facade-default-impl/pom.xml b/metrics-facade-default-impl/pom.xml index 3ec2e06..8b4bab2 100644 --- a/metrics-facade-default-impl/pom.xml +++ b/metrics-facade-default-impl/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-default-impl diff --git a/metrics-facade-dropwizard-to-prometheus/pom.xml b/metrics-facade-dropwizard-to-prometheus/pom.xml index 8b9e226..5622794 100644 --- a/metrics-facade-dropwizard-to-prometheus/pom.xml +++ b/metrics-facade-dropwizard-to-prometheus/pom.xml @@ -9,7 +9,7 @@ metrics-facade com.ringcentral.platform.metrics - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-dropwizard-to-prometheus diff --git a/metrics-facade-dropwizard/pom.xml b/metrics-facade-dropwizard/pom.xml index 15d784b..7fdc77e 100644 --- a/metrics-facade-dropwizard/pom.xml +++ b/metrics-facade-dropwizard/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-dropwizard diff --git a/metrics-facade-prometheus/pom.xml b/metrics-facade-prometheus/pom.xml index 58d8d77..5018c1b 100644 --- a/metrics-facade-prometheus/pom.xml +++ b/metrics-facade-prometheus/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-prometheus diff --git a/metrics-facade-samples/pom.xml b/metrics-facade-samples/pom.xml index 5a1d002..1eed009 100644 --- a/metrics-facade-samples/pom.xml +++ b/metrics-facade-samples/pom.xml @@ -9,13 +9,13 @@ com.ringcentral.platform.metrics metrics-facade - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-samples - 4.0.0-SNAPSHOT + 4.0.0-RELEASE 1.12.5 diff --git a/metrics-facade-shared-tests/pom.xml b/metrics-facade-shared-tests/pom.xml index a3ecbf1..94fddc2 100644 --- a/metrics-facade-shared-tests/pom.xml +++ b/metrics-facade-shared-tests/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-shared-tests diff --git a/metrics-facade-spring/metrics-facade-prometheus-spring-boot-autoconfigure/pom.xml b/metrics-facade-spring/metrics-facade-prometheus-spring-boot-autoconfigure/pom.xml index 548047b..b6575eb 100644 --- a/metrics-facade-spring/metrics-facade-prometheus-spring-boot-autoconfigure/pom.xml +++ b/metrics-facade-spring/metrics-facade-prometheus-spring-boot-autoconfigure/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade-spring - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-prometheus-spring-boot-autoconfigure diff --git a/metrics-facade-spring/metrics-facade-prometheus-spring-boot-starter/pom.xml b/metrics-facade-spring/metrics-facade-prometheus-spring-boot-starter/pom.xml index 9a09a00..ba7037d 100644 --- a/metrics-facade-spring/metrics-facade-prometheus-spring-boot-starter/pom.xml +++ b/metrics-facade-spring/metrics-facade-prometheus-spring-boot-starter/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade-spring - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-prometheus-spring-boot-starter diff --git a/metrics-facade-spring/metrics-facade-spring-boot-autoconfigure/pom.xml b/metrics-facade-spring/metrics-facade-spring-boot-autoconfigure/pom.xml index 3d7a505..7748cf2 100644 --- a/metrics-facade-spring/metrics-facade-spring-boot-autoconfigure/pom.xml +++ b/metrics-facade-spring/metrics-facade-spring-boot-autoconfigure/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade-spring - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-spring-boot-autoconfigure diff --git a/metrics-facade-spring/metrics-facade-spring-boot-sample-app/pom.xml b/metrics-facade-spring/metrics-facade-spring-boot-sample-app/pom.xml index adf799c..b9b01e4 100644 --- a/metrics-facade-spring/metrics-facade-spring-boot-sample-app/pom.xml +++ b/metrics-facade-spring/metrics-facade-spring-boot-sample-app/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade-spring - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-spring-boot-sample-app diff --git a/metrics-facade-spring/metrics-facade-spring-boot-starter/pom.xml b/metrics-facade-spring/metrics-facade-spring-boot-starter/pom.xml index 7697701..ca6ce4a 100644 --- a/metrics-facade-spring/metrics-facade-spring-boot-starter/pom.xml +++ b/metrics-facade-spring/metrics-facade-spring-boot-starter/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade-spring - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-spring-boot-starter diff --git a/metrics-facade-spring/micrometer-registry-metrics-facade/pom.xml b/metrics-facade-spring/micrometer-registry-metrics-facade/pom.xml index 332c366..2f18014 100644 --- a/metrics-facade-spring/micrometer-registry-metrics-facade/pom.xml +++ b/metrics-facade-spring/micrometer-registry-metrics-facade/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade-spring - 4.0.0-SNAPSHOT + 4.0.0-RELEASE micrometer-registry-metrics-facade diff --git a/metrics-facade-spring/pom.xml b/metrics-facade-spring/pom.xml index 37fccda..83949ad 100644 --- a/metrics-facade-spring/pom.xml +++ b/metrics-facade-spring/pom.xml @@ -9,12 +9,12 @@ com.ringcentral.platform.metrics metrics-facade - 4.0.0-SNAPSHOT + 4.0.0-RELEASE ../pom.xml metrics-facade-spring - 4.0.0-SNAPSHOT + 4.0.0-RELEASE micrometer-registry-metrics-facade @@ -28,7 +28,7 @@ pom - 4.0.0-SNAPSHOT + 4.0.0-RELEASE 2.7.18 diff --git a/metrics-facade-test-support/pom.xml b/metrics-facade-test-support/pom.xml index 7be95e9..fe29472 100644 --- a/metrics-facade-test-support/pom.xml +++ b/metrics-facade-test-support/pom.xml @@ -9,7 +9,7 @@ com.ringcentral.platform.metrics metrics-facade - 4.0.0-SNAPSHOT + 4.0.0-RELEASE metrics-facade-test-support diff --git a/pom.xml b/pom.xml index 0722b52..fb91a2b 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.ringcentral.platform.metrics metrics-facade - 4.0.0-SNAPSHOT + 4.0.0-RELEASE RingCentral Metrics Facade https://github.com/ringcentral/metrics-facade