Skip to content

Commit

Permalink
Prepare for 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Trommer committed Sep 21, 2023
1 parent 5b0c768 commit 0ee6539
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.12-SNAPSHOT</version>
<version>0.9.13</version>
</parent>

<artifactId>agent</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</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.12-SNAPSHOT</version>
<version>0.9.13</version>
</parent>

<artifactId>common</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</version>

<name>Cassandra Exporter Common</name>

Expand Down
2 changes: 1 addition & 1 deletion install-ccm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

HERE="$(dirname "$(readlink -f "$0")")"

AGENT="$HERE/agent/target/cassandra-exporter-agent-0.9.11-SNAPSHOT.jar"
AGENT="$HERE/agent/target/cassandra-exporter-agent-0.9.13.jar"

find . -path '*/node*/conf/cassandra-env.sh' | while read file; do
echo "Processing $file"
Expand Down
4 changes: 2 additions & 2 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.12-SNAPSHOT</version>
<version>0.9.13</version>
<packaging>pom</packaging>

<name>Cassandra Exporter Parent</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>common</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</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.12-SNAPSHOT</version>
<version>0.9.13</version>
</parent>

<artifactId>standalone</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</version>

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

Expand Down

0 comments on commit 0ee6539

Please sign in to comment.