Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0-alpha-2
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jul 27, 2023
1 parent 0179958 commit e43f92a
Show file tree
Hide file tree
Showing 51 changed files with 52 additions and 52 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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</version>
</parent>

<artifactId>benchmarks</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>example-exemplars-tail-sampling</artifactId>
<version>1.0.0-alpha-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</version>
</parent>

<artifactId>example-greeting-service</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>example-exemplars-tail-sampling</artifactId>
<version>1.0.0-alpha-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</version>
</parent>

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

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

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

<artifactId>examples</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion prometheus-metrics-config/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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</version>
</parent>

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

<artifactId>prometheus-metrics-exporter-servlet-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion prometheus-metrics-exposition-formats/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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</version>
</parent>

<artifactId>prometheus-metrics-exposition-formats</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion prometheus-metrics-model/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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</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-2-SNAPSHOT</version>
<version>1.0.0-alpha-2</version>
</parent>

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

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

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

<artifactId>simpleclient_servlet_common</artifactId>
Expand Down
Loading

0 comments on commit e43f92a

Please sign in to comment.