Skip to content

Commit c9da0b3

Browse files
committed
[maven-release-plugin] prepare release v0.9.3
1 parent 9aa3a73 commit c9da0b3

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

agent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<parent>
55
<groupId>com.zegelin.cassandra-exporter</groupId>
66
<artifactId>exporter-parent</artifactId>
7-
<version>0.9.3-SNAPSHOT</version>
7+
<version>0.9.3</version>
88
</parent>
99

1010
<artifactId>agent</artifactId>
11-
<version>0.9.3-SNAPSHOT</version>
11+
<version>0.9.3</version>
1212

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

1515
<dependencies>
1616
<dependency>
1717
<groupId>com.zegelin.cassandra-exporter</groupId>
1818
<artifactId>common</artifactId>
19-
<version>0.9.3-SNAPSHOT</version>
19+
<version>0.9.3</version>
2020
</dependency>
2121

2222
<dependency>

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.zegelin.cassandra-exporter</groupId>
66
<artifactId>exporter-parent</artifactId>
7-
<version>0.9.3-SNAPSHOT</version>
7+
<version>0.9.3</version>
88
</parent>
99

1010
<artifactId>common</artifactId>
11-
<version>0.9.3-SNAPSHOT</version>
11+
<version>0.9.3</version>
1212

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

pom.xml

Lines changed: 2 additions & 2 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.3-SNAPSHOT</version>
6+
<version>0.9.3</version>
77
<packaging>pom</packaging>
88

99
<name>Cassandra Exporter Parent</name>
@@ -25,7 +25,7 @@
2525

2626
<scm>
2727
<connection>scm:git:file://localhost/${basedir}</connection>
28-
<tag>HEAD</tag>
28+
<tag>v0.9.3</tag>
2929
</scm>
3030

3131
<dependencyManagement>

standalone/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<parent>
55
<groupId>com.zegelin.cassandra-exporter</groupId>
66
<artifactId>exporter-parent</artifactId>
7-
<version>0.9.3-SNAPSHOT</version>
7+
<version>0.9.3</version>
88
</parent>
99

1010
<artifactId>standalone</artifactId>
11-
<version>0.9.3-SNAPSHOT</version>
11+
<version>0.9.3</version>
1212

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

1515
<dependencies>
1616
<dependency>
1717
<groupId>com.zegelin.cassandra-exporter</groupId>
1818
<artifactId>common</artifactId>
19-
<version>0.9.3-SNAPSHOT</version>
19+
<version>0.9.3</version>
2020
</dependency>
2121

2222
<dependency>

0 commit comments

Comments
 (0)