Skip to content

Commit def0f0c

Browse files
Update dependency io.prometheus:client_java to v1.4.0
1 parent 8da6c1e commit def0f0c

File tree

23 files changed

+23
-23
lines changed
  • benchmarks
  • examples
  • integration-tests
  • prometheus-metrics-config
  • prometheus-metrics-core
  • prometheus-metrics-exporter-common
  • prometheus-metrics-exporter-httpserver
  • 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-simpleclient-bridge
  • prometheus-metrics-tracer

23 files changed

+23
-23
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.4.0</version>
1212
</parent>
1313

1414
<artifactId>benchmarks</artifactId>

examples/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>client_java</artifactId>
9-
<version>1.4.0-SNAPSHOT</version>
9+
<version>1.4.0</version>
1010
</parent>
1111

1212
<artifactId>examples</artifactId>

integration-tests/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>client_java</artifactId>
9-
<version>1.4.0-SNAPSHOT</version>
9+
<version>1.4.0</version>
1010
</parent>
1111

1212
<artifactId>integration-tests</artifactId>

prometheus-metrics-config/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>client_java</artifactId>
9-
<version>1.4.0-SNAPSHOT</version>
9+
<version>1.4.0</version>
1010
</parent>
1111

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

prometheus-metrics-core/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>client_java</artifactId>
9-
<version>1.4.0-SNAPSHOT</version>
9+
<version>1.4.0</version>
1010
</parent>
1111

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)