Skip to content

Commit 4157205

Browse files
committed
[maven-release-plugin] prepare release parent-0.12.0
1 parent 5655d1f commit 4157205

File tree

34 files changed

+67
-67
lines changed

34 files changed

+67
-67
lines changed

benchmarks/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</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.11.1-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
</parent>
1010

1111
<artifactId>benchmarks</artifactId>

integration_tests/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</groupId>
77
<artifactId>integration_tests</artifactId>
8-
<version>0.11.1-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
</parent>
1010

1111
<artifactId>example_application</artifactId>

integration_tests/exemplars_otel/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</groupId>
77
<artifactId>integration_tests</artifactId>
8-
<version>0.11.1-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
</parent>
1010

1111
<artifactId>exemplars_otel</artifactId>

integration_tests/exemplars_otel_agent/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</groupId>
77
<artifactId>integration_tests</artifactId>
8-
<version>0.11.1-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
</parent>
1010

1111
<artifactId>exemplars_otel_agent</artifactId>

integration_tests/java_versions/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</groupId>
77
<artifactId>integration_tests</artifactId>
8-
<version>0.11.1-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
</parent>
1010

1111
<artifactId>java_versions</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</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.11.1-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
</parent>
1010

1111
<artifactId>integration_tests</artifactId>

integration_tests/servlet_jakarta_exporter_webxml/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</groupId>
77
<artifactId>integration_tests</artifactId>
8-
<version>0.11.1-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
</parent>
1010

1111
<artifactId>servlet_jakarta_exporter_webxml</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</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.11.1-SNAPSHOT</version>
8+
<version>0.12.0</version>
99

1010
<name>Prometheus Java Suite</name>
1111
<url>http://github.com/prometheus/client_java</url>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:[email protected]:prometheus/client_java.git</connection>
2626
<developerConnection>scm:git:[email protected]:prometheus/client_java.git</developerConnection>
2727
<url>[email protected]:prometheus/client_java.git</url>
28-
<tag>HEAD</tag>
28+
<tag>parent-0.12.0</tag>
2929
</scm>
3030

3131
<developers>

simpleclient/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</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.11.1-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
</parent>
1010

1111
<artifactId>simpleclient</artifactId>

simpleclient_bom/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</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.11.1-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
</parent>
1010

1111
<artifactId>simpleclient_bom</artifactId>

0 commit comments

Comments
 (0)