Skip to content

Commit d0e2dd3

Browse files
authored
fix release (#1214)
* set snapshot version Signed-off-by: Gregor Zeitlinger <[email protected]> * fix release Signed-off-by: Gregor Zeitlinger <[email protected]> * fix release Signed-off-by: Gregor Zeitlinger <[email protected]> * fix release Signed-off-by: Gregor Zeitlinger <[email protected]> --------- Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent bdfe25c commit d0e2dd3

File tree

48 files changed

+47
-50
lines changed

Some content is hidden

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

48 files changed

+47
-50
lines changed

benchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>benchmarks</artifactId>

examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

examples/example-exemplars-tail-sampling/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

examples/example-exporter-httpserver/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

examples/example-exporter-multi-target/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

examples/example-exporter-opentelemetry/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

examples/example-exporter-servlet-tomcat/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

examples/example-native-histogram/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

examples/example-prometheus-properties/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

examples/example-simpleclient-bridge/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>example-simpleclient-bridge</artifactId>

examples/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>examples</artifactId>

integration-tests/it-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>integration-tests</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>it-common</artifactId>

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

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

integration-tests/it-exporter/it-exporter-no-protobuf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>it-exporter</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>it-exporter-no-protobuf</artifactId>

integration-tests/it-exporter/it-exporter-servlet-jetty-sample/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

integration-tests/it-exporter/it-exporter-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>it-exporter</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

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

integration-tests/it-exporter/it-no-protobuf-test/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>it-no-protobuf-test</artifactId>

integration-tests/it-exporter/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>it-exporter</artifactId>

integration-tests/it-pushgateway/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>it-pushgateway</artifactId>

integration-tests/it-spring-boot-smoke-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>io.prometheus</groupId>
1515
<artifactId>it-spring-boot-smoke-test</artifactId>
16-
<version>1.3.3</version>
16+
<version>10.0.0-SNAPSHOT</version>
1717

1818
<name>Integration Test - Spring Smoke Tests</name>
1919
<description>

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>integration-tests</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010

1111
<name>Prometheus Metrics Library</name>
1212
<url>http://github.com/prometheus/client_java</url>

prometheus-metrics-bom/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-config/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

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

prometheus-metrics-exporter-common/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-exporter-httpserver/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>prometheus-metrics-exporter-opentelemetry-otel-agent-resources</artifactId>

prometheus-metrics-exporter-opentelemetry/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

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

prometheus-metrics-exporter-pushgateway/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

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

prometheus-metrics-exporter-servlet-jakarta/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

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

prometheus-metrics-exporter-servlet-javax/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-exposition-formats/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

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

prometheus-metrics-exposition-textformats/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>prometheus-metrics-exposition-textformats</artifactId>

prometheus-metrics-instrumentation-caffeine/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-instrumentation-dropwizard5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

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

prometheus-metrics-instrumentation-guava/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-instrumentation-jvm/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-model/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-simpleclient-bridge/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-tracer/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-tracer/prometheus-metrics-tracer-common/pom.xml

+1-1
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.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)