From 3c66486a0011d9b27b19e7961e0fb01114d8929a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20St=C3=A4ber?= Date: Mon, 23 May 2022 14:22:57 +0200 Subject: [PATCH] [maven-release-plugin] prepare release parent-0.17.0 --- collector/pom.xml | 5 ++--- integration_tests/jmx_example_application/pom.xml | 5 ++--- integration_tests/pom.xml | 5 ++--- integration_tests/smoke_tests/pom.xml | 5 ++--- jmx_prometheus_httpserver/pom.xml | 5 ++--- jmx_prometheus_httpserver_common/pom.xml | 5 ++--- jmx_prometheus_httpserver_java6/pom.xml | 5 ++--- jmx_prometheus_javaagent/pom.xml | 8 +++----- jmx_prometheus_javaagent_common/pom.xml | 5 ++--- jmx_prometheus_javaagent_java6/pom.xml | 8 +++----- pom.xml | 9 ++++----- 11 files changed, 26 insertions(+), 39 deletions(-) diff --git a/collector/pom.xml b/collector/pom.xml index 4faaae3e..4520a36a 100644 --- a/collector/pom.xml +++ b/collector/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.prometheus.jmx parent - 0.16.2-SNAPSHOT + 0.17.0 collector diff --git a/integration_tests/jmx_example_application/pom.xml b/integration_tests/jmx_example_application/pom.xml index 9ce12130..6591b9f9 100644 --- a/integration_tests/jmx_example_application/pom.xml +++ b/integration_tests/jmx_example_application/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.prometheus.jmx integration_tests - 0.16.2-SNAPSHOT + 0.17.0 jmx_example_application diff --git a/integration_tests/pom.xml b/integration_tests/pom.xml index 4ea68825..48d86c42 100644 --- a/integration_tests/pom.xml +++ b/integration_tests/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 io.prometheus.jmx parent - 0.16.2-SNAPSHOT + 0.17.0 integration_tests diff --git a/integration_tests/smoke_tests/pom.xml b/integration_tests/smoke_tests/pom.xml index 7bbd8cc7..0b303555 100644 --- a/integration_tests/smoke_tests/pom.xml +++ b/integration_tests/smoke_tests/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.prometheus.jmx integration_tests - 0.16.2-SNAPSHOT + 0.17.0 smoke_tests diff --git a/jmx_prometheus_httpserver/pom.xml b/jmx_prometheus_httpserver/pom.xml index f4685578..c91bbee1 100644 --- a/jmx_prometheus_httpserver/pom.xml +++ b/jmx_prometheus_httpserver/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.prometheus.jmx parent - 0.16.2-SNAPSHOT + 0.17.0 jmx_prometheus_httpserver diff --git a/jmx_prometheus_httpserver_common/pom.xml b/jmx_prometheus_httpserver_common/pom.xml index 13339161..fbcbeecf 100644 --- a/jmx_prometheus_httpserver_common/pom.xml +++ b/jmx_prometheus_httpserver_common/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.prometheus.jmx parent - 0.16.2-SNAPSHOT + 0.17.0 jmx_prometheus_httpserver_common diff --git a/jmx_prometheus_httpserver_java6/pom.xml b/jmx_prometheus_httpserver_java6/pom.xml index e15e87f5..ebf00a41 100644 --- a/jmx_prometheus_httpserver_java6/pom.xml +++ b/jmx_prometheus_httpserver_java6/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.prometheus.jmx parent - 0.16.2-SNAPSHOT + 0.17.0 jmx_prometheus_httpserver_java6 diff --git a/jmx_prometheus_javaagent/pom.xml b/jmx_prometheus_javaagent/pom.xml index eff42ea4..45498d13 100644 --- a/jmx_prometheus_javaagent/pom.xml +++ b/jmx_prometheus_javaagent/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.prometheus.jmx parent - 0.16.2-SNAPSHOT + 0.17.0 jmx_prometheus_javaagent @@ -59,8 +58,7 @@ - + io.prometheus.jmx.JavaAgent io.prometheus.jmx.JavaAgent diff --git a/jmx_prometheus_javaagent_common/pom.xml b/jmx_prometheus_javaagent_common/pom.xml index 08e1991b..213bfffa 100644 --- a/jmx_prometheus_javaagent_common/pom.xml +++ b/jmx_prometheus_javaagent_common/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.prometheus.jmx parent - 0.16.2-SNAPSHOT + 0.17.0 jmx_prometheus_javaagent_common diff --git a/jmx_prometheus_javaagent_java6/pom.xml b/jmx_prometheus_javaagent_java6/pom.xml index 2abae50d..3cd9fa9b 100644 --- a/jmx_prometheus_javaagent_java6/pom.xml +++ b/jmx_prometheus_javaagent_java6/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.prometheus.jmx parent - 0.16.2-SNAPSHOT + 0.17.0 jmx_prometheus_javaagent_java6 @@ -70,8 +69,7 @@ - + io.prometheus.jmx.JavaAgent io.prometheus.jmx.JavaAgent diff --git a/pom.xml b/pom.xml index 45d500ce..fd8c017f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 io.prometheus.jmx parent - 0.16.2-SNAPSHOT + 0.17.0 Prometheus JMX Exporter @@ -32,7 +31,7 @@ scm:git:git@github.com:prometheus/jmx_exporter.git scm:git:git@github.com:prometheus/jmx_exporter.git git@github.com:prometheus/jmx_exporter.git - HEAD + parent-0.17.0 @@ -185,7 +184,7 @@ - +