Skip to content

Commit bf6e479

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 0.8.0
1 parent 7ee7d0a commit bf6e479

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

module/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.zipkin.contrib.zipkin-storage-kafka</groupId>
2121
<artifactId>zipkin-storage-kafka-parent</artifactId>
22-
<version>0.7.1-SNAPSHOT</version>
22+
<version>0.8.0</version>
2323
</parent>
2424

2525
<artifactId>zipkin-module-storage-kafka</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.zipkin.contrib.zipkin-storage-kafka</groupId>
2121
<artifactId>zipkin-storage-kafka-parent</artifactId>
22-
<version>0.7.1-SNAPSHOT</version>
22+
<version>0.8.0</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -103,7 +103,7 @@
103103
<developerConnection>
104104
scm:git:https://github.com/openzipkin-contrib/zipkin-storage-kafka.git
105105
</developerConnection>
106-
<tag>HEAD</tag>
106+
<tag>0.8.0</tag>
107107
</scm>
108108

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

storage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.zipkin.contrib.zipkin-storage-kafka</groupId>
2121
<artifactId>zipkin-storage-kafka-parent</artifactId>
22-
<version>0.7.1-SNAPSHOT</version>
22+
<version>0.8.0</version>
2323
</parent>
2424

2525
<artifactId>zipkin-storage-kafka</artifactId>

0 commit comments

Comments
 (0)