From d258de5d9163750a247adf2e17f46fe5a303fb28 Mon Sep 17 00:00:00 2001 From: Doug Hoard Date: Mon, 28 Oct 2024 12:18:32 -0400 Subject: [PATCH] Changed version (#1021) Signed-off-by: dhoard --- collector/pom.xml | 2 +- integration_test_suite/integration_tests/pom.xml | 2 +- integration_test_suite/jmx_example_application/pom.xml | 2 +- integration_test_suite/pom.xml | 2 +- jmx_prometheus_common/pom.xml | 2 +- jmx_prometheus_httpserver/pom.xml | 2 +- jmx_prometheus_javaagent/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/collector/pom.xml b/collector/pom.xml index 0e58d8f7..18fa5c8f 100644 --- a/collector/pom.xml +++ b/collector/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx parent - 1.x.x + 1.0.1-post collector diff --git a/integration_test_suite/integration_tests/pom.xml b/integration_test_suite/integration_tests/pom.xml index 12e535ee..a32c2e0a 100644 --- a/integration_test_suite/integration_tests/pom.xml +++ b/integration_test_suite/integration_tests/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx integration_test_suite - 1.x.x + 1.0.1-post integration_tests diff --git a/integration_test_suite/jmx_example_application/pom.xml b/integration_test_suite/jmx_example_application/pom.xml index 8e250835..973bf20f 100644 --- a/integration_test_suite/jmx_example_application/pom.xml +++ b/integration_test_suite/jmx_example_application/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx integration_test_suite - 1.x.x + 1.0.1-post jmx_example_application diff --git a/integration_test_suite/pom.xml b/integration_test_suite/pom.xml index f2a4fc92..c71a6de0 100644 --- a/integration_test_suite/pom.xml +++ b/integration_test_suite/pom.xml @@ -3,7 +3,7 @@ io.prometheus.jmx integration_test_suite - 1.x.x + 1.0.1-post Prometheus JMX Exporter - Integration Test Suite See https://github.com/prometheus/jmx_exporter/blob/master/README.md diff --git a/jmx_prometheus_common/pom.xml b/jmx_prometheus_common/pom.xml index f0fbe8cc..bd508fda 100644 --- a/jmx_prometheus_common/pom.xml +++ b/jmx_prometheus_common/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx parent - 1.x.x + 1.0.1-post io.prometheus.jmx diff --git a/jmx_prometheus_httpserver/pom.xml b/jmx_prometheus_httpserver/pom.xml index f897c55b..344065cf 100644 --- a/jmx_prometheus_httpserver/pom.xml +++ b/jmx_prometheus_httpserver/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx parent - 1.x.x + 1.0.1-post jmx_prometheus_httpserver diff --git a/jmx_prometheus_javaagent/pom.xml b/jmx_prometheus_javaagent/pom.xml index fe227cb7..8129e141 100644 --- a/jmx_prometheus_javaagent/pom.xml +++ b/jmx_prometheus_javaagent/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx parent - 1.x.x + 1.0.1-post jmx_prometheus_javaagent diff --git a/pom.xml b/pom.xml index 121b0547..ebe5d087 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.prometheus.jmx parent - 1.x.x + 1.0.1-post Prometheus JMX Exporter