Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0-alpha-3
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Aug 29, 2023
1 parent de20057 commit 810cdcb
Show file tree
Hide file tree
Showing 66 changed files with 83 additions and 94 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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

<artifactId>example-exemplars-tail-sampling</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/example-exporter-httpserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>examples</artifactId>
<version>1.0.0-alpha-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

<artifactId>example-exporter-httpserver</artifactId>

<name>>Example - HTTPServer Exporter</name>
<name>&gt;Example - HTTPServer Exporter</name>
<description>
Prometheus Metrics Example using the HTTPServer for exposing the metrics endpoint
</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-exporter-opentelemetry/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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

<artifactId>example-exporter-opentelemetry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-exporter-servlet-tomcat/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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

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

<artifactId>it-common</artifactId>
Expand Down
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>it-exporter</artifactId>
<version>1.0.0-alpha-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

<artifactId>it-exporter-httpserver-sample</artifactId>
Expand Down Expand Up @@ -59,8 +58,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>io.prometheus.metrics.it.exporter.httpserver.HTTPServerSample</mainClass>
</transformer>
</transformers>
Expand Down
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>it-exporter</artifactId>
<version>1.0.0-alpha-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

<artifactId>it-exporter-servlet-jetty-sample</artifactId>
Expand Down Expand Up @@ -69,8 +68,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>io.prometheus.metrics.it.exporter.servlet.jetty.ExporterServletJettySample</mainClass>
</transformer>
</transformers>
Expand Down
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>it-exporter</artifactId>
<version>1.0.0-alpha-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

<artifactId>it-exporter-servlet-tomcat-sample</artifactId>
Expand Down Expand Up @@ -64,8 +63,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>io.prometheus.metrics.it.exporter.servlet.tomcat.ExporterServletTomcatSample</mainClass>
</transformer>
</transformers>
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/it-exporter/it-exporter-test/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>it-exporter</artifactId>
<version>1.0.0-alpha-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

<artifactId>it-exporter-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/it-exporter/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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

<artifactId>it-exporter</artifactId>
Expand All @@ -29,7 +29,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-3</tag>
</scm>

<developers>
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

<artifactId>integration-tests</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

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

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

<artifactId>prometheus-metrics-exporter-httpserver</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions prometheus-metrics-exporter-opentelemetry/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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

<artifactId>prometheus-metrics-exporter-opentelemetry</artifactId>
Expand Down Expand Up @@ -163,7 +162,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</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-3-SNAPSHOT</version>
<version>1.0.0-alpha-3</version>
</parent>

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

<artifactId>prometheus-metrics-shaded-dependencies</artifactId>
Expand Down
Loading

0 comments on commit 810cdcb

Please sign in to comment.