Skip to content

Commit 2201013

Browse files
committed
[maven-release-plugin] prepare release 0.5.4
1 parent bbdf04c commit 2201013

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

autoconfigure/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
the License.
1515
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119
<parent>
2220
<groupId>io.github.jeqo.zipkin</groupId>
2321
<artifactId>zipkin-storage-kafka-parent</artifactId>
24-
<version>0.5.4-SNAPSHOT</version>
22+
<version>0.5.4</version>
2523
</parent>
2624

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

pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
the License.
1515
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<groupId>io.github.jeqo.zipkin</groupId>
2321
<artifactId>zipkin-storage-kafka-parent</artifactId>
24-
<version>0.5.4-SNAPSHOT</version>
22+
<version>0.5.4</version>
2523
<packaging>pom</packaging>
2624

2725
<name>Zipkin Storage: Kafka (Parent)</name>
@@ -51,7 +49,7 @@
5149
<zipkin-sender-kafka.version>2.10.1</zipkin-sender-kafka.version>
5250

5351
<!-- override to set exclusions per-project -->
54-
<errorprone.args/>
52+
<errorprone.args />
5553
<errorprone.version>2.3.2</errorprone.version>
5654

5755
<license-maven-plugin.version>3.0</license-maven-plugin.version>
@@ -84,7 +82,7 @@
8482
<developerConnection>scm:git:ssh://git@github.com/jeqo/zipkin-storage-kafka.git
8583
</developerConnection>
8684
<url>http://github.com/jeqo/zipkin-storage-kafka/tree/master</url>
87-
<tag>HEAD</tag>
85+
<tag>0.5.4</tag>
8886
</scm>
8987

9088
<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.4-SNAPSHOT</version>
22+
<version>0.5.4</version>
2323
</parent>
2424

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

0 commit comments

Comments
 (0)