Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zegelin committed Aug 22, 2018
1 parent a904dfd commit e3d62fb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<parent>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>exporter-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

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

<name>Cassandra Exporter Agent</name>

<dependencies>
<dependency>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>common</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</dependency>

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

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

<name>Cassandra Exporter Common</name>

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.1-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>pom</packaging>

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

<scm>
<connection>scm:git:file://localhost/${basedir}</connection>
<tag>HEAD</tag>
<tag>v0.9.1</tag>
</scm>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<parent>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>exporter-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

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

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

<dependencies>
<dependency>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>common</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e3d62fb

Please sign in to comment.