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 2021/04/19 05:30:18 UTC

[camel] 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.git


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

commit 9d1cf8339de956b3abe67a4812f92f71432dceaf
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Apr 19 07:29:38 2021 +0200

    Polished
---
 components/camel-microprofile/camel-microprofile-config/pom.xml         | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-microprofile/camel-microprofile-health/pom.xml         | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-microprofile/camel-microprofile-metrics/pom.xml        | 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/camel-microprofile/camel-microprofile-config/pom.xml b/components/camel-microprofile/camel-microprofile-config/pom.xml
index 9f3f7a3..b2d729d 100644
--- a/components/camel-microprofile/camel-microprofile-config/pom.xml
+++ b/components/camel-microprofile/camel-microprofile-config/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>camel-microprofile-config</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: MicroProfile Config</name>
+    <name>Camel :: MicroProfile :: Config</name>
     <description>Bridging Eclipse MicroProfile Config with Camel properties</description>
 
     <properties>
diff --git a/components/camel-microprofile/camel-microprofile-config/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-microprofile/camel-microprofile-config/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 2c7fc23..94e93c0 100644
--- a/components/camel-microprofile/camel-microprofile-config/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-microprofile/camel-microprofile-config/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -3,5 +3,5 @@ name=microprofile-config
 groupId=org.apache.camel
 artifactId=camel-microprofile-config
 version=3.10.0-SNAPSHOT
-projectName=Camel :: MicroProfile Config
+projectName=Camel :: MicroProfile :: Config
 projectDescription=Bridging Eclipse MicroProfile Config with Camel properties
diff --git a/components/camel-microprofile/camel-microprofile-health/pom.xml b/components/camel-microprofile/camel-microprofile-health/pom.xml
index 6c6f1a4..d13edda 100644
--- a/components/camel-microprofile/camel-microprofile-health/pom.xml
+++ b/components/camel-microprofile/camel-microprofile-health/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>camel-microprofile-health</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: MicroProfile Health</name>
+    <name>Camel :: MicroProfile :: Health</name>
     <description>Bridging Eclipse MicroProfile Health with Camel health checks</description>
 
     <properties>
diff --git a/components/camel-microprofile/camel-microprofile-health/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-microprofile/camel-microprofile-health/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 9820a3b..6b9c289 100644
--- a/components/camel-microprofile/camel-microprofile-health/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-microprofile/camel-microprofile-health/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -3,5 +3,5 @@ name=microprofile-health
 groupId=org.apache.camel
 artifactId=camel-microprofile-health
 version=3.10.0-SNAPSHOT
-projectName=Camel :: MicroProfile Health
+projectName=Camel :: MicroProfile :: Health
 projectDescription=Bridging Eclipse MicroProfile Health with Camel health checks
diff --git a/components/camel-microprofile/camel-microprofile-metrics/pom.xml b/components/camel-microprofile/camel-microprofile-metrics/pom.xml
index bbecb35..ffcb754 100644
--- a/components/camel-microprofile/camel-microprofile-metrics/pom.xml
+++ b/components/camel-microprofile/camel-microprofile-metrics/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>camel-microprofile-metrics</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: MicroProfile Metrics</name>
+    <name>Camel :: MicroProfile :: Metrics</name>
     <description>Camel metrics exposed with Eclipse MicroProfile Metrics</description>
 
     <properties>
diff --git a/components/camel-microprofile/camel-microprofile-metrics/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-microprofile/camel-microprofile-metrics/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 9a4a752..8d66f85 100644
--- a/components/camel-microprofile/camel-microprofile-metrics/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-microprofile/camel-microprofile-metrics/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -3,5 +3,5 @@ components=microprofile-metrics
 groupId=org.apache.camel
 artifactId=camel-microprofile-metrics
 version=3.10.0-SNAPSHOT
-projectName=Camel :: MicroProfile Metrics
+projectName=Camel :: MicroProfile :: Metrics
 projectDescription=Camel metrics exposed with Eclipse MicroProfile Metrics