This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new 00deb6f Component starters: Added correct name and description for
ArangoDB
00deb6f is described below
commit 00deb6f4ea87f2354d753b84fe0cc002a9819ec1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Dec 7 07:56:10 2020 +0100
Component starters: Added correct name and description for ArangoDB
---
components-starter/camel-arangodb-starter/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components-starter/camel-arangodb-starter/pom.xml
b/components-starter/camel-arangodb-starter/pom.xml
index cac8a2f..dbb3a7f 100644
--- a/components-starter/camel-arangodb-starter/pom.xml
+++ b/components-starter/camel-arangodb-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-arangodb-starter</artifactId>
<packaging>jar</packaging>
- <!-- <name>Camel Spring Boot :: Starters :: Dozer</name>-->
- <!-- <description>Spring-Boot Starter for Camel Support for the Dozer
type conversion framework</description>-->
+ <name>Camel SB Starters :: ArangoDB</name>
+ <description>Spring-Boot Starter for Camel Support for ArangoDB</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>