From bf4222d3b57ea8b1e4533fc39cbe1c167f5a24a0 Mon Sep 17 00:00:00 2001 From: dhoard Date: Sat, 12 Aug 2023 17:10:44 -0400 Subject: [PATCH] 0.20.0 --- 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 5d8b2c75..3b49a2c6 100644 --- a/collector/pom.xml +++ b/collector/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx parent - 0.19.1-SNAPSHOT + 0.20.0 collector diff --git a/integration_test_suite/integration_tests/pom.xml b/integration_test_suite/integration_tests/pom.xml index c33563ea..a4dd6066 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 - 0.19.1-SNAPSHOT + 0.20.0 integration_tests diff --git a/integration_test_suite/jmx_example_application/pom.xml b/integration_test_suite/jmx_example_application/pom.xml index 13aa48f8..39a86c02 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 - 0.19.1-SNAPSHOT + 0.20.0 jmx_example_application diff --git a/integration_test_suite/pom.xml b/integration_test_suite/pom.xml index da44c308..51b225e3 100644 --- a/integration_test_suite/pom.xml +++ b/integration_test_suite/pom.xml @@ -3,7 +3,7 @@ io.prometheus.jmx integration_test_suite - 0.19.1-SNAPSHOT + 0.20.0 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 3678051c..9100ca57 100644 --- a/jmx_prometheus_common/pom.xml +++ b/jmx_prometheus_common/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx parent - 0.19.1-SNAPSHOT + 0.20.0 io.prometheus.jmx diff --git a/jmx_prometheus_httpserver/pom.xml b/jmx_prometheus_httpserver/pom.xml index 2a3131c5..1fde542c 100644 --- a/jmx_prometheus_httpserver/pom.xml +++ b/jmx_prometheus_httpserver/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx parent - 0.19.1-SNAPSHOT + 0.20.0 jmx_prometheus_httpserver diff --git a/jmx_prometheus_javaagent/pom.xml b/jmx_prometheus_javaagent/pom.xml index 0a3fd243..9f4dfca0 100644 --- a/jmx_prometheus_javaagent/pom.xml +++ b/jmx_prometheus_javaagent/pom.xml @@ -5,7 +5,7 @@ io.prometheus.jmx parent - 0.19.1-SNAPSHOT + 0.20.0 jmx_prometheus_javaagent diff --git a/pom.xml b/pom.xml index a9028b48..8aa87806 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.prometheus.jmx parent - 0.19.1-SNAPSHOT + 0.20.0 Prometheus JMX Exporter