Skip to content

Commit c2d2b92

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 0.12.0
1 parent ebd47ef commit c2d2b92

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cassandra-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave.cassandra</groupId>
2020
<artifactId>brave-cassandra-parent</artifactId>
21-
<version>0.11.2-SNAPSHOT</version>
21+
<version>0.12.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

cassandra-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave.cassandra</groupId>
2020
<artifactId>brave-cassandra-parent</artifactId>
21-
<version>0.11.2-SNAPSHOT</version>
21+
<version>0.12.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave.cassandra</groupId>
2020
<artifactId>brave-cassandra-parent</artifactId>
21-
<version>0.11.2-SNAPSHOT</version>
21+
<version>0.12.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.zipkin.brave.cassandra</groupId>
2121
<artifactId>brave-cassandra-parent</artifactId>
22-
<version>0.11.2-SNAPSHOT</version>
22+
<version>0.12.0</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -65,7 +65,7 @@
6565
<url>https://github.com/openzipkin/brave-cassandra</url>
6666
<connection>scm:git:https://github.com/openzipkin/brave-cassandra.git</connection>
6767
<developerConnection>scm:git:https://github.com/openzipkin/brave-cassandra.git</developerConnection>
68-
<tag>HEAD</tag>
68+
<tag>0.12.0</tag>
6969
</scm>
7070

7171
<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->

0 commit comments

Comments
 (0)