Skip to content

Commit 72ad343

Browse files
committed
release-1.5.0
Signed-off-by: dhoard <[email protected]>
1 parent a197007 commit 72ad343

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
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.4.0-post</version>
7+
<version>1.5.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: 2 additions & 2 deletions
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.4.0-post</version>
9+
<version>1.5.0</version>
1010
</parent>
1111

1212
<artifactId>integration_tests</artifactId>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>io.prometheus.jmx</groupId>
107107
<artifactId>jmx_example_application</artifactId>
108-
<version>1.4.0-post</version>
108+
<version>1.5.0</version>
109109
<scope>test</scope>
110110
</dependency>
111111
</dependencies>

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.4.0-post</version>
8+
<version>1.5.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.4.0-post</version>
6+
<version>1.5.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.4.0-post</version>
8+
<version>1.5.0</version>
99
</parent>
1010
<artifactId>jmx_prometheus_common</artifactId>
1111
<name>Prometheus JMX Exporter - Common</name>

jmx_prometheus_isolator_javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.prometheus.jmx</groupId>
99
<artifactId>jmx_exporter</artifactId>
10-
<version>1.4.0-post</version>
10+
<version>1.5.0</version>
1111
</parent>
1212
<artifactId>jmx_prometheus_isolator_javaagent</artifactId>
1313
<name>Prometheus JMX Exporter - Isolator Java Agent</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.4.0-post</version>
8+
<version>1.5.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.4.0-post</version>
8+
<version>1.5.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.4.0-post</version>
7+
<version>1.5.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)