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/24 09:57:08 UTC

[camel-karaf] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new 6353429  Polished
6353429 is described below

commit 63534297f007f87009b9074efd1b7ce5ef463c93
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 24 10:56:55 2020 +0100

    Polished
---
 catalog/camel-catalog-provider-karaf/pom.xml                          | 2 +-
 catalog/pom.xml                                                       | 2 --
 components/camel-kura/pom.xml                                         | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties     | 2 +-
 components/camel-paxlogging/pom.xml                                   | 4 ++--
 .../resources/META-INF/services/org/apache/camel/component.properties | 4 ++--
 platforms/karaf/commands/pom.xml                                      | 2 +-
 platforms/karaf/features/pom.xml                                      | 2 +-
 platforms/karaf/pom.xml                                               | 2 +-
 tooling/camel-karaf-docs-maven-plugin/pom.xml                         | 2 +-
 tooling/pom.xml                                                       | 2 +-
 11 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/catalog/camel-catalog-provider-karaf/pom.xml b/catalog/camel-catalog-provider-karaf/pom.xml
index 5a2ea9a..4056c29 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-catalog-provider-karaf</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Catalog :: Provider Karaf</name>
+    <name>Camel Karaf :: Catalog :: Provider Karaf</name>
     <description>Camel Catalog Karaf</description>
 
     <properties>
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 3f51fb5..96426a8 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -28,10 +28,8 @@
         <relativePath>..</relativePath>
     </parent>
 
-    <groupId>org.apache.camel.karaf</groupId>
     <artifactId>catalog</artifactId>
     <name>Camel Karaf :: Catalog</name>
-    <description>Camel Karaf Catalog</description>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/components/camel-kura/pom.xml b/components/camel-kura/pom.xml
index 8b1f4af..6c8060b 100644
--- a/components/camel-kura/pom.xml
+++ b/components/camel-kura/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>camel-kura</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Kura</name>
+    <name>Camel Karaf :: Kura</name>
     <description>Using Camel with Eclipse Kura (OSGi)</description>
 
     <properties>
diff --git a/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 840e6a5..ea25381 100644
--- a/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -3,5 +3,5 @@ name=kura
 groupId=org.apache.camel.karaf
 artifactId=camel-kura
 version=3.2.0-SNAPSHOT
-projectName=Camel :: Kura
+projectName=Camel Karaf :: Kura
 projectDescription=Using Camel with Eclipse Kura (OSGi)
diff --git a/components/camel-paxlogging/pom.xml b/components/camel-paxlogging/pom.xml
index 6a28700..58e30ce 100644
--- a/components/camel-paxlogging/pom.xml
+++ b/components/camel-paxlogging/pom.xml
@@ -28,8 +28,8 @@
 
     <artifactId>camel-paxlogging</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Pax Logging</name>
-    <description>Camel OSGi PaxLogging support</description>
+    <name>Camel Karaf :: Pax Logging</name>
+    <description>Camel OSGi Pax Logging support</description>
 
     <properties>
     </properties>
diff --git a/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 710d8f4..1dfc6ac 100644
--- a/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -3,5 +3,5 @@ components=paxlogging
 groupId=org.apache.camel.karaf
 artifactId=camel-paxlogging
 version=3.2.0-SNAPSHOT
-projectName=Camel :: Pax Logging
-projectDescription=Camel OSGi PaxLogging support
+projectName=Camel Karaf :: Pax Logging
+projectDescription=Camel OSGi Pax Logging support
diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index 9e3e45f..5c2e2fb 100644
--- a/platforms/karaf/commands/pom.xml
+++ b/platforms/karaf/commands/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.camel.karaf</groupId>
     <artifactId>camel-karaf-commands</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Platforms :: Apache Karaf :: Commands</name>
+    <name>Camel Karaf :: Platforms :: Commands</name>
 
     <properties>
         <!-- use by camel-catalog -->
diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index 8afc20a..4a8ef91 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.apache.camel.karaf</groupId>
     <artifactId>apache-camel</artifactId>
     <packaging>pom</packaging>
-    <name>Camel :: Platforms :: Apache Karaf :: Features</name>
+    <name>Camel Karaf :: Platforms :: Features</name>
 
     <properties>
         <features.file>features.xml</features.file>
diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml
index 6ce2f4c..0876b1f 100644
--- a/platforms/karaf/pom.xml
+++ b/platforms/karaf/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>karaf-platform</artifactId>
     <packaging>pom</packaging>
-    <name>Camel Karaf :: Platforms :: Karaf</name>
+    <name>Camel Karaf :: Platforms :: Parent</name>
 
     <modules>
         <module>commands</module>
diff --git a/tooling/camel-karaf-docs-maven-plugin/pom.xml b/tooling/camel-karaf-docs-maven-plugin/pom.xml
index ff5517f..0cc1bd7 100644
--- a/tooling/camel-karaf-docs-maven-plugin/pom.xml
+++ b/tooling/camel-karaf-docs-maven-plugin/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>camel-karaf-docs-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <name>Camel Karaf Tooling :: Docs Maven Plugin</name>
+    <name>Camel Karaf :: Tooling :: Docs Maven Plugin</name>
 
     <properties>
         <maven-version>3.6.3</maven-version>
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 86e90c9..b3e9242 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>tooling</artifactId>
     <packaging>pom</packaging>
-    <name>Camel Karaf Tooling</name>
+    <name>Camel Karaf :: Tooling</name>
 
     <modules>
         <module>camel-karaf-docs-maven-plugin</module>