Skip to content

Commit 3003c8f

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 0.6.0
1 parent 57126a8 commit 3003c8f

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
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.zipkin.openzipkin-contrib.zipkin-storage-kafka</groupId>
2321
<artifactId>zipkin-storage-kafka-parent</artifactId>
24-
<version>0.6.0-SNAPSHOT</version>
22+
<version>0.6.0</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.zipkin.openzipkin-contrib.zipkin-storage-kafka</groupId>
2321
<artifactId>zipkin-storage-kafka-parent</artifactId>
24-
<version>0.6.0-SNAPSHOT</version>
22+
<version>0.6.0</version>
2523
<packaging>pom</packaging>
2624

2725
<modules>
@@ -63,7 +61,7 @@
6361
<testcontainers.version>1.12.1</testcontainers.version>
6462

6563
<!-- override to set exclusions per-project -->
66-
<errorprone.args/>
64+
<errorprone.args />
6765
<errorprone.version>2.3.3</errorprone.version>
6866

6967
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
@@ -101,7 +99,7 @@
10199
<connection>scm:git:https://github.com/openzipkin-contrib/zipkin-storage-kafka.git</connection>
102100
<developerConnection>scm:git:https://github.com/openzipkin-contrib/zipkin-storage-kafka.git
103101
</developerConnection>
104-
<tag>HEAD</tag>
102+
<tag>0.6.0</tag>
105103
</scm>
106104

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

storage/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.zipkin.openzipkin-contrib.zipkin-storage-kafka</groupId>
2321
<artifactId>zipkin-storage-kafka-parent</artifactId>
24-
<version>0.6.0-SNAPSHOT</version>
22+
<version>0.6.0</version>
2523
</parent>
2624

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

0 commit comments

Comments
 (0)