Skip to content

Commit addcc38

Browse files
committed
release of v0.9.14
1 parent 9eed285 commit addcc38

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ For example, the following PromQL query will return an estimate of the number of
3939

4040
| Cassandra Version | Compatible Exporter Version |
4141
|-----------------------------------------|-----------------------------|
42+
| Apache Cassandra 4.1.4+ | 0.9.14 |
4243
| Apache Cassandra 4.0 up to 4.1.3 | 0.9.13 |
4344
| Apache Cassandra 4.0 up to 4.1.3 | 0.9.12 |
4445
| Apache Cassandra 3.0.17, 3.11.2, 3.11.3 | 0.9.11 |

agent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.zegelin.cassandra-exporter</groupId>
77
<artifactId>exporter-parent</artifactId>
8-
<version>0.9.14-SNAPSHOT</version>
8+
<version>0.9.14</version>
99
</parent>
1010

1111
<artifactId>agent</artifactId>
12-
<version>0.9.14-SNAPSHOT</version>
12+
<version>0.9.14</version>
1313

1414
<name>Cassandra Exporter Agent</name>
1515

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.zegelin.cassandra-exporter</groupId>
77
<artifactId>exporter-parent</artifactId>
8-
<version>0.9.14-SNAPSHOT</version>
8+
<version>0.9.14</version>
99
</parent>
1010

1111
<artifactId>common</artifactId>
12-
<version>0.9.14-SNAPSHOT</version>
12+
<version>0.9.14</version>
1313

1414
<name>Cassandra Exporter Common</name>
1515

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.zegelin.cassandra-exporter</groupId>
55
<artifactId>exporter-parent</artifactId>
6-
<version>0.9.14-SNAPSHOT</version>
6+
<version>0.9.14</version>
77
<packaging>pom</packaging>
88

99
<name>Cassandra Exporter Parent</name>
@@ -15,7 +15,7 @@
1515
</modules>
1616

1717
<properties>
18-
<version.cassandra.all>4.1.4</version.cassandra.all>
18+
<version.cassandra.all>4.1.5</version.cassandra.all>
1919

2020
<version.maven.release.plugin>2.5.3</version.maven.release.plugin>
2121
<version.maven.dependency.plugin>3.1.1</version.maven.dependency.plugin>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.zegelin.cassandra-exporter</groupId>
4343
<artifactId>common</artifactId>
44-
<version>0.9.14-SNAPSHOT</version>
44+
<version>0.9.14</version>
4545
<exclusions>
4646
<exclusion>
4747
<groupId>org.glassfish.hk2.external</groupId>

standalone/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.zegelin.cassandra-exporter</groupId>
77
<artifactId>exporter-parent</artifactId>
8-
<version>0.9.14-SNAPSHOT</version>
8+
<version>0.9.14</version>
99
</parent>
1010

1111
<artifactId>standalone</artifactId>
12-
<version>0.9.14-SNAPSHOT</version>
12+
<version>0.9.14</version>
1313

1414
<name>Cassandra Exporter Standalone/CLI</name>
1515

0 commit comments

Comments
 (0)