Skip to content

Commit 56306fa

Browse files
committed
[maven-release-plugin] prepare release v1.0.0-alpha-1
1 parent 38e92cc commit 56306fa

File tree

49 files changed

+56
-62
lines changed

Some content is hidden

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

49 files changed

+56
-62
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-1-SNAPSHOT</version>
8+
<version>1.0.0-alpha-1</version>
99
</parent>
1010

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

1111
<artifactId>examples</artifactId>

examples/tomcat-servlet-example/pom.xml

Lines changed: 2 additions & 3 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>examples</artifactId>
9-
<version>1.0.0-alpha-1-SNAPSHOT</version>
8+
<version>1.0.0-alpha-1</version>
109
</parent>
1110

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

1111
<artifactId>it_common</artifactId>

integration_tests/it_exemplars_otel_agent/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-1-SNAPSHOT</version>
8+
<version>1.0.0-alpha-1</version>
99
</parent>
1010

1111
<artifactId>it_exemplars_otel_agent</artifactId>

integration_tests/it_exemplars_otel_sdk/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-1-SNAPSHOT</version>
8+
<version>1.0.0-alpha-1</version>
99
</parent>
1010

1111
<artifactId>it_exemplars_otel_sdk</artifactId>

integration_tests/it_java_versions/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-1-SNAPSHOT</version>
8+
<version>1.0.0-alpha-1</version>
99
</parent>
1010

1111
<artifactId>it_java_versions</artifactId>

integration_tests/it_log4j2/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-1-SNAPSHOT</version>
8+
<version>1.0.0-alpha-1</version>
99
</parent>
1010

1111
<artifactId>it_log4j2</artifactId>

integration_tests/it_pushgateway/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-1-SNAPSHOT</version>
8+
<version>1.0.0-alpha-1</version>
99
</parent>
1010

1111
<artifactId>it_pushgateway</artifactId>

integration_tests/it_servlet_jakarta_exporter_webxml/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-1-SNAPSHOT</version>
8+
<version>1.0.0-alpha-1</version>
99
</parent>
1010

1111
<artifactId>it_servlet_jakarta_exporter_webxml</artifactId>

0 commit comments

Comments
 (0)