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/05/03 23:53:23 UTC

[incubator-zipkin] branch master updated: Moves to apache layout factory dist (#2533)

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


The following commit(s) were added to refs/heads/master by this push:
     new f6773e3  Moves to apache layout factory dist (#2533)
f6773e3 is described below

commit f6773e3a6fff12916afa098c9d98f755aeb0ef22
Author: Adrian Cole <ad...@users.noreply.github.com>
AuthorDate: Sat May 4 07:53:17 2019 +0800

    Moves to apache layout factory dist (#2533)
---
 pom.xml                                        | 2 +-
 zipkin-autoconfigure/collector-kafka08/pom.xml | 2 +-
 zipkin-autoconfigure/collector-scribe/pom.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index df521e2..e0a8c4c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     <maven-shade-plugin.version>3.2.1</maven-shade-plugin.version>
     <maven-failsafe-plugin.version>3.0.0-M3</maven-failsafe-plugin.version>
     <maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version>
-    <zipkin-layout-factory.version>0.0.4</zipkin-layout-factory.version>
+    <zipkin-layout-factory.version>0.0.5</zipkin-layout-factory.version>
   </properties>
 
   <name>Zipkin (Parent)</name>
diff --git a/zipkin-autoconfigure/collector-kafka08/pom.xml b/zipkin-autoconfigure/collector-kafka08/pom.xml
index 60697fc..7d384ab 100644
--- a/zipkin-autoconfigure/collector-kafka08/pom.xml
+++ b/zipkin-autoconfigure/collector-kafka08/pom.xml
@@ -93,7 +93,7 @@
         </configuration>
         <dependencies>
           <dependency>
-            <groupId>io.zipkin.layout</groupId>
+            <groupId>org.apache.zipkin.layout</groupId>
             <artifactId>zipkin-layout-factory</artifactId>
             <version>${zipkin-layout-factory.version}</version>
           </dependency>
diff --git a/zipkin-autoconfigure/collector-scribe/pom.xml b/zipkin-autoconfigure/collector-scribe/pom.xml
index 0cbe6dc..d0adc1b 100644
--- a/zipkin-autoconfigure/collector-scribe/pom.xml
+++ b/zipkin-autoconfigure/collector-scribe/pom.xml
@@ -80,7 +80,7 @@
         </configuration>
         <dependencies>
           <dependency>
-            <groupId>io.zipkin.layout</groupId>
+            <groupId>org.apache.zipkin.layout</groupId>
             <artifactId>zipkin-layout-factory</artifactId>
             <version>${zipkin-layout-factory.version}</version>
           </dependency>