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:30 UTC

[incubator-zipkin-api] branch master updated (c959ed2 -> 53f6ff0)

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

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


    from c959ed2  removes apache parent
     new 846387a  [maven-release-plugin] prepare release 0.2.1
     new 53f6ff0  [maven-release-plugin] prepare for next development iteration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


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

Posted by ad...@apache.org.
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 -->


[incubator-zipkin-api] 02/02: [maven-release-plugin] prepare for next development iteration

Posted by ad...@apache.org.
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 53f6ff0edef72b9f66f93841bab41bfd2c4c66ca
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Thu Jun 13 16:28:40 2019 +0800

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c39aac2..5a35d88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>io.zipkin.proto3</groupId>
   <artifactId>zipkin-proto3</artifactId>
-  <version>0.2.1</version>
+  <version>0.2.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>zipkin-proto3</name>
@@ -61,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>0.2.1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->