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

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

commit a6b4e5272743e5844f2651785ae0ce5935ebac82
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Sep 25 13:18:15 2019 +0200

    CAMEL-14015 - Camel-Zipkin: Going back to non-ASF artifacts
---
 components/camel-zipkin/src/main/docs/zipkin.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-zipkin/src/main/docs/zipkin.adoc 
b/components/camel-zipkin/src/main/docs/zipkin.adoc
index 0aa85fd..84dabd4 100644
--- a/components/camel-zipkin/src/main/docs/zipkin.adoc
+++ b/components/camel-zipkin/src/main/docs/zipkin.adoc
@@ -130,7 +130,7 @@ To enable camel-zipkin you need to configure first
 ----
 ZipkinTracer zipkin = new ZipkinTracer();
 // Configure a reporter, which controls how often spans are sent
-//   (the dependency is org.apache.zipkin.reporter2:zipkin-sender-okhttp3)
+//   (the dependency is io.zipkin.reporter2:zipkin-sender-okhttp3)
 sender = OkHttpSender.create("http://127.0.0.1:9411/api/v2/spans";);
 zipkin.setSpanReporter(AsyncReporter.create(sender));
 // and then add zipkin to the CamelContext
@@ -146,7 +146,7 @@ zipkin tracer beans. Camel will automatically discover and 
use them.
 [source,xml]
 ----
   <!-- configure how to reporter spans to a Zipkin collector
-          (the dependency is 
org.apache.zipkin.reporter2:zipkin-reporter-spring-beans) -->
+          (the dependency is io.zipkin.reporter2:zipkin-reporter-spring-beans) 
-->
   <bean id="http" class="zipkin2.reporter.beans.AsyncReporterFactoryBean">
     <property name="sender">
       <bean id="sender" class="zipkin2.reporter.beans.OkHttpSenderFactoryBean">

Reply via email to