Skip to content

Commit 11ae245

Browse files
committed
[maven-release-plugin] prepare release parent-0.19.0
1 parent 0919405 commit 11ae245

File tree

8 files changed

+12
-16
lines changed

8 files changed

+12
-16
lines changed

collector/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>parent</artifactId>
8-
<version>0.18.1-SNAPSHOT</version>
8+
<version>0.19.0</version>
99
</parent>
1010

1111
<artifactId>collector</artifactId>

integration_test_suite/integration_tests/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.prometheus.jmx</groupId>
97
<artifactId>integration_test_suite</artifactId>
10-
<version>0.18.1-SNAPSHOT</version>
8+
<version>0.19.0</version>
119
</parent>
1210

1311
<artifactId>integration_tests</artifactId>
@@ -33,7 +31,7 @@
3331
<jmx.core.root>../..</jmx.core.root>
3432
<antublue.test.engine.version>4.2.3</antublue.test.engine.version>
3533
<!-- smoke test containers -->
36-
<docker.image.names/>
34+
<docker.image.names />
3735
<!-- all test containers -->
3836
<!-- <docker.image.names>ALL</docker.image.names> -->
3937
</properties>

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>0.18.1-SNAPSHOT</version>
8+
<version>0.19.0</version>
99
</parent>
1010

1111
<artifactId>jmx_example_application</artifactId>

integration_test_suite/pom.xml

Lines changed: 1 addition & 1 deletion
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.18.1-SNAPSHOT</version>
6+
<version>0.19.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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.prometheus.jmx</groupId>
97
<artifactId>parent</artifactId>
10-
<version>0.18.1-SNAPSHOT</version>
8+
<version>0.19.0</version>
119
</parent>
1210

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

jmx_prometheus_httpserver/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>parent</artifactId>
8-
<version>0.18.1-SNAPSHOT</version>
8+
<version>0.19.0</version>
99
</parent>
1010

1111
<artifactId>jmx_prometheus_httpserver</artifactId>

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>parent</artifactId>
8-
<version>0.18.1-SNAPSHOT</version>
8+
<version>0.19.0</version>
99
</parent>
1010

1111
<artifactId>jmx_prometheus_javaagent</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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.18.1-SNAPSHOT</version>
7+
<version>0.19.0</version>
88

99
<name>Prometheus JMX Exporter</name>
1010
<description>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:[email protected]:prometheus/jmx_exporter.git</connection>
3232
<developerConnection>scm:git:[email protected]:prometheus/jmx_exporter.git</developerConnection>
3333
<url>[email protected]:prometheus/jmx_exporter.git</url>
34-
<tag>HEAD</tag>
34+
<tag>parent-0.19.0</tag>
3535
</scm>
3636

3737
<developers>

0 commit comments

Comments
 (0)