Skip to content

Commit 6a094af

Browse files
committed
[maven-release-plugin] prepare release v0.5.1
1 parent b7d6904 commit 6a094af

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.5.1-SNAPSHOT</version>
22+
<version>0.5.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.5.1-SNAPSHOT</version>
22+
<version>0.5.1</version>
2323
<packaging>pom</packaging>
2424

2525
<name>Zipkin Storage: Kafka (Parent)</name>
@@ -82,7 +82,7 @@
8282
<developerConnection>scm:git:ssh://git@github.com/jeqo/zipkin-storage-kafka.git
8383
</developerConnection>
8484
<url>http://github.com/jeqo/zipkin-storage-kafka/tree/master</url>
85-
<tag>HEAD</tag>
85+
<tag>v0.5.1</tag>
8686
</scm>
8787

8888
<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.5.1-SNAPSHOT</version>
22+
<version>0.5.1</version>
2323
</parent>
2424

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

0 commit comments

Comments
 (0)