Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jun 15, 2022
1 parent 6ac453d commit ed0d7ae
Show file tree
Hide file tree
Showing 37 changed files with 69 additions and 70 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/it_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>integration_tests</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>it_common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/it_exemplars_otel_agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>integration_tests</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>it_exemplars_otel_agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/it_exemplars_otel_sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>integration_tests</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>it_exemplars_otel_sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/it_java_versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>integration_tests</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>it_java_versions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/it_log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>integration_tests</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>it_log4j2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/it_pushgateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>integration_tests</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>it_pushgateway</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>integration_tests</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>it_servlet_jakarta_exporter_webxml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>integration_tests</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>

<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>

<name>Prometheus Java Suite</name>
<url>http://github.com/prometheus/client_java</url>
Expand All @@ -26,7 +25,7 @@
<connection>scm:git:git@github.com:prometheus/client_java.git</connection>
<developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
<url>git@github.com:prometheus/client_java.git</url>
<tag>HEAD</tag>
<tag>parent-0.16.0</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion simpleclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion simpleclient_bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_bom</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_caffeine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_caffeine</artifactId>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_common</artifactId>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<!-- Test Dependencies Follow -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_dropwizard</artifactId>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_graphite_bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_graphite_bridge</artifactId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<!-- Test Dependencies Follow -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_guava</artifactId>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_hibernate</artifactId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>

<!-- We support Hibernate versions >= 4.2 -->
Expand Down
6 changes: 3 additions & 3 deletions simpleclient_hotspot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_hotspot</artifactId>
Expand Down Expand Up @@ -36,14 +36,14 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>

<!-- Test Dependencies Follow -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_servlet</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions simpleclient_httpserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_httpserver</artifactId>
Expand Down Expand Up @@ -36,12 +36,12 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<!-- Test Dependencies Follow -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_jetty</artifactId>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_jetty_jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_jetty_jdk8</artifactId>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_log4j</artifactId>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_log4j2</artifactId>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_logback</artifactId>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
6 changes: 3 additions & 3 deletions simpleclient_pushgateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</parent>

<artifactId>simpleclient_pushgateway</artifactId>
Expand Down Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down

0 comments on commit ed0d7ae

Please sign in to comment.