Skip to content

Commit f3f3758

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 0.6.0
1 parent c55f48d commit f3f3758

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
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.contrib.brave</groupId>
2321
<artifactId>brave-kafka-interceptor</artifactId>
24-
<version>0.5.6-SNAPSHOT</version>
22+
<version>0.6.0</version>
2523

2624
<packaging>jar</packaging>
2725

@@ -62,7 +60,7 @@
6260
<url>https://github.com/openzipkin-contrib/brave-kafka-interceptor</url>
6361
<connection>scm:git:https://github.com/openzipkin-contrib/brave-kafka-interceptor.git</connection>
6462
<developerConnection>scm:git:https://github.com/openzipkin-contrib/brave-kafka-interceptor.git</developerConnection>
65-
<tag>HEAD</tag>
63+
<tag>0.6.0</tag>
6664
</scm>
6765

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

0 commit comments

Comments
 (0)