You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2016/08/22 19:44:25 UTC

camel git commit: Fix Camel Chronicle component Maven name discrepancy

Repository: camel
Updated Branches:
  refs/heads/master 206d64a8b -> 472d9cfd5


Fix Camel Chronicle component Maven name discrepancy


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

Branch: refs/heads/master
Commit: 472d9cfd583ec67f2d5abf2825cb8534aca10974
Parents: 206d64a
Author: Antonin Stefanutti <an...@stefanutti.fr>
Authored: Mon Aug 22 21:44:16 2016 +0200
Committer: Antonin Stefanutti <an...@stefanutti.fr>
Committed: Mon Aug 22 21:44:16 2016 +0200

----------------------------------------------------------------------
 components-starter/camel-chronicle-starter/pom.xml | 2 +-
 components/camel-chronicle/pom.xml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/472d9cfd/components-starter/camel-chronicle-starter/pom.xml
----------------------------------------------------------------------
diff --git a/components-starter/camel-chronicle-starter/pom.xml b/components-starter/camel-chronicle-starter/pom.xml
index cd0a3eb..a664811 100644
--- a/components-starter/camel-chronicle-starter/pom.xml
+++ b/components-starter/camel-chronicle-starter/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <artifactId>camel-chronicle-starter</artifactId>
     <packaging>jar</packaging>
-    <name>Spring-Boot Starter :: Camel : Chronicle</name>
+    <name>Spring-Boot Starter :: Camel :: Chronicle</name>
     <description>Spring-Boot Starter for Camel Chronicle support</description>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/472d9cfd/components/camel-chronicle/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-chronicle/pom.xml b/components/camel-chronicle/pom.xml
index c37cc49..da1ad73 100644
--- a/components/camel-chronicle/pom.xml
+++ b/components/camel-chronicle/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>camel-chronicle</artifactId>
-  <name>Camel : Chronicle</name>
+  <name>Camel :: Chronicle</name>
   <description>Camel Chronicle support</description>
 
   <properties>