Skip to content

Commit bf4222d

Browse files
committed
0.20.0
1 parent 3132318 commit bf4222d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

collector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus.jmx</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.19.1-SNAPSHOT</version>
8+
<version>0.20.0</version>
99
</parent>
1010

1111
<artifactId>collector</artifactId>

integration_test_suite/integration_tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus.jmx</groupId>
77
<artifactId>integration_test_suite</artifactId>
8-
<version>0.19.1-SNAPSHOT</version>
8+
<version>0.20.0</version>
99
</parent>
1010

1111
<artifactId>integration_tests</artifactId>

integration_test_suite/jmx_example_application/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus.jmx</groupId>
77
<artifactId>integration_test_suite</artifactId>
8-
<version>0.19.1-SNAPSHOT</version>
8+
<version>0.20.0</version>
99
</parent>
1010

1111
<artifactId>jmx_example_application</artifactId>

integration_test_suite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.prometheus.jmx</groupId>
55
<artifactId>integration_test_suite</artifactId>
6-
<version>0.19.1-SNAPSHOT</version>
6+
<version>0.20.0</version>
77
<name>Prometheus JMX Exporter - Integration Test Suite</name>
88
<description>
99
See https://github.com/prometheus/jmx_exporter/blob/master/README.md

jmx_prometheus_common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus.jmx</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.19.1-SNAPSHOT</version>
8+
<version>0.20.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus.jmx</groupId>

jmx_prometheus_httpserver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus.jmx</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.19.1-SNAPSHOT</version>
8+
<version>0.20.0</version>
99
</parent>
1010

1111
<artifactId>jmx_prometheus_httpserver</artifactId>

jmx_prometheus_javaagent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus.jmx</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.19.1-SNAPSHOT</version>
8+
<version>0.20.0</version>
99
</parent>
1010

1111
<artifactId>jmx_prometheus_javaagent</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus.jmx</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.19.1-SNAPSHOT</version>
7+
<version>0.20.0</version>
88

99
<name>Prometheus JMX Exporter</name>
1010
<description>

0 commit comments

Comments
 (0)