Skip to content

Commit ed0d7ae

Browse files
committed
[maven-release-plugin] prepare release parent-0.16.0
1 parent 6ac453d commit ed0d7ae

File tree

37 files changed

+69
-70
lines changed

37 files changed

+69
-70
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.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
</parent>
1010

1111
<artifactId>benchmarks</artifactId>

integration_tests/it_common/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.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
</parent>
1010

1111
<artifactId>it_common</artifactId>

integration_tests/it_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.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
</parent>
1010

1111
<artifactId>it_exemplars_otel_agent</artifactId>

integration_tests/it_exemplars_otel_sdk/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.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
</parent>
1010

1111
<artifactId>it_exemplars_otel_sdk</artifactId>

integration_tests/it_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.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
</parent>
1010

1111
<artifactId>it_java_versions</artifactId>

integration_tests/it_log4j2/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.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
</parent>
1010

1111
<artifactId>it_log4j2</artifactId>

integration_tests/it_pushgateway/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.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
</parent>
1010

1111
<artifactId>it_pushgateway</artifactId>

integration_tests/it_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.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
</parent>
1010

1111
<artifactId>it_servlet_jakarta_exporter_webxml</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.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
</parent>
1010

1111
<artifactId>integration_tests</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<packaging>pom</packaging>
54
<modelVersion>4.0.0</modelVersion>
65

76
<groupId>io.prometheus</groupId>
87
<artifactId>parent</artifactId>
9-
<version>0.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
109

1110
<name>Prometheus Java Suite</name>
1211
<url>http://github.com/prometheus/client_java</url>
@@ -26,7 +25,7 @@
2625
<connection>scm:git:[email protected]:prometheus/client_java.git</connection>
2726
<developerConnection>scm:git:[email protected]:prometheus/client_java.git</developerConnection>
2827
<url>[email protected]:prometheus/client_java.git</url>
29-
<tag>HEAD</tag>
28+
<tag>parent-0.16.0</tag>
3029
</scm>
3130

3231
<developers>

0 commit comments

Comments
 (0)