You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/03/06 09:51:24 UTC

[cxf] branch master updated: Bumps to latest brave (#647)

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

coheigea 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 de81796  Bumps to latest brave (#647)
de81796 is described below

commit de817963ee76778478413917f71aa8e62e221b11
Author: Adrian Cole <ad...@users.noreply.github.com>
AuthorDate: Fri Mar 6 17:51:14 2020 +0800

    Bumps to latest brave (#647)
    
    * Bumps to latest brave
    
    * older zipkin
---
 distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml | 2 +-
 parent/pom.xml                                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
index 82bfaa9..4a3918d 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
-        <cxf.brave.version>5.9.4</cxf.brave.version>
+        <cxf.brave.version>5.10.1</cxf.brave.version>
     </properties>
     <profiles>
         <profile>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2980dbf..96803ff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -89,7 +89,7 @@
         <cxf.atmosphere.version>2.5.2</cxf.atmosphere.version>
         <cxf.bcprov.version>1.64</cxf.bcprov.version>
         <cxf.brave.reporter.version>2.12.1</cxf.brave.reporter.version>
-        <cxf.brave.version>5.9.4</cxf.brave.version>
+        <cxf.brave.version>5.10.1</cxf.brave.version>
         <cxf.brave.zipkin.version>2.19.3</cxf.brave.zipkin.version>
         <cxf.cda.api.osgi.range>[1.1,2)</cxf.cda.api.osgi.range>
         <cxf.cdi.api.version>2.0</cxf.cdi.api.version>