Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jun 30, 2023
1 parent 0919405 commit 11ae245
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0</version>
</parent>

<artifactId>collector</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions integration_test_suite/integration_tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>integration_test_suite</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0</version>
</parent>

<artifactId>integration_tests</artifactId>
Expand All @@ -33,7 +31,7 @@
<jmx.core.root>../..</jmx.core.root>
<antublue.test.engine.version>4.2.3</antublue.test.engine.version>
<!-- smoke test containers -->
<docker.image.names/>
<docker.image.names />
<!-- all test containers -->
<!-- <docker.image.names>ALL</docker.image.names> -->
</properties>
Expand Down
2 changes: 1 addition & 1 deletion integration_test_suite/jmx_example_application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>integration_test_suite</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0</version>
</parent>

<artifactId>jmx_example_application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration_test_suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.prometheus.jmx</groupId>
<artifactId>integration_test_suite</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0</version>
<name>Prometheus JMX Exporter - Integration Test Suite</name>
<description>
See https://github.com/prometheus/jmx_exporter/blob/master/README.md
Expand Down
6 changes: 2 additions & 4 deletions jmx_prometheus_common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0</version>
</parent>

<groupId>io.prometheus.jmx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jmx_prometheus_httpserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0</version>
</parent>

<artifactId>jmx_prometheus_httpserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmx_prometheus_javaagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0</version>
</parent>

<artifactId>jmx_prometheus_javaagent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0</version>

<name>Prometheus JMX Exporter</name>
<description>
Expand All @@ -31,7 +31,7 @@
<connection>scm:git:git@github.com:prometheus/jmx_exporter.git</connection>
<developerConnection>scm:git:git@github.com:prometheus/jmx_exporter.git</developerConnection>
<url>git@github.com:prometheus/jmx_exporter.git</url>
<tag>HEAD</tag>
<tag>parent-0.19.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 11ae245

Please sign in to comment.