You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2017/06/14 07:42:35 UTC

camel git commit: CAMEL-11407 camel-opentracing loggingtracer needs to build before client

Repository: camel
Updated Branches:
  refs/heads/master 3b5806bdf -> 2e3b2bdfd


CAMEL-11407 camel-opentracing loggingtracer needs to build before client


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2e3b2bdf
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2e3b2bdf
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2e3b2bdf

Branch: refs/heads/master
Commit: 2e3b2bdfd67b34d1862cd56cfff453962fe54328
Parents: 3b5806b
Author: Tom Cunningham <tc...@redhat.com>
Authored: Wed Jun 14 00:11:58 2017 -0400
Committer: Zoran Regvart <zr...@apache.org>
Committed: Wed Jun 14 09:40:13 2017 +0200

----------------------------------------------------------------------
 examples/camel-example-opentracing/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2e3b2bdf/examples/camel-example-opentracing/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-opentracing/pom.xml b/examples/camel-example-opentracing/pom.xml
index ab541e6..8e2b714 100644
--- a/examples/camel-example-opentracing/pom.xml
+++ b/examples/camel-example-opentracing/pom.xml
@@ -39,10 +39,10 @@
   </properties>
 
   <modules>
+    <module>loggingtracer</module>
     <module>client</module>
     <module>service1</module>
     <module>service2</module>
-    <module>loggingtracer</module>
   </modules>
 
 </project>