Skip to content

Commit d56097f

Browse files
committed
[maven-release-plugin] prepare release parent-0.16.1
1 parent efebb94 commit d56097f

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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.16.1-SNAPSHOT</version>
7+
<version>0.16.1</version>
88
</parent>
99

1010
<artifactId>collector</artifactId>

integration_tests/agent_smoke_test/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_tests</artifactId>
8-
<version>0.16.1-SNAPSHOT</version>
8+
<version>0.16.1</version>
99
</parent>
1010

1111
<artifactId>agent_smoke_test</artifactId>

integration_tests/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_tests</artifactId>
8-
<version>0.16.1-SNAPSHOT</version>
8+
<version>0.16.1</version>
99
</parent>
1010

1111
<artifactId>jmx_example_application</artifactId>

integration_tests/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.16.1-SNAPSHOT</version>
8+
<version>0.16.1</version>
99
</parent>
1010

1111
<artifactId>integration_tests</artifactId>

jmx_prometheus_httpserver/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.16.1-SNAPSHOT</version>
7+
<version>0.16.1</version>
88
</parent>
99

1010
<artifactId>jmx_prometheus_httpserver</artifactId>

jmx_prometheus_javaagent/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.16.1-SNAPSHOT</version>
7+
<version>0.16.1</version>
88
</parent>
99

1010
<artifactId>jmx_prometheus_javaagent</artifactId>

jmx_prometheus_javaagent_java6/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.16.1-SNAPSHOT</version>
7+
<version>0.16.1</version>
88
</parent>
99

1010
<artifactId>jmx_prometheus_javaagent_java6</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.prometheus.jmx</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.16.1-SNAPSHOT</version>
8+
<version>0.16.1</version>
99

1010
<name>Prometheus JMX Exporter</name>
1111
<url>http://github.com/prometheus/jmx_exporter</url>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:git@github.com:prometheus/jmx_exporter.git</connection>
2626
<developerConnection>scm:git:git@github.com:prometheus/jmx_exporter.git</developerConnection>
2727
<url>git@github.com:prometheus/jmx_exporter.git</url>
28-
<tag>HEAD</tag>
28+
<tag>parent-0.16.1</tag>
2929
</scm>
3030

3131
<developers>

0 commit comments

Comments
 (0)