Skip to content

Commit ed23f72

Browse files
authored
update snapshot version (#1521)
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 8da6c1e commit ed23f72

File tree

53 files changed

+55
-55
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-otel-agent-resources
  • prometheus-metrics-exporter-opentelemetry-shaded
  • prometheus-metrics-exporter-opentelemetry
  • prometheus-metrics-exporter-pushgateway
  • prometheus-metrics-exporter-servlet-jakarta
  • prometheus-metrics-exporter-servlet-javax
  • prometheus-metrics-exposition-formats-shaded
  • prometheus-metrics-exposition-formats
  • prometheus-metrics-exposition-textformats
  • prometheus-metrics-instrumentation-caffeine
  • prometheus-metrics-instrumentation-dropwizard5
  • prometheus-metrics-instrumentation-dropwizard
  • prometheus-metrics-instrumentation-guava
  • prometheus-metrics-instrumentation-jvm
  • prometheus-metrics-model
  • prometheus-metrics-parent
  • prometheus-metrics-simpleclient-bridge
  • prometheus-metrics-tracer
  • scripts

Some content is hidden

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

53 files changed

+55
-55
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.prometheus</groupId>
1010
<artifactId>client_java</artifactId>
11-
<version>1.4.0-SNAPSHOT</version>
11+
<version>1.5.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<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
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.prometheus</groupId>
99
<artifactId>example-exemplars-tail-sampling</artifactId>
10-
<version>1.4.0-SNAPSHOT</version>
10+
<version>1.5.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<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
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.prometheus</groupId>
99
<artifactId>example-exemplars-tail-sampling</artifactId>
10-
<version>1.4.0-SNAPSHOT</version>
10+
<version>1.5.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<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
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.prometheus</groupId>
99
<artifactId>examples</artifactId>
10-
<version>1.4.0-SNAPSHOT</version>
10+
<version>1.5.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<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
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.prometheus</groupId>
99
<artifactId>examples</artifactId>
10-
<version>1.4.0-SNAPSHOT</version>
10+
<version>1.5.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<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
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.prometheus</groupId>
99
<artifactId>examples</artifactId>
10-
<version>1.4.0-SNAPSHOT</version>
10+
<version>1.5.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<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
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.prometheus</groupId>
99
<artifactId>examples</artifactId>
10-
<version>1.4.0-SNAPSHOT</version>
10+
<version>1.5.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>examples</artifactId>
9-
<version>1.4.0-SNAPSHOT</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>examples</artifactId>
9-
<version>1.4.0-SNAPSHOT</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>examples</artifactId>
9-
<version>1.4.0-SNAPSHOT</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)