Skip to content

Commit da6fc93

Browse files
committed
release-1.2.0
Signed-off-by: dhoard <[email protected]>
1 parent 32745a5 commit da6fc93

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.prometheus.jmx</groupId>
66
<artifactId>collector</artifactId>
7-
<version>1.1.0-post</version>
7+
<version>1.2.0</version>
88
<packaging>jar</packaging>
99
<name>Prometheus JMX Exporter - Collector</name>
1010
<description>See https://github.com/prometheus/jmx_exporter/blob/main/README.md</description>

integration_test_suite/integration_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus.jmx</groupId>
88
<artifactId>integration_test_suite</artifactId>
9-
<version>1.1.0-post</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>integration_tests</artifactId>

integration_test_suite/jmx_example_application/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.1.0-post</version>
8+
<version>1.2.0</version>
99
</parent>
1010
<artifactId>jmx_example_application</artifactId>
1111
<name>Prometheus JMX Exporter - JMX Example Application</name>

integration_test_suite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.prometheus.jmx</groupId>
55
<artifactId>integration_test_suite</artifactId>
6-
<version>1.1.0-post</version>
6+
<version>1.2.0</version>
77
<name>Prometheus JMX Exporter - Integration Test Suite</name>
88
<description>See https://github.com/prometheus/jmx_exporter/blob/main/README.md</description>
99
<url>https://github.com/prometheus/jmx_exporter</url>

jmx_prometheus_common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus.jmx</groupId>
77
<artifactId>jmx_exporter</artifactId>
8-
<version>1.1.0-post</version>
8+
<version>1.2.0</version>
99
</parent>
1010
<artifactId>jmx_prometheus_common</artifactId>
1111
<name>Prometheus JMX Exporter - Common</name>

jmx_prometheus_javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus.jmx</groupId>
77
<artifactId>jmx_exporter</artifactId>
8-
<version>1.1.0-post</version>
8+
<version>1.2.0</version>
99
</parent>
1010
<artifactId>jmx_prometheus_javaagent</artifactId>
1111
<name>Prometheus JMX Exporter - Java Agent</name>

jmx_prometheus_standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus.jmx</groupId>
77
<artifactId>jmx_exporter</artifactId>
8-
<version>1.1.0-post</version>
8+
<version>1.2.0</version>
99
</parent>
1010
<artifactId>jmx_prometheus_standalone</artifactId>
1111
<name>Prometheus JMX Exporter - Standalone Server</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.prometheus.jmx</groupId>
66
<artifactId>jmx_exporter</artifactId>
7-
<version>1.1.0-post</version>
7+
<version>1.2.0</version>
88
<name>Prometheus JMX Exporter</name>
99
<description>See https://github.com/prometheus/jmx_exporter/blob/main/README.md</description>
1010
<url>https://github.com/prometheus/jmx_exporter</url>

0 commit comments

Comments
 (0)