Skip to content

Commit 8d80d77

Browse files
fstabzeitlinger
andauthored
Fix next SNAPSHOT version (#1217)
Tiny fix. --------- Signed-off-by: Fabian Stäber <[email protected]> Signed-off-by: Gregor Zeitlinger <[email protected]> Co-authored-by: Gregor Zeitlinger <[email protected]>
1 parent 2838f6a commit 8d80d77

File tree

51 files changed

+53
-50
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-opentelemetry-otel-agent-resources
  • prometheus-metrics-exporter-opentelemetry-shaded
  • prometheus-metrics-exporter-pushgateway
  • prometheus-metrics-exporter-servlet-jakarta
  • prometheus-metrics-exporter-servlet-javax
  • prometheus-metrics-exposition-formats
  • prometheus-metrics-exposition-formats-shaded
  • prometheus-metrics-exposition-textformats
  • prometheus-metrics-instrumentation-caffeine
  • prometheus-metrics-instrumentation-dropwizard
  • prometheus-metrics-instrumentation-dropwizard5
  • prometheus-metrics-instrumentation-guava
  • prometheus-metrics-instrumentation-jvm
  • prometheus-metrics-model
  • 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.

51 files changed

+53
-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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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
@@ -14,7 +14,7 @@
1414

1515
<groupId>io.prometheus</groupId>
1616
<artifactId>it-spring-boot-smoke-test</artifactId>
17-
<version>10.0.0-SNAPSHOT</version>
17+
<version>1.4.0-SNAPSHOT</version>
1818

1919
<name>Integration Test - Spring Smoke Tests</name>
2020
<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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>integration-tests</artifactId>

mise.toml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ tools.java = "graalvm-22.3.3+java17"
4646
run = "../../mvnw test -PnativeTest"
4747
dir = "integration-tests/it-spring-boot-smoke-test"
4848

49+
[tasks.set-version]
50+
run = 'mvn versions:set -DnewVersion={{arg(name="version")}}'
51+
4952
[settings]
5053
# to get lock file support and for go backend
5154
experimental = true

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.prometheus</groupId>
99
<artifactId>client_java</artifactId>
10-
<version>10.0.0-SNAPSHOT</version>
10+
<version>1.4.0-SNAPSHOT</version>
1111

1212
<name>Prometheus Metrics Library</name>
1313
<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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010
</parent>
1111

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

prometheus-metrics-exporter-opentelemetry-shaded/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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>prometheus-metrics-exporter-opentelemetry</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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>prometheus-metrics-exporter-opentelemetry-no-otel</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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-exposition-formats-shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.prometheus</groupId>
99
<artifactId>client_java</artifactId>
10-
<version>10.0.0-SNAPSHOT</version>
10+
<version>1.4.0-SNAPSHOT</version>
1111
</parent>
1212

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

prometheus-metrics-exposition-formats/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.prometheus</groupId>
99
<artifactId>client_java</artifactId>
10-
<version>10.0.0-SNAPSHOT</version>
10+
<version>1.4.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>prometheus-metrics-exposition-formats-no-protobuf</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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010

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

prometheus-metrics-instrumentation-dropwizard/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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>prometheus-metrics-instrumentation-dropwizard</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>10.0.0-SNAPSHOT</version>
9+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.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>10.0.0-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)