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/10/19 18:03:03 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 a201f04  Polished
a201f04 is described below

commit a201f04e5aedafe2a2b40738fd2d64bdeaa42912
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Oct 19 20:02:26 2020 +0200

    Polished
---
 components/camel-arangodb/pom.xml                                     | 4 ++--
 .../resources/META-INF/services/org/apache/camel/component.properties | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/camel-arangodb/pom.xml b/components/camel-arangodb/pom.xml
index b1999c3..9999380 100644
--- a/components/camel-arangodb/pom.xml
+++ b/components/camel-arangodb/pom.xml
@@ -32,8 +32,8 @@
     <artifactId>camel-arangodb</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel ArangoDb Component</name>
-    <description>Camel ArangoDb (Java Driver) component</description>
+    <name>Camel :: ArangoDB</name>
+    <description>Camel ArangoDB (Java Driver) component</description>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/components/camel-arangodb/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-arangodb/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 66fd7d2..282dd28 100644
--- a/components/camel-arangodb/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-arangodb/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -3,5 +3,5 @@ components=arangodb
 groupId=org.apache.camel
 artifactId=camel-arangodb
 version=3.7.0-SNAPSHOT
-projectName=Camel ArangoDb Component
-projectDescription=Camel ArangoDb (Java Driver) component
+projectName=Camel :: ArangoDB
+projectDescription=Camel ArangoDB (Java Driver) component