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 f99f425  Component starters: Added correct name and description for 
more components
f99f425 is described below

commit f99f425c9bb8ef71215df6b2ec8ed5ef9b03d72b
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Dec 7 08:36:07 2020 +0100

    Component starters: Added correct name and description for more components
---
 components-starter/camel-leveldb-legacy-starter/pom.xml           | 4 ++--
 components-starter/camel-minio-starter/pom.xml                    | 4 ++--
 components-starter/camel-oaipmh-starter/pom.xml                   | 4 ++--
 components-starter/camel-opentelemetry-starter/pom.xml            | 4 ++--
 components-starter/camel-rest-openapi-starter/pom.xml             | 4 ++--
 components-starter/camel-undertow-spring-security-starter/pom.xml | 4 ++--
 components-starter/camel-vertx-http-starter/pom.xml               | 4 ++--
 components-starter/camel-vertx-websocket-starter/pom.xml          | 4 ++--
 components-starter/camel-weka-starter/pom.xml                     | 4 ++--
 components-starter/camel-workday-starter/pom.xml                  | 4 ++--
 components-starter/camel-xmlsecurity-starter/pom.xml              | 4 ++--
 11 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/components-starter/camel-leveldb-legacy-starter/pom.xml 
b/components-starter/camel-leveldb-legacy-starter/pom.xml
index 090e224..c63c883 100644
--- a/components-starter/camel-leveldb-legacy-starter/pom.xml
+++ b/components-starter/camel-leveldb-legacy-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-leveldb-legacy-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 :: LevelDB Legacy</name>
+  <description>Spring-Boot Starter for Camel Support for Legacy 
LevelDB</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-minio-starter/pom.xml 
b/components-starter/camel-minio-starter/pom.xml
index 0a9e429..43bd6dc 100644
--- a/components-starter/camel-minio-starter/pom.xml
+++ b/components-starter/camel-minio-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-minio-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 :: Minio</name>
+  <description>Spring-Boot Starter for Camel Support for Minio</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-oaipmh-starter/pom.xml 
b/components-starter/camel-oaipmh-starter/pom.xml
index 31a1804..56de20c 100644
--- a/components-starter/camel-oaipmh-starter/pom.xml
+++ b/components-starter/camel-oaipmh-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-oaipmh-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 :: OAIPMH</name>
+  <description>Spring-Boot Starter for Camel Support for OAIPMH</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-opentelemetry-starter/pom.xml 
b/components-starter/camel-opentelemetry-starter/pom.xml
index 43575d0..ffdc9ae 100644
--- a/components-starter/camel-opentelemetry-starter/pom.xml
+++ b/components-starter/camel-opentelemetry-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-opentelemetry-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 :: OpenTelemetry</name>
+  <description>Spring-Boot Starter for Camel Support for 
Opentelemetry</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-rest-openapi-starter/pom.xml 
b/components-starter/camel-rest-openapi-starter/pom.xml
index 236f928..70e0756 100644
--- a/components-starter/camel-rest-openapi-starter/pom.xml
+++ b/components-starter/camel-rest-openapi-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-rest-openapi-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 :: Rest OpenAPI</name>
+  <description>Spring-Boot Starter for Camel Support for Rest 
OpenAPI</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-undertow-spring-security-starter/pom.xml 
b/components-starter/camel-undertow-spring-security-starter/pom.xml
index 9d78c013..d2462f1 100644
--- a/components-starter/camel-undertow-spring-security-starter/pom.xml
+++ b/components-starter/camel-undertow-spring-security-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-undertow-spring-security-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 :: Undertow Spring Security</name>
+  <description>Spring-Boot Starter for Camel Support for Undertow Spring 
Security</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-vertx-http-starter/pom.xml 
b/components-starter/camel-vertx-http-starter/pom.xml
index 6da41ff..0d6afe3 100644
--- a/components-starter/camel-vertx-http-starter/pom.xml
+++ b/components-starter/camel-vertx-http-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-vertx-http-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 :: Vertx HTTP</name>
+  <description>Spring-Boot Starter for Camel Support for Vertx 
HTTP</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-vertx-websocket-starter/pom.xml 
b/components-starter/camel-vertx-websocket-starter/pom.xml
index cb1db2a..914ac10 100644
--- a/components-starter/camel-vertx-websocket-starter/pom.xml
+++ b/components-starter/camel-vertx-websocket-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-vertx-websocket-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 :: Vertx Websocket</name>
+  <description>Spring-Boot Starter for Camel Support for Vertx 
Websocket</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-weka-starter/pom.xml 
b/components-starter/camel-weka-starter/pom.xml
index cd44bf0..dd75a8d 100644
--- a/components-starter/camel-weka-starter/pom.xml
+++ b/components-starter/camel-weka-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-weka-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 :: Weka</name>
+  <description>Spring-Boot Starter for Camel Support for Weka</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-workday-starter/pom.xml 
b/components-starter/camel-workday-starter/pom.xml
index db11059..6e974b7 100644
--- a/components-starter/camel-workday-starter/pom.xml
+++ b/components-starter/camel-workday-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-workday-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 :: Workday</name>
+  <description>Spring-Boot Starter for Camel Support for Workday</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-xmlsecurity-starter/pom.xml 
b/components-starter/camel-xmlsecurity-starter/pom.xml
index 4246e9a..32f4af4 100644
--- a/components-starter/camel-xmlsecurity-starter/pom.xml
+++ b/components-starter/camel-xmlsecurity-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-xmlsecurity-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 :: XML Security</name>
+  <description>Spring-Boot Starter for Camel Support for XML 
security</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>

Reply via email to