Skip to content

Commit f9a402c

Browse files
committed
[maven-release-plugin] prepare release parent-0.14.0
1 parent 2e9a1ff commit f9a402c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.prometheus.jmx</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.13.1-SNAPSHOT</version>
7+
<version>0.14.0</version>
88
</parent>
99

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

jmx_prometheus_httpserver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.prometheus.jmx</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.13.1-SNAPSHOT</version>
7+
<version>0.14.0</version>
88
</parent>
99

1010
<artifactId>jmx_prometheus_httpserver</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>io.prometheus.jmx</groupId>
1919
<artifactId>collector</artifactId>
20-
<version>0.13.1-SNAPSHOT</version>
20+
<version>0.14.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>io.prometheus</groupId>

jmx_prometheus_javaagent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.prometheus.jmx</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.13.1-SNAPSHOT</version>
7+
<version>0.14.0</version>
88
</parent>
99

1010
<groupId>io.prometheus.jmx</groupId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.prometheus.jmx</groupId>
2020
<artifactId>collector</artifactId>
21-
<version>0.13.1-SNAPSHOT</version>
21+
<version>0.14.0</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>io.prometheus</groupId>

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.13.1-SNAPSHOT</version>
7+
<version>0.14.0</version>
88
<description>
99
See https://github.com/prometheus/jmx_exporter/blob/master/README.md
1010
</description>
@@ -45,7 +45,7 @@
4545
<connection>scm:git:git@github.com:prometheus/jmx_exporter.git</connection>
4646
<developerConnection>scm:git:git@github.com:prometheus/jmx_exporter.git</developerConnection>
4747
<url>git@github.com:prometheus/jmx_exporter.git</url>
48-
<tag>HEAD</tag>
48+
<tag>parent-0.14.0</tag>
4949
</scm>
5050

5151
<build>

0 commit comments

Comments
 (0)