Skip to content

Commit 5501e2e

Browse files
committed
[maven-release-plugin] prepare release 0.3.1
1 parent dbb5c39 commit 5501e2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

autoconfigure/pom.xml

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

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

pom.xml

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

2020
<groupId>io.github.jeqo.zipkin</groupId>
2121
<artifactId>zipkin-storage-kafka-parent</artifactId>
22-
<version>0.3.1-SNAPSHOT</version>
22+
<version>0.3.1</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -81,7 +81,7 @@
8181
<developerConnection>scm:git:ssh://git@github.com/jeqo/zipkin-storage-kafka.git
8282
</developerConnection>
8383
<url>http://github.com/jeqo/zipkin-storage-kafka/tree/master</url>
84-
<tag>HEAD</tag>
84+
<tag>0.3.1-SNAPSHOT</tag>
8585
</scm>
8686

8787
<dependencyManagement>

storage/pom.xml

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

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

0 commit comments

Comments
 (0)