Skip to content

Commit 39e40da

Browse files
committed
[maven-release-plugin] prepare release parent-0.14.1
1 parent c867d8e commit 39e40da

File tree

36 files changed

+69
-69
lines changed

36 files changed

+69
-69
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>parent</artifactId>
8-
<version>0.14.1-SNAPSHOT</version>
8+
<version>0.14.1</version>
99
</parent>
1010

1111
<artifactId>benchmarks</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>0.14.1-SNAPSHOT</version>
8+
<version>0.14.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>0.14.1-SNAPSHOT</version>
8+
<version>0.14.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>0.14.1-SNAPSHOT</version>
8+
<version>0.14.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>0.14.1-SNAPSHOT</version>
8+
<version>0.14.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>0.14.1-SNAPSHOT</version>
8+
<version>0.14.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>0.14.1-SNAPSHOT</version>
8+
<version>0.14.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>0.14.1-SNAPSHOT</version>
8+
<version>0.14.1</version>
99
</parent>
1010

1111
<artifactId>it_servlet_jakarta_exporter_webxml</artifactId>

integration_tests/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>parent</artifactId>
8-
<version>0.14.1-SNAPSHOT</version>
8+
<version>0.14.1</version>
99
</parent>
1010

1111
<artifactId>integration_tests</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.14.1-SNAPSHOT</version>
8+
<version>0.14.1</version>
99

1010
<name>Prometheus Java Suite</name>
1111
<url>http://github.com/prometheus/client_java</url>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:[email protected]:prometheus/client_java.git</connection>
2626
<developerConnection>scm:git:[email protected]:prometheus/client_java.git</developerConnection>
2727
<url>[email protected]:prometheus/client_java.git</url>
28-
<tag>HEAD</tag>
28+
<tag>parent-0.14.1</tag>
2929
</scm>
3030

3131
<developers>

0 commit comments

Comments
 (0)