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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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:git@github.com:prometheus/client_java.git</connection>
2626
<developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
2727
<url>git@github.com:prometheus/client_java.git</url>
28-
<tag>HEAD</tag>
28+
<tag>parent-0.12.0</tag>
2929
</scm>
3030

3131
<developers>

simpleclient/pom.xml

+1-1
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

+1-1
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>

simpleclient_caffeine/pom.xml

+2-2
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_caffeine</artifactId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.prometheus</groupId>
3838
<artifactId>simpleclient</artifactId>
39-
<version>0.11.1-SNAPSHOT</version>
39+
<version>0.12.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.github.ben-manes.caffeine</groupId>

simpleclient_common/pom.xml

+2-2
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_common</artifactId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.prometheus</groupId>
3838
<artifactId>simpleclient</artifactId>
39-
<version>0.11.1-SNAPSHOT</version>
39+
<version>0.12.0</version>
4040
</dependency>
4141
<!-- Test Dependencies Follow -->
4242
<dependency>

simpleclient_dropwizard/pom.xml

+2-2
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_dropwizard</artifactId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>io.prometheus</groupId>
3636
<artifactId>simpleclient</artifactId>
37-
<version>0.11.1-SNAPSHOT</version>
37+
<version>0.12.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>io.dropwizard.metrics</groupId>

simpleclient_graphite_bridge/pom.xml

+2-2
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_graphite_bridge</artifactId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.prometheus</groupId>
3939
<artifactId>simpleclient</artifactId>
40-
<version>0.11.1-SNAPSHOT</version>
40+
<version>0.12.0</version>
4141
</dependency>
4242
<!-- Test Dependencies Follow -->
4343
<dependency>

simpleclient_guava/pom.xml

+2-2
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_guava</artifactId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.prometheus</groupId>
3838
<artifactId>simpleclient</artifactId>
39-
<version>0.11.1-SNAPSHOT</version>
39+
<version>0.12.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.google.guava</groupId>

simpleclient_hibernate/pom.xml

+2-2
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_hibernate</artifactId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.prometheus</groupId>
3939
<artifactId>simpleclient</artifactId>
40-
<version>0.11.1-SNAPSHOT</version>
40+
<version>0.12.0</version>
4141
</dependency>
4242

4343
<!-- We support Hibernate versions >= 4.2 -->

simpleclient_hotspot/pom.xml

+3-3
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_hotspot</artifactId>
@@ -36,14 +36,14 @@
3636
<dependency>
3737
<groupId>io.prometheus</groupId>
3838
<artifactId>simpleclient</artifactId>
39-
<version>0.11.1-SNAPSHOT</version>
39+
<version>0.12.0</version>
4040
</dependency>
4141

4242
<!-- Test Dependencies Follow -->
4343
<dependency>
4444
<groupId>io.prometheus</groupId>
4545
<artifactId>simpleclient_servlet</artifactId>
46-
<version>0.11.1-SNAPSHOT</version>
46+
<version>0.12.0</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>

simpleclient_httpserver/pom.xml

+3-3
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_httpserver</artifactId>
@@ -36,12 +36,12 @@
3636
<dependency>
3737
<groupId>io.prometheus</groupId>
3838
<artifactId>simpleclient</artifactId>
39-
<version>0.11.1-SNAPSHOT</version>
39+
<version>0.12.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>io.prometheus</groupId>
4343
<artifactId>simpleclient_common</artifactId>
44-
<version>0.11.1-SNAPSHOT</version>
44+
<version>0.12.0</version>
4545
</dependency>
4646
<!-- Test Dependencies Follow -->
4747
<dependency>

simpleclient_jetty/pom.xml

+2-2
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_jetty</artifactId>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>io.prometheus</groupId>
4040
<artifactId>simpleclient</artifactId>
41-
<version>0.11.1-SNAPSHOT</version>
41+
<version>0.12.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.eclipse.jetty</groupId>

simpleclient_jetty_jdk8/pom.xml

+2-2
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_jetty_jdk8</artifactId>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.prometheus</groupId>
4949
<artifactId>simpleclient</artifactId>
50-
<version>0.11.1-SNAPSHOT</version>
50+
<version>0.12.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.eclipse.jetty</groupId>

simpleclient_log4j/pom.xml

+2-2
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_log4j</artifactId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.prometheus</groupId>
3838
<artifactId>simpleclient</artifactId>
39-
<version>0.11.1-SNAPSHOT</version>
39+
<version>0.12.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>log4j</groupId>

simpleclient_log4j2/pom.xml

+2-2
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_log4j2</artifactId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.prometheus</groupId>
3838
<artifactId>simpleclient</artifactId>
39-
<version>0.11.1-SNAPSHOT</version>
39+
<version>0.12.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.logging.log4j</groupId>

simpleclient_logback/pom.xml

+2-2
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_logback</artifactId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.prometheus</groupId>
3838
<artifactId>simpleclient</artifactId>
39-
<version>0.11.1-SNAPSHOT</version>
39+
<version>0.12.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>ch.qos.logback</groupId>

simpleclient_pushgateway/pom.xml

+3-3
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_pushgateway</artifactId>
@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>io.prometheus</groupId>
3939
<artifactId>simpleclient</artifactId>
40-
<version>0.11.1-SNAPSHOT</version>
40+
<version>0.12.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>io.prometheus</groupId>
4444
<artifactId>simpleclient_common</artifactId>
45-
<version>0.11.1-SNAPSHOT</version>
45+
<version>0.12.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>javax.xml.bind</groupId>

0 commit comments

Comments
 (0)