You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/13 09:04:31 UTC

[incubator-zipkin-api] 01/02: [maven-release-plugin] prepare release 0.2.1

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-api.git

commit 846387a75fa24f7e5d5f4e93164684ea50fbd2f2
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Thu Jun 13 16:28:40 2019 +0800

    [maven-release-plugin] prepare release 0.2.1
---
 pom.xml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 860425a..c39aac2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,14 +14,12 @@
     the License.
 
 -->
-<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">
+<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">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>io.zipkin.proto3</groupId>
   <artifactId>zipkin-proto3</artifactId>
-  <version>0.2.2-SNAPSHOT</version>
+  <version>0.2.1</version>
   <packaging>jar</packaging>
 
   <name>zipkin-proto3</name>
@@ -63,7 +61,7 @@
     <url>https://github.com/openzipkin/zipkin-api</url>
     <connection>scm:git:https://github.com/openzipkin/zipkin-api.git</connection>
     <developerConnection>scm:git:https://github.com/openzipkin/zipkin-api.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>0.2.1</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->