Skip to content

Commit f07f660

Browse files
chore(main): release 1.6.0
1 parent 5ce2b57 commit f07f660

File tree

79 files changed

+94
-78
lines changed

Some content is hidden

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

79 files changed

+94
-78
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.1"
2+
".": "1.6.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions

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

1111
<artifactId>benchmarks</artifactId>

examples/example-custom-buckets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-custom-buckets</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.6.0</version>
88

99
<properties>
1010
<maven.compiler.release>8</maven.compiler.release>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-greeting-service</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.6.0</version>
88

99
<properties>
1010
<maven.compiler.release>17</maven.compiler.release>

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
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-hello-world-app</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.6.0</version>
88

99
<properties>
1010
<maven.compiler.release>17</maven.compiler.release>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-exemplars-tail-sampling</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.6.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Example - Exemplars with OpenTelemetry's Tail Sampling</name>

examples/example-exporter-httpserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-exporter-httpserver</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.6.0</version>
88

99
<properties>
1010
<maven.compiler.release>8</maven.compiler.release>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-exporter-multi-target</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.6.0</version>
88

99
<properties>
1010
<maven.compiler.release>8</maven.compiler.release>

examples/example-exporter-opentelemetry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.prometheus</groupId>
66
<artifactId>example-exporter-opentelemetry</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.6.0</version>
88

99
<properties>
1010
<maven.compiler.release>8</maven.compiler.release>

0 commit comments

Comments
 (0)