Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zegelin committed Dec 3, 2019
1 parent 034c598 commit 4bd99d5
Show file tree
Hide file tree
Showing 4 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.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>agent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</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.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>common</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</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.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>pom</packaging>

<name>Cassandra Exporter Parent</name>
Expand Down Expand Up @@ -33,15 +33,15 @@
<connection>scm:git:git://git@github.com:instaclustr/cassandra-exporter.git</connection>
<developerConnection>scm:git:ssh://github.com/instaclustr/cassandra-exporter.git</developerConnection>
<url>git://github.com/instaclustr/cassandra-exporter.git</url>
<tag>HEAD</tag>
<tag>v0.9.9</tag>
</scm>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>common</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</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.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

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

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

Expand Down

0 comments on commit 4bd99d5

Please sign in to comment.