You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2020/09/08 01:31:30 UTC

[cxf] branch master updated: Updating to Jaeger Java Client 1.4.0 (unblocks JDK16-ea builds)

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cfc8d0  Updating to Jaeger Java Client 1.4.0 (unblocks JDK16-ea builds)
7cfc8d0 is described below

commit 7cfc8d07e1175c35877e7368f020db0749a78fab
Author: reta <dr...@gmail.com>
AuthorDate: Mon Sep 7 21:29:37 2020 -0400

    Updating to Jaeger Java Client 1.4.0 (unblocks JDK16-ea builds)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b0168ee..c2ac0a9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -130,7 +130,7 @@
         <cxf.jackson.version>2.11.2</cxf.jackson.version>
         <cxf.jackson.databind.version>2.11.2</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
-        <cxf.jaeger.version>1.3.2</cxf.jaeger.version>
+        <cxf.jaeger.version>1.4.0</cxf.jaeger.version>
         <cxf.jakarta.activation.version>1.2.2</cxf.jakarta.activation.version>
         <cxf.jakarta.soapapi.version>1.4.2</cxf.jakarta.soapapi.version>
         <cxf.jakarta.jwsapi.version>2.1.0</cxf.jakarta.jwsapi.version>