From 328d8a36cd4b81c99d19c7490a78f49ddf6fda24 Mon Sep 17 00:00:00 2001 From: dhoard Date: Thu, 30 May 2024 23:50:09 -0400 Subject: [PATCH] 1.0.1 --- 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 a4abdaab..b004e96c 100644 --- a/collector/pom.xml +++ b/collector/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx parent - 1.x.x + 1.0.1 collector diff --git a/integration_test_suite/integration_tests/pom.xml b/integration_test_suite/integration_tests/pom.xml index 243c6314..f6c520f9 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 integration_tests diff --git a/integration_test_suite/jmx_example_application/pom.xml b/integration_test_suite/jmx_example_application/pom.xml index bbd389bf..707b01a0 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 jmx_example_application diff --git a/integration_test_suite/pom.xml b/integration_test_suite/pom.xml index 39bc7b95..e89543e6 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 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 95c242ae..794549d4 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 io.prometheus.jmx diff --git a/jmx_prometheus_httpserver/pom.xml b/jmx_prometheus_httpserver/pom.xml index 497b6dd4..51cfbfe7 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 jmx_prometheus_httpserver diff --git a/jmx_prometheus_javaagent/pom.xml b/jmx_prometheus_javaagent/pom.xml index 88eea855..b8136e9e 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 jmx_prometheus_javaagent diff --git a/pom.xml b/pom.xml index 21f31182..01b434ca 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.prometheus.jmx parent - 1.x.x + 1.0.1 Prometheus JMX Exporter