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/15 02:39:00 UTC

[incubator-zipkin-reporter-java] branch master updated (c05be03 -> 22a147e)

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-reporter-java.git.


    from c05be03  syncs latest zipkin
     new 85b6096  [maven-release-plugin] prepare release 2.8.4
     new 22a147e  [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:
 amqp-client/pom.xml        | 2 +-
 benchmarks/pom.xml         | 2 +-
 bom/pom.xml                | 2 +-
 core/pom.xml               | 2 +-
 kafka/pom.xml              | 2 +-
 kafka08/pom.xml            | 2 +-
 libthrift/pom.xml          | 2 +-
 metrics-micrometer/pom.xml | 2 +-
 okhttp3/pom.xml            | 2 +-
 pom.xml                    | 2 +-
 spring-beans/pom.xml       | 2 +-
 urlconnection/pom.xml      | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)


[incubator-zipkin-reporter-java] 01/02: [maven-release-plugin] prepare release 2.8.4

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-reporter-java.git

commit 85b609654660f2ef9b15470de895d9be8ebf965e
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Fri Jun 14 19:15:34 2019 +0800

    [maven-release-plugin] prepare release 2.8.4
---
 amqp-client/pom.xml        | 2 +-
 benchmarks/pom.xml         | 2 +-
 bom/pom.xml                | 4 ++--
 core/pom.xml               | 2 +-
 kafka/pom.xml              | 2 +-
 kafka08/pom.xml            | 2 +-
 libthrift/pom.xml          | 2 +-
 metrics-micrometer/pom.xml | 2 +-
 okhttp3/pom.xml            | 2 +-
 pom.xml                    | 4 ++--
 spring-beans/pom.xml       | 2 +-
 urlconnection/pom.xml      | 2 +-
 12 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/amqp-client/pom.xml b/amqp-client/pom.xml
index d5b836a..b550588 100644
--- a/amqp-client/pom.xml
+++ b/amqp-client/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4-SNAPSHOT</version>
+    <version>2.8.4</version>
   </parent>
 
   <artifactId>zipkin-sender-amqp-client</artifactId>
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index 1c7480e..21483c1 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4-SNAPSHOT</version>
+    <version>2.8.4</version>
   </parent>
 
   <artifactId>benchmarks</artifactId>
diff --git a/bom/pom.xml b/bom/pom.xml
index 4f64bc1..2a5d6db 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -4,7 +4,7 @@
   <groupId>io.zipkin.reporter2</groupId>
   <artifactId>zipkin-reporter-bom</artifactId>
   <name>Zipkin Reporter BOM</name>
-  <version>2.8.4-SNAPSHOT</version>
+  <version>2.8.4</version>
   <packaging>pom</packaging>
   <description>Bill Of Materials POM for all Zipkin reporter artifacts</description>
 
@@ -34,7 +34,7 @@
     <url>https://github.com/openzipkin/zipkin-reporter-java</url>
     <connection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</connection>
     <developerConnection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>2.8.4</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
diff --git a/core/pom.xml b/core/pom.xml
index ac11304..23c9a8c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4-SNAPSHOT</version>
+    <version>2.8.4</version>
   </parent>
 
   <artifactId>zipkin-reporter</artifactId>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 75afef2..24172d9 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4-SNAPSHOT</version>
+    <version>2.8.4</version>
   </parent>
 
   <artifactId>zipkin-sender-kafka</artifactId>
diff --git a/kafka08/pom.xml b/kafka08/pom.xml
index 87d812c..4b351bf 100644
--- a/kafka08/pom.xml
+++ b/kafka08/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4-SNAPSHOT</version>
+    <version>2.8.4</version>
   </parent>
 
   <artifactId>zipkin-sender-kafka08</artifactId>
diff --git a/libthrift/pom.xml b/libthrift/pom.xml
index 532cc9f..78ef2a3 100644
--- a/libthrift/pom.xml
+++ b/libthrift/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4-SNAPSHOT</version>
+    <version>2.8.4</version>
   </parent>
 
   <artifactId>zipkin-sender-libthrift</artifactId>
diff --git a/metrics-micrometer/pom.xml b/metrics-micrometer/pom.xml
index 4acfb77..5c1e246 100644
--- a/metrics-micrometer/pom.xml
+++ b/metrics-micrometer/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4-SNAPSHOT</version>
+    <version>2.8.4</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/okhttp3/pom.xml b/okhttp3/pom.xml
index 35181f5..b25b556 100644
--- a/okhttp3/pom.xml
+++ b/okhttp3/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4-SNAPSHOT</version>
+    <version>2.8.4</version>
   </parent>
 
   <artifactId>zipkin-sender-okhttp3</artifactId>
diff --git a/pom.xml b/pom.xml
index c66d1ef..24611c4 100755
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>io.zipkin.reporter2</groupId>
   <artifactId>zipkin-reporter-parent</artifactId>
-  <version>2.8.4-SNAPSHOT</version>
+  <version>2.8.4</version>
   <packaging>pom</packaging>
 
   <modules>
@@ -83,7 +83,7 @@
     <connection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</connection>
     <developerConnection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git
     </developerConnection>
-    <tag>HEAD</tag>
+    <tag>2.8.4</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
diff --git a/spring-beans/pom.xml b/spring-beans/pom.xml
index 57fa08e..b7741be 100644
--- a/spring-beans/pom.xml
+++ b/spring-beans/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4-SNAPSHOT</version>
+    <version>2.8.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/urlconnection/pom.xml b/urlconnection/pom.xml
index 08faae8..f1caaf7 100644
--- a/urlconnection/pom.xml
+++ b/urlconnection/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4-SNAPSHOT</version>
+    <version>2.8.4</version>
   </parent>
 
   <artifactId>zipkin-sender-urlconnection</artifactId>


[incubator-zipkin-reporter-java] 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-reporter-java.git

commit 22a147e515ce94beefbe1da65a223e529487aaef
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Fri Jun 14 19:15:35 2019 +0800

    [maven-release-plugin] prepare for next development iteration
---
 amqp-client/pom.xml        | 2 +-
 benchmarks/pom.xml         | 2 +-
 bom/pom.xml                | 4 ++--
 core/pom.xml               | 2 +-
 kafka/pom.xml              | 2 +-
 kafka08/pom.xml            | 2 +-
 libthrift/pom.xml          | 2 +-
 metrics-micrometer/pom.xml | 2 +-
 okhttp3/pom.xml            | 2 +-
 pom.xml                    | 4 ++--
 spring-beans/pom.xml       | 2 +-
 urlconnection/pom.xml      | 2 +-
 12 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/amqp-client/pom.xml b/amqp-client/pom.xml
index b550588..53bb1be 100644
--- a/amqp-client/pom.xml
+++ b/amqp-client/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4</version>
+    <version>2.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>zipkin-sender-amqp-client</artifactId>
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index 21483c1..702c00b 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4</version>
+    <version>2.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>benchmarks</artifactId>
diff --git a/bom/pom.xml b/bom/pom.xml
index 2a5d6db..0c26679 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -4,7 +4,7 @@
   <groupId>io.zipkin.reporter2</groupId>
   <artifactId>zipkin-reporter-bom</artifactId>
   <name>Zipkin Reporter BOM</name>
-  <version>2.8.4</version>
+  <version>2.8.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <description>Bill Of Materials POM for all Zipkin reporter artifacts</description>
 
@@ -34,7 +34,7 @@
     <url>https://github.com/openzipkin/zipkin-reporter-java</url>
     <connection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</connection>
     <developerConnection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</developerConnection>
-    <tag>2.8.4</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
diff --git a/core/pom.xml b/core/pom.xml
index 23c9a8c..3796e32 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4</version>
+    <version>2.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>zipkin-reporter</artifactId>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 24172d9..1e80911 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4</version>
+    <version>2.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>zipkin-sender-kafka</artifactId>
diff --git a/kafka08/pom.xml b/kafka08/pom.xml
index 4b351bf..68d8db2 100644
--- a/kafka08/pom.xml
+++ b/kafka08/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4</version>
+    <version>2.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>zipkin-sender-kafka08</artifactId>
diff --git a/libthrift/pom.xml b/libthrift/pom.xml
index 78ef2a3..a8bdbcd 100644
--- a/libthrift/pom.xml
+++ b/libthrift/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4</version>
+    <version>2.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>zipkin-sender-libthrift</artifactId>
diff --git a/metrics-micrometer/pom.xml b/metrics-micrometer/pom.xml
index 5c1e246..4b3d15b 100644
--- a/metrics-micrometer/pom.xml
+++ b/metrics-micrometer/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4</version>
+    <version>2.8.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/okhttp3/pom.xml b/okhttp3/pom.xml
index b25b556..651745e 100644
--- a/okhttp3/pom.xml
+++ b/okhttp3/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4</version>
+    <version>2.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>zipkin-sender-okhttp3</artifactId>
diff --git a/pom.xml b/pom.xml
index 24611c4..44b577d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>io.zipkin.reporter2</groupId>
   <artifactId>zipkin-reporter-parent</artifactId>
-  <version>2.8.4</version>
+  <version>2.8.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
@@ -83,7 +83,7 @@
     <connection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</connection>
     <developerConnection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git
     </developerConnection>
-    <tag>2.8.4</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
diff --git a/spring-beans/pom.xml b/spring-beans/pom.xml
index b7741be..42e657b 100644
--- a/spring-beans/pom.xml
+++ b/spring-beans/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4</version>
+    <version>2.8.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/urlconnection/pom.xml b/urlconnection/pom.xml
index f1caaf7..682a8a3 100644
--- a/urlconnection/pom.xml
+++ b/urlconnection/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.zipkin.reporter2</groupId>
     <artifactId>zipkin-reporter-parent</artifactId>
-    <version>2.8.4</version>
+    <version>2.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>zipkin-sender-urlconnection</artifactId>