Skip to content

Commit 5768efe

Browse files
committed
[maven-release-plugin] prepare release v1.3.0
1 parent 87f6d42 commit 5768efe

File tree

43 files changed

+48
-51
lines changed
  • benchmarks
  • examples
  • integration-tests
  • prometheus-metrics-bom
  • prometheus-metrics-config
  • prometheus-metrics-core
  • prometheus-metrics-exporter-common
  • prometheus-metrics-exporter-httpserver
  • prometheus-metrics-exporter-opentelemetry
  • prometheus-metrics-exporter-pushgateway
  • prometheus-metrics-exporter-servlet-jakarta
  • prometheus-metrics-exporter-servlet-javax
  • prometheus-metrics-exposition-formats
  • prometheus-metrics-instrumentation-dropwizard5
  • prometheus-metrics-instrumentation-jvm
  • prometheus-metrics-model
  • prometheus-metrics-shaded-dependencies
  • prometheus-metrics-simpleclient-bridge
  • prometheus-metrics-tracer

Some content is hidden

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

43 files changed

+48
-51
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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

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

examples/example-exporter-httpserver/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

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

examples/example-exporter-multi-target/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>example-exporter-multi-target</artifactId>

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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

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

examples/example-native-histogram/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>example-native-histogram</artifactId>

examples/example-prometheus-properties/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>example-prometheus-properties</artifactId>

examples/example-simpleclient-bridge/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>example-simpleclient-bridge</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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>it-common</artifactId>

integration-tests/it-exporter/it-exporter-httpserver-sample/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>it-exporter</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>it-exporter-httpserver-sample</artifactId>

integration-tests/it-exporter/it-exporter-servlet-jetty-sample/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>it-exporter</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>it-exporter-servlet-jetty-sample</artifactId>

integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/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>it-exporter</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>it-exporter-servlet-tomcat-sample</artifactId>

integration-tests/it-exporter/it-exporter-test/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>it-exporter</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>it-exporter-test</artifactId>

integration-tests/it-exporter/pom.xml

Lines changed: 2 additions & 2 deletions
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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>it-exporter</artifactId>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git@github.com:prometheus/client_java.git</connection>
3030
<developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
3131
<url>git@github.com:prometheus/client_java.git</url>
32-
<tag>HEAD</tag>
32+
<tag>v1.3.0</tag>
3333
</scm>
3434

3535
<developers>

integration-tests/it-pushgateway/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>integration-tests</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
109
</parent>
1110

1211
<artifactId>it-pushgateway</artifactId>
@@ -84,8 +83,7 @@
8483
</goals>
8584
<configuration>
8685
<transformers>
87-
<transformer
88-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
86+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
8987
<mainClass>io.prometheus.metrics.it.pushgateway.PushGatewayTestApp</mainClass>
9088
</transformer>
9189
</transformers>

integration-tests/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>client_java</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
109
</parent>
1110

1211
<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>client_java</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99

1010
<name>Prometheus Metrics Library</name>
1111
<url>http://github.com/prometheus/client_java</url>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:git@github.com:prometheus/client_java.git</connection>
3131
<developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
3232
<url>git@github.com:prometheus/client_java.git</url>
33-
<tag>HEAD</tag>
33+
<tag>v1.3.0</tag>
3434
</scm>
3535

3636
<developers>

prometheus-metrics-bom/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-bom</artifactId>

prometheus-metrics-config/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-config</artifactId>

prometheus-metrics-core/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-core</artifactId>

prometheus-metrics-exporter-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>client_java</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-exporter-common</artifactId>

prometheus-metrics-exporter-httpserver/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-exporter-httpserver</artifactId>

prometheus-metrics-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>client_java</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-exporter-opentelemetry</artifactId>

prometheus-metrics-exporter-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>client_java</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-exporter-pushgateway</artifactId>

prometheus-metrics-exporter-servlet-jakarta/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-exporter-servlet-jakarta</artifactId>

prometheus-metrics-exporter-servlet-javax/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-exporter-servlet-javax</artifactId>

prometheus-metrics-exposition-formats/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-exposition-formats</artifactId>

prometheus-metrics-instrumentation-dropwizard5/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-instrumentation-dropwizard5</artifactId>

prometheus-metrics-instrumentation-jvm/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-instrumentation-jvm</artifactId>

prometheus-metrics-model/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-model</artifactId>

prometheus-metrics-shaded-dependencies/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-shaded-dependencies</artifactId>

prometheus-metrics-shaded-dependencies/prometheus-metrics-shaded-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>prometheus-metrics-shaded-dependencies</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-shaded-opentelemetry</artifactId>

prometheus-metrics-shaded-dependencies/prometheus-metrics-shaded-protobuf/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>prometheus-metrics-shaded-dependencies</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-shaded-protobuf</artifactId>

prometheus-metrics-simpleclient-bridge/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-simpleclient-bridge</artifactId>

prometheus-metrics-tracer/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.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-tracer</artifactId>

prometheus-metrics-tracer/prometheus-metrics-tracer-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>prometheus-metrics-tracer</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-tracer-common</artifactId>

0 commit comments

Comments
 (0)