Skip to content

Commit 810cdcb

Browse files
committed
[maven-release-plugin] prepare release v1.0.0-alpha-3
1 parent de20057 commit 810cdcb

File tree

66 files changed

+83
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+83
-94
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>client_java</artifactId>
8-
<version>1.0.0-alpha-3-SNAPSHOT</version>
8+
<version>1.0.0-alpha-3</version>
99
</parent>
1010

1111
<artifactId>benchmarks</artifactId>

examples/example-exemplars-tail-sampling/example-greeting-service/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>example-exemplars-tail-sampling</artifactId>
8-
<version>1.0.0-alpha-3-SNAPSHOT</version>
8+
<version>1.0.0-alpha-3</version>
99
</parent>
1010

1111
<artifactId>example-greeting-service</artifactId>

examples/example-exemplars-tail-sampling/example-hello-world-app/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>example-exemplars-tail-sampling</artifactId>
8-
<version>1.0.0-alpha-3-SNAPSHOT</version>
8+
<version>1.0.0-alpha-3</version>
99
</parent>
1010

1111
<artifactId>example-hello-world-app</artifactId>

examples/example-exemplars-tail-sampling/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>examples</artifactId>
8-
<version>1.0.0-alpha-3-SNAPSHOT</version>
8+
<version>1.0.0-alpha-3</version>
99
</parent>
1010

1111
<artifactId>example-exemplars-tail-sampling</artifactId>

examples/example-exporter-httpserver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>examples</artifactId>
8-
<version>1.0.0-alpha-3-SNAPSHOT</version>
8+
<version>1.0.0-alpha-3</version>
99
</parent>
1010

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

13-
<name>>Example - HTTPServer Exporter</name>
13+
<name>&gt;Example - HTTPServer Exporter</name>
1414
<description>
1515
Prometheus Metrics Example using the HTTPServer for exposing the metrics endpoint
1616
</description>

examples/example-exporter-opentelemetry/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>examples</artifactId>
8-
<version>1.0.0-alpha-3-SNAPSHOT</version>
8+
<version>1.0.0-alpha-3</version>
99
</parent>
1010

1111
<artifactId>example-exporter-opentelemetry</artifactId>

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

1111
<artifactId>example-exporter-servlet-tomcat</artifactId>

examples/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>client_java</artifactId>
8-
<version>1.0.0-alpha-3-SNAPSHOT</version>
8+
<version>1.0.0-alpha-3</version>
99
</parent>
1010

1111
<artifactId>examples</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>1.0.0-alpha-3-SNAPSHOT</version>
8+
<version>1.0.0-alpha-3</version>
99
</parent>
1010

1111
<artifactId>it-common</artifactId>

integration-tests/it-exporter/it-exporter-httpserver-sample/pom.xml

Lines changed: 3 additions & 5 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
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.prometheus</groupId>
87
<artifactId>it-exporter</artifactId>
9-
<version>1.0.0-alpha-3-SNAPSHOT</version>
8+
<version>1.0.0-alpha-3</version>
109
</parent>
1110

1211
<artifactId>it-exporter-httpserver-sample</artifactId>
@@ -59,8 +58,7 @@
5958
</goals>
6059
<configuration>
6160
<transformers>
62-
<transformer
63-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
61+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
6462
<mainClass>io.prometheus.metrics.it.exporter.httpserver.HTTPServerSample</mainClass>
6563
</transformer>
6664
</transformers>

0 commit comments

Comments
 (0)