Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jul 17, 2023
1 parent 38e92cc commit 56306fa
Show file tree
Hide file tree
Showing 49 changed files with 56 additions and 62 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

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

<artifactId>examples</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions examples/tomcat-servlet-example/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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus</groupId>
<artifactId>examples</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>tomcat-servlet-example</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>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</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>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</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>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</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>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</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>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</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>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</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>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>integration_tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.prometheus</groupId>
<artifactId>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>

<name>Prometheus Metrics Library</name>
<url>http://github.com/prometheus/client_java</url>
Expand All @@ -25,7 +25,7 @@
<connection>scm:git:[email protected]:prometheus/client_java.git</connection>
<developerConnection>scm:git:[email protected]:prometheus/client_java.git</developerConnection>
<url>[email protected]:prometheus/client_java.git</url>
<tag>HEAD</tag>
<tag>v1.0.0-alpha-1</tag>
</scm>

<developers>
Expand Down
5 changes: 2 additions & 3 deletions prometheus-metrics-config/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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus</groupId>
<artifactId>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>prometheus-metrics-config</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions prometheus-metrics-core/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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus</groupId>
<artifactId>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>prometheus-metrics-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion prometheus-metrics-exporter-servlet-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>prometheus-metrics-exporter-servlet-jakarta</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions prometheus-metrics-exposition-formats/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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus</groupId>
<artifactId>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>prometheus-metrics-exposition-formats</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions prometheus-metrics-model/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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus</groupId>
<artifactId>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>prometheus-metrics-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion prometheus-metrics-tracer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>prometheus-metrics-tracer</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>prometheus-metrics-tracer</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>prometheus-metrics-tracer-common</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>prometheus-metrics-tracer</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>prometheus-metrics-tracer-initializer</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>prometheus-metrics-tracer</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>prometheus-metrics-tracer-otel-agent</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>prometheus-metrics-tracer</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>prometheus-metrics-tracer-otel</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions protobuf-shaded/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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus</groupId>
<artifactId>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>protobuf-shaded</artifactId>
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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_caffeine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_dropwizard</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_graphite_bridge</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_guava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_hibernate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_hotspot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_httpserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_jetty_jdk8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_log4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_log4j2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_logback</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>client_java</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
</parent>

<artifactId>simpleclient_pushgateway</artifactId>
Expand Down
Loading

0 comments on commit 56306fa

Please sign in to comment.