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/14 11:13:31 UTC

[incubator-zipkin-reporter-java] branch master updated: syncs latest zipkin

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


The following commit(s) were added to refs/heads/master by this push:
     new c05be03  syncs latest zipkin
c05be03 is described below

commit c05be0343dd49bcf75abb321abd6f632da3bdc20
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Fri Jun 14 19:13:21 2019 +0800

    syncs latest zipkin
---
 bom/pom.xml | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 03e2c72..4f64bc1 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -11,7 +11,7 @@
   <properties>
     <main.basedir>${project.basedir}/..</main.basedir>
     <!-- use the same value in ../pom.xml -->
-    <zipkin.version>2.14.1</zipkin.version>
+    <zipkin.version>2.14.2</zipkin.version>
   </properties>
 
   <url>https://github.com/openzipkin/zipkin-reporter-java</url>
diff --git a/pom.xml b/pom.xml
index c55ca5e..c66d1ef 100755
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <errorprone.args />
 
     <!-- use the same value in bom/pom.xml -->
-    <zipkin.version>2.14.1</zipkin.version>
+    <zipkin.version>2.14.2</zipkin.version>
     <license-maven-plugin.version>3.0</license-maven-plugin.version>
     <maven-failsafe-plugin.version>3.0.0-M3</maven-failsafe-plugin.version>
   </properties>