Skip to content

Commit 846387a

Browse files
author
Adrian Cole
committed
[maven-release-plugin] prepare release 0.2.1
1 parent c959ed2 commit 846387a

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.proto3</groupId>
2321
<artifactId>zipkin-proto3</artifactId>
24-
<version>0.2.2-SNAPSHOT</version>
22+
<version>0.2.1</version>
2523
<packaging>jar</packaging>
2624

2725
<name>zipkin-proto3</name>
@@ -63,7 +61,7 @@
6361
<url>https://github.com/openzipkin/zipkin-api</url>
6462
<connection>scm:git:https://github.com/openzipkin/zipkin-api.git</connection>
6563
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-api.git</developerConnection>
66-
<tag>HEAD</tag>
64+
<tag>0.2.1</tag>
6765
</scm>
6866

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

0 commit comments

Comments
 (0)