From addcc38e46e5ed5d7d949dd0787c815a6e7a4187 Mon Sep 17 00:00:00 2001 From: Stefan Miklosovic Date: Thu, 27 Jun 2024 13:21:17 +0200 Subject: [PATCH] release of v0.9.14 --- README.md | 1 + agent/pom.xml | 4 ++-- common/pom.xml | 4 ++-- pom.xml | 6 +++--- standalone/pom.xml | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index daaad51..8b62864 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ For example, the following PromQL query will return an estimate of the number of | Cassandra Version | Compatible Exporter Version | |-----------------------------------------|-----------------------------| +| Apache Cassandra 4.1.4+ | 0.9.14 | | Apache Cassandra 4.0 up to 4.1.3 | 0.9.13 | | Apache Cassandra 4.0 up to 4.1.3 | 0.9.12 | | Apache Cassandra 3.0.17, 3.11.2, 3.11.3 | 0.9.11 | diff --git a/agent/pom.xml b/agent/pom.xml index cdffdd0..7694500 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -5,11 +5,11 @@ com.zegelin.cassandra-exporter exporter-parent - 0.9.14-SNAPSHOT + 0.9.14 agent - 0.9.14-SNAPSHOT + 0.9.14 Cassandra Exporter Agent diff --git a/common/pom.xml b/common/pom.xml index 628d554..2813e7d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,11 +5,11 @@ com.zegelin.cassandra-exporter exporter-parent - 0.9.14-SNAPSHOT + 0.9.14 common - 0.9.14-SNAPSHOT + 0.9.14 Cassandra Exporter Common diff --git a/pom.xml b/pom.xml index 8fb6757..e93a9e7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.zegelin.cassandra-exporter exporter-parent - 0.9.14-SNAPSHOT + 0.9.14 pom Cassandra Exporter Parent @@ -15,7 +15,7 @@ - 4.1.4 + 4.1.5 2.5.3 3.1.1 @@ -41,7 +41,7 @@ com.zegelin.cassandra-exporter common - 0.9.14-SNAPSHOT + 0.9.14 org.glassfish.hk2.external diff --git a/standalone/pom.xml b/standalone/pom.xml index 49e1162..289e31a 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -5,11 +5,11 @@ com.zegelin.cassandra-exporter exporter-parent - 0.9.14-SNAPSHOT + 0.9.14 standalone - 0.9.14-SNAPSHOT + 0.9.14 Cassandra Exporter Standalone/CLI