You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/26 12:04:51 UTC

[camel-karaf] 01/02: Polished

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

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

commit 9504c17eb4e76ca61c1abb710c86ece0c7544beb
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 26 12:06:50 2020 +0100

    Polished
---
 components/camel-osgi-activator/pom.xml                    | 2 +-
 tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-osgi-activator/pom.xml b/components/camel-osgi-activator/pom.xml
index 393205a..e2c173d 100644
--- a/components/camel-osgi-activator/pom.xml
+++ b/components/camel-osgi-activator/pom.xml
@@ -31,7 +31,7 @@
     <artifactId>camel-osgi-activator</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: OSGi Activator</name>
+    <name>Camel Karaf :: OSGi Activator</name>
     <description>Camel OSGi Activator for running Camel routes from other bundles</description>
 
     <properties>
diff --git a/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml b/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml
index 6aeb123..02ff267 100644
--- a/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml
+++ b/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>camel-catalog-generator-karaf-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <name>Camel Karaf Tooling :: Catalog Generator Maven Plugin</name>
+    <name>Camel Karaf :: Tooling :: Catalog Generator Maven Plugin</name>
 
     <properties>
         <maven-version>3.6.3</maven-version>