Skip to content

Commit fd2025d

Browse files
committed
[maven-release-plugin] prepare release v0.9.10-E003
1 parent 2b6a8ce commit fd2025d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

agent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.zegelin.cassandra-exporter</groupId>
77
<artifactId>exporter-parent</artifactId>
8-
<version>0.9.10-E003-SNAPSHOT</version>
8+
<version>0.9.10-E003</version>
99
</parent>
1010

1111
<artifactId>agent</artifactId>
12-
<version>0.9.10-E003-SNAPSHOT</version>
12+
<version>0.9.10-E003</version>
1313

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

common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.zegelin.cassandra-exporter</groupId>
77
<artifactId>exporter-parent</artifactId>
8-
<version>0.9.10-E003-SNAPSHOT</version>
8+
<version>0.9.10-E003</version>
99
</parent>
1010

1111
<artifactId>common</artifactId>
12-
<version>0.9.10-E003-SNAPSHOT</version>
12+
<version>0.9.10-E003</version>
1313

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

pom.xml

+3-3
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.10-E003-SNAPSHOT</version>
6+
<version>0.9.10-E003</version>
77
<packaging>pom</packaging>
88

99
<name>Cassandra Exporter Parent</name>
@@ -33,15 +33,15 @@
3333
<connection>scm:git:[email protected]:eperott/cassandra-exporter.git</connection>
3434
<developerConnection>scm:git:[email protected]:eperott/cassandra-exporter.git</developerConnection>
3535
<url>git://github.com/eperott/cassandra-exporter</url>
36-
<tag>HEAD</tag>
36+
<tag>v0.9.10-E003</tag>
3737
</scm>
3838

3939
<dependencyManagement>
4040
<dependencies>
4141
<dependency>
4242
<groupId>com.zegelin.cassandra-exporter</groupId>
4343
<artifactId>common</artifactId>
44-
<version>0.9.10-E003-SNAPSHOT</version>
44+
<version>0.9.10-E003</version>
4545
<exclusions>
4646
<exclusion>
4747
<groupId>org.glassfish.hk2.external</groupId>

standalone/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.zegelin.cassandra-exporter</groupId>
77
<artifactId>exporter-parent</artifactId>
8-
<version>0.9.10-E003-SNAPSHOT</version>
8+
<version>0.9.10-E003</version>
99
</parent>
1010

1111
<artifactId>standalone</artifactId>
12-
<version>0.9.10-E003-SNAPSHOT</version>
12+
<version>0.9.10-E003</version>
1313

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

0 commit comments

Comments
 (0)