Skip to content

Commit a8a2590

Browse files
committed
[maven-release-plugin] prepare release parent-0.4
1 parent ba98b72 commit a8a2590

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.4-SNAPSHOT</version>
7+
<version>0.4</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.4-SNAPSHOT</version>
7+
<version>0.4</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.4-SNAPSHOT</version>
21+
<version>0.4</version>
2222
</dependency>
2323
<dependency>
2424
<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.4-SNAPSHOT</version>
7+
<version>0.4</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.4-SNAPSHOT</version>
21+
<version>0.4</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.4-SNAPSHOT</version>
7+
<version>0.4</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:[email protected]:prometheus/jmx_exporter.git</connection>
4646
<developerConnection>scm:git:[email protected]:prometheus/jmx_exporter.git</developerConnection>
4747
<url>[email protected]:prometheus/jmx_exporter.git</url>
48-
<tag>HEAD</tag>
48+
<tag>parent-0.4</tag>
4949
</scm>
5050

5151
<build>

0 commit comments

Comments
 (0)