Skip to content

Commit

Permalink
release of v0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Jun 27, 2024
1 parent 9eed285 commit addcc38
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>exporter-parent</artifactId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.14</version>
</parent>

<artifactId>agent</artifactId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.14</version>

<name>Cassandra Exporter Agent</name>

Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>exporter-parent</artifactId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.14</version>
</parent>

<artifactId>common</artifactId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.14</version>

<name>Cassandra Exporter Common</name>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>exporter-parent</artifactId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.14</version>
<packaging>pom</packaging>

<name>Cassandra Exporter Parent</name>
Expand All @@ -15,7 +15,7 @@
</modules>

<properties>
<version.cassandra.all>4.1.4</version.cassandra.all>
<version.cassandra.all>4.1.5</version.cassandra.all>

<version.maven.release.plugin>2.5.3</version.maven.release.plugin>
<version.maven.dependency.plugin>3.1.1</version.maven.dependency.plugin>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>common</artifactId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.14</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.hk2.external</groupId>
Expand Down
4 changes: 2 additions & 2 deletions standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>exporter-parent</artifactId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.14</version>
</parent>

<artifactId>standalone</artifactId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.14</version>

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

Expand Down

0 comments on commit addcc38

Please sign in to comment.