From 0ae1ec08deb54b03bfb40b7b69f41c8f7522d730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20St=C3=A4ber?= Date: Sun, 12 Nov 2023 16:32:34 +0100 Subject: [PATCH] [maven-release-plugin] prepare release v1.1.0 --- benchmarks/pom.xml | 2 +- .../example-greeting-service/pom.xml | 2 +- .../example-hello-world-app/pom.xml | 2 +- examples/example-exemplars-tail-sampling/pom.xml | 2 +- examples/example-exporter-httpserver/pom.xml | 2 +- examples/example-exporter-multi-target/pom.xml | 2 +- examples/example-exporter-opentelemetry/pom.xml | 2 +- examples/example-exporter-servlet-tomcat/pom.xml | 2 +- examples/example-native-histogram/pom.xml | 2 +- examples/example-prometheus-properties/pom.xml | 2 +- examples/example-simpleclient-bridge/pom.xml | 2 +- examples/pom.xml | 2 +- integration-tests/it-common/pom.xml | 2 +- .../it-exporter/it-exporter-httpserver-sample/pom.xml | 2 +- .../it-exporter/it-exporter-servlet-jetty-sample/pom.xml | 2 +- .../it-exporter/it-exporter-servlet-tomcat-sample/pom.xml | 2 +- integration-tests/it-exporter/it-exporter-test/pom.xml | 2 +- integration-tests/it-exporter/pom.xml | 4 ++-- integration-tests/pom.xml | 2 +- pom.xml | 4 ++-- prometheus-metrics-config/pom.xml | 2 +- prometheus-metrics-core/pom.xml | 2 +- prometheus-metrics-exporter-common/pom.xml | 2 +- prometheus-metrics-exporter-httpserver/pom.xml | 2 +- prometheus-metrics-exporter-opentelemetry/pom.xml | 2 +- prometheus-metrics-exporter-servlet-jakarta/pom.xml | 2 +- prometheus-metrics-exposition-formats/pom.xml | 2 +- prometheus-metrics-instrumentation-jvm/pom.xml | 2 +- prometheus-metrics-model/pom.xml | 2 +- prometheus-metrics-shaded-dependencies/pom.xml | 2 +- .../prometheus-metrics-shaded-opentelemetry/pom.xml | 2 +- .../prometheus-metrics-shaded-protobuf/pom.xml | 2 +- prometheus-metrics-simpleclient-bridge/pom.xml | 4 ++-- prometheus-metrics-tracer/pom.xml | 2 +- .../prometheus-metrics-tracer-common/pom.xml | 2 +- .../prometheus-metrics-tracer-initializer/pom.xml | 2 +- .../prometheus-metrics-tracer-otel-agent/pom.xml | 2 +- .../prometheus-metrics-tracer-otel/pom.xml | 2 +- 38 files changed, 41 insertions(+), 41 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 18f8f7b34..1fc1b45f2 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 benchmarks diff --git a/examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml b/examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml index d797655ad..1c699d4ec 100644 --- a/examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml +++ b/examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml @@ -5,7 +5,7 @@ io.prometheus example-exemplars-tail-sampling - 1.1.0-SNAPSHOT + 1.1.0 example-greeting-service diff --git a/examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml b/examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml index e8b06203c..d48a5a627 100644 --- a/examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml +++ b/examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml @@ -5,7 +5,7 @@ io.prometheus example-exemplars-tail-sampling - 1.1.0-SNAPSHOT + 1.1.0 example-hello-world-app diff --git a/examples/example-exemplars-tail-sampling/pom.xml b/examples/example-exemplars-tail-sampling/pom.xml index 0e77e6206..7482831b2 100644 --- a/examples/example-exemplars-tail-sampling/pom.xml +++ b/examples/example-exemplars-tail-sampling/pom.xml @@ -5,7 +5,7 @@ io.prometheus examples - 1.1.0-SNAPSHOT + 1.1.0 example-exemplars-tail-sampling diff --git a/examples/example-exporter-httpserver/pom.xml b/examples/example-exporter-httpserver/pom.xml index 1e2e29293..524b00e33 100644 --- a/examples/example-exporter-httpserver/pom.xml +++ b/examples/example-exporter-httpserver/pom.xml @@ -5,7 +5,7 @@ io.prometheus examples - 1.1.0-SNAPSHOT + 1.1.0 example-exporter-httpserver diff --git a/examples/example-exporter-multi-target/pom.xml b/examples/example-exporter-multi-target/pom.xml index fa9d1a94a..d3ad59be2 100644 --- a/examples/example-exporter-multi-target/pom.xml +++ b/examples/example-exporter-multi-target/pom.xml @@ -5,7 +5,7 @@ io.prometheus examples - 1.1.0-SNAPSHOT + 1.1.0 example-exporter-multi-target diff --git a/examples/example-exporter-opentelemetry/pom.xml b/examples/example-exporter-opentelemetry/pom.xml index 78d4ce8af..cbd85a325 100644 --- a/examples/example-exporter-opentelemetry/pom.xml +++ b/examples/example-exporter-opentelemetry/pom.xml @@ -5,7 +5,7 @@ io.prometheus examples - 1.1.0-SNAPSHOT + 1.1.0 example-exporter-opentelemetry diff --git a/examples/example-exporter-servlet-tomcat/pom.xml b/examples/example-exporter-servlet-tomcat/pom.xml index b4dd55ce3..caabaa0ad 100644 --- a/examples/example-exporter-servlet-tomcat/pom.xml +++ b/examples/example-exporter-servlet-tomcat/pom.xml @@ -5,7 +5,7 @@ io.prometheus examples - 1.1.0-SNAPSHOT + 1.1.0 example-exporter-servlet-tomcat diff --git a/examples/example-native-histogram/pom.xml b/examples/example-native-histogram/pom.xml index b094f76db..c519cb092 100644 --- a/examples/example-native-histogram/pom.xml +++ b/examples/example-native-histogram/pom.xml @@ -5,7 +5,7 @@ io.prometheus examples - 1.1.0-SNAPSHOT + 1.1.0 example-native-histogram diff --git a/examples/example-prometheus-properties/pom.xml b/examples/example-prometheus-properties/pom.xml index 14dad20ff..e7ccdacb3 100644 --- a/examples/example-prometheus-properties/pom.xml +++ b/examples/example-prometheus-properties/pom.xml @@ -5,7 +5,7 @@ io.prometheus examples - 1.1.0-SNAPSHOT + 1.1.0 example-prometheus-properties diff --git a/examples/example-simpleclient-bridge/pom.xml b/examples/example-simpleclient-bridge/pom.xml index 3abc5f5ba..cf8dd8eb8 100644 --- a/examples/example-simpleclient-bridge/pom.xml +++ b/examples/example-simpleclient-bridge/pom.xml @@ -5,7 +5,7 @@ io.prometheus examples - 1.1.0-SNAPSHOT + 1.1.0 example-simpleclient-bridge diff --git a/examples/pom.xml b/examples/pom.xml index 61db27a97..3817ee353 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 examples diff --git a/integration-tests/it-common/pom.xml b/integration-tests/it-common/pom.xml index ccff0a33c..2d4665483 100644 --- a/integration-tests/it-common/pom.xml +++ b/integration-tests/it-common/pom.xml @@ -5,7 +5,7 @@ io.prometheus integration-tests - 1.1.0-SNAPSHOT + 1.1.0 it-common diff --git a/integration-tests/it-exporter/it-exporter-httpserver-sample/pom.xml b/integration-tests/it-exporter/it-exporter-httpserver-sample/pom.xml index 3638eb7e1..5cb35c318 100644 --- a/integration-tests/it-exporter/it-exporter-httpserver-sample/pom.xml +++ b/integration-tests/it-exporter/it-exporter-httpserver-sample/pom.xml @@ -5,7 +5,7 @@ io.prometheus it-exporter - 1.1.0-SNAPSHOT + 1.1.0 it-exporter-httpserver-sample diff --git a/integration-tests/it-exporter/it-exporter-servlet-jetty-sample/pom.xml b/integration-tests/it-exporter/it-exporter-servlet-jetty-sample/pom.xml index 6d2bc1a45..54e6d3dab 100644 --- a/integration-tests/it-exporter/it-exporter-servlet-jetty-sample/pom.xml +++ b/integration-tests/it-exporter/it-exporter-servlet-jetty-sample/pom.xml @@ -5,7 +5,7 @@ io.prometheus it-exporter - 1.1.0-SNAPSHOT + 1.1.0 it-exporter-servlet-jetty-sample diff --git a/integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/pom.xml b/integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/pom.xml index d0ab3c886..be71fb3db 100644 --- a/integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/pom.xml +++ b/integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/pom.xml @@ -5,7 +5,7 @@ io.prometheus it-exporter - 1.1.0-SNAPSHOT + 1.1.0 it-exporter-servlet-tomcat-sample diff --git a/integration-tests/it-exporter/it-exporter-test/pom.xml b/integration-tests/it-exporter/it-exporter-test/pom.xml index ef92990f1..88d1a1964 100644 --- a/integration-tests/it-exporter/it-exporter-test/pom.xml +++ b/integration-tests/it-exporter/it-exporter-test/pom.xml @@ -5,7 +5,7 @@ io.prometheus it-exporter - 1.1.0-SNAPSHOT + 1.1.0 it-exporter-test diff --git a/integration-tests/it-exporter/pom.xml b/integration-tests/it-exporter/pom.xml index 2802e6231..82e49c8e5 100644 --- a/integration-tests/it-exporter/pom.xml +++ b/integration-tests/it-exporter/pom.xml @@ -5,7 +5,7 @@ io.prometheus integration-tests - 1.1.0-SNAPSHOT + 1.1.0 it-exporter @@ -29,7 +29,7 @@ scm:git:git@github.com:prometheus/client_java.git scm:git:git@github.com:prometheus/client_java.git git@github.com:prometheus/client_java.git - HEAD + v1.1.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 223543b6d..987e8d0b2 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 integration-tests diff --git a/pom.xml b/pom.xml index bda8ea060..db5c2a62e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 Prometheus Metrics Library http://github.com/prometheus/client_java @@ -30,7 +30,7 @@ scm:git:git@github.com:prometheus/client_java.git scm:git:git@github.com:prometheus/client_java.git git@github.com:prometheus/client_java.git - HEAD + v1.1.0 diff --git a/prometheus-metrics-config/pom.xml b/prometheus-metrics-config/pom.xml index 6ed2c6411..e0a4d469d 100644 --- a/prometheus-metrics-config/pom.xml +++ b/prometheus-metrics-config/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-config diff --git a/prometheus-metrics-core/pom.xml b/prometheus-metrics-core/pom.xml index 70cc9c1b2..9ab34cbe6 100644 --- a/prometheus-metrics-core/pom.xml +++ b/prometheus-metrics-core/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-core diff --git a/prometheus-metrics-exporter-common/pom.xml b/prometheus-metrics-exporter-common/pom.xml index 8e64daaba..78ac62b9e 100644 --- a/prometheus-metrics-exporter-common/pom.xml +++ b/prometheus-metrics-exporter-common/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-exporter-common diff --git a/prometheus-metrics-exporter-httpserver/pom.xml b/prometheus-metrics-exporter-httpserver/pom.xml index b2e446fe1..e1a8519ce 100644 --- a/prometheus-metrics-exporter-httpserver/pom.xml +++ b/prometheus-metrics-exporter-httpserver/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-exporter-httpserver diff --git a/prometheus-metrics-exporter-opentelemetry/pom.xml b/prometheus-metrics-exporter-opentelemetry/pom.xml index e84bef9b8..fc05aa5e3 100644 --- a/prometheus-metrics-exporter-opentelemetry/pom.xml +++ b/prometheus-metrics-exporter-opentelemetry/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-exporter-opentelemetry diff --git a/prometheus-metrics-exporter-servlet-jakarta/pom.xml b/prometheus-metrics-exporter-servlet-jakarta/pom.xml index e562fbdee..46c79695c 100644 --- a/prometheus-metrics-exporter-servlet-jakarta/pom.xml +++ b/prometheus-metrics-exporter-servlet-jakarta/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-exporter-servlet-jakarta diff --git a/prometheus-metrics-exposition-formats/pom.xml b/prometheus-metrics-exposition-formats/pom.xml index 471b29da5..1703f0f77 100644 --- a/prometheus-metrics-exposition-formats/pom.xml +++ b/prometheus-metrics-exposition-formats/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-exposition-formats diff --git a/prometheus-metrics-instrumentation-jvm/pom.xml b/prometheus-metrics-instrumentation-jvm/pom.xml index 56b2dc46a..f452d488b 100644 --- a/prometheus-metrics-instrumentation-jvm/pom.xml +++ b/prometheus-metrics-instrumentation-jvm/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-instrumentation-jvm diff --git a/prometheus-metrics-model/pom.xml b/prometheus-metrics-model/pom.xml index 06d0c56d9..b3d56a29f 100644 --- a/prometheus-metrics-model/pom.xml +++ b/prometheus-metrics-model/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-model diff --git a/prometheus-metrics-shaded-dependencies/pom.xml b/prometheus-metrics-shaded-dependencies/pom.xml index a7ff63c82..30f980c79 100644 --- a/prometheus-metrics-shaded-dependencies/pom.xml +++ b/prometheus-metrics-shaded-dependencies/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-shaded-dependencies diff --git a/prometheus-metrics-shaded-dependencies/prometheus-metrics-shaded-opentelemetry/pom.xml b/prometheus-metrics-shaded-dependencies/prometheus-metrics-shaded-opentelemetry/pom.xml index 05389d1ee..39818a25d 100644 --- a/prometheus-metrics-shaded-dependencies/prometheus-metrics-shaded-opentelemetry/pom.xml +++ b/prometheus-metrics-shaded-dependencies/prometheus-metrics-shaded-opentelemetry/pom.xml @@ -5,7 +5,7 @@ io.prometheus prometheus-metrics-shaded-dependencies - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-shaded-opentelemetry diff --git a/prometheus-metrics-shaded-dependencies/prometheus-metrics-shaded-protobuf/pom.xml b/prometheus-metrics-shaded-dependencies/prometheus-metrics-shaded-protobuf/pom.xml index 917892a98..aaf664ef8 100644 --- a/prometheus-metrics-shaded-dependencies/prometheus-metrics-shaded-protobuf/pom.xml +++ b/prometheus-metrics-shaded-dependencies/prometheus-metrics-shaded-protobuf/pom.xml @@ -5,7 +5,7 @@ io.prometheus prometheus-metrics-shaded-dependencies - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-shaded-protobuf diff --git a/prometheus-metrics-simpleclient-bridge/pom.xml b/prometheus-metrics-simpleclient-bridge/pom.xml index 49efc4b4f..72577ec03 100644 --- a/prometheus-metrics-simpleclient-bridge/pom.xml +++ b/prometheus-metrics-simpleclient-bridge/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-simpleclient-bridge @@ -76,7 +76,7 @@ io.prometheus prometheus-metrics-config - 1.1.0-SNAPSHOT + 1.1.0 compile diff --git a/prometheus-metrics-tracer/pom.xml b/prometheus-metrics-tracer/pom.xml index fef4bb904..b27041f59 100644 --- a/prometheus-metrics-tracer/pom.xml +++ b/prometheus-metrics-tracer/pom.xml @@ -5,7 +5,7 @@ io.prometheus client_java - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-tracer diff --git a/prometheus-metrics-tracer/prometheus-metrics-tracer-common/pom.xml b/prometheus-metrics-tracer/prometheus-metrics-tracer-common/pom.xml index 0135ce7e3..9297bf610 100644 --- a/prometheus-metrics-tracer/prometheus-metrics-tracer-common/pom.xml +++ b/prometheus-metrics-tracer/prometheus-metrics-tracer-common/pom.xml @@ -5,7 +5,7 @@ io.prometheus prometheus-metrics-tracer - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-tracer-common diff --git a/prometheus-metrics-tracer/prometheus-metrics-tracer-initializer/pom.xml b/prometheus-metrics-tracer/prometheus-metrics-tracer-initializer/pom.xml index f769c41d5..697f5b700 100644 --- a/prometheus-metrics-tracer/prometheus-metrics-tracer-initializer/pom.xml +++ b/prometheus-metrics-tracer/prometheus-metrics-tracer-initializer/pom.xml @@ -5,7 +5,7 @@ io.prometheus prometheus-metrics-tracer - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-tracer-initializer diff --git a/prometheus-metrics-tracer/prometheus-metrics-tracer-otel-agent/pom.xml b/prometheus-metrics-tracer/prometheus-metrics-tracer-otel-agent/pom.xml index 03864b703..524c2f0b6 100644 --- a/prometheus-metrics-tracer/prometheus-metrics-tracer-otel-agent/pom.xml +++ b/prometheus-metrics-tracer/prometheus-metrics-tracer-otel-agent/pom.xml @@ -5,7 +5,7 @@ io.prometheus prometheus-metrics-tracer - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-tracer-otel-agent diff --git a/prometheus-metrics-tracer/prometheus-metrics-tracer-otel/pom.xml b/prometheus-metrics-tracer/prometheus-metrics-tracer-otel/pom.xml index 4dcc2d56c..b2f6f781b 100644 --- a/prometheus-metrics-tracer/prometheus-metrics-tracer-otel/pom.xml +++ b/prometheus-metrics-tracer/prometheus-metrics-tracer-otel/pom.xml @@ -5,7 +5,7 @@ io.prometheus prometheus-metrics-tracer - 1.1.0-SNAPSHOT + 1.1.0 prometheus-metrics-tracer-otel