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 72e9c60  Component starters: Added correct name and description for 
AWS2-*
72e9c60 is described below

commit 72e9c609f36e5615e1c2f040ca3272188cc7ca90
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Dec 7 08:18:27 2020 +0100

    Component starters: Added correct name and description for AWS2-*
---
 components-starter/camel-aws2-mq-starter/pom.xml        | 4 ++--
 components-starter/camel-aws2-ses-starter/pom.xml       | 4 ++--
 components-starter/camel-aws2-translate-starter/pom.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components-starter/camel-aws2-mq-starter/pom.xml 
b/components-starter/camel-aws2-mq-starter/pom.xml
index ee08316..b7692b7 100644
--- a/components-starter/camel-aws2-mq-starter/pom.xml
+++ b/components-starter/camel-aws2-mq-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-aws2-mq-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 :: AWS2-MQ</name>
+  <description>Spring-Boot Starter for Camel Support for AWS MQ 
Service</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-aws2-ses-starter/pom.xml 
b/components-starter/camel-aws2-ses-starter/pom.xml
index 6f5b68d..f6a3e6c 100644
--- a/components-starter/camel-aws2-ses-starter/pom.xml
+++ b/components-starter/camel-aws2-ses-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-aws2-ses-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 :: AWS2-SES</name>
+  <description>Spring-Boot Starter for Camel Support for AWS SES 
Service</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-aws2-translate-starter/pom.xml 
b/components-starter/camel-aws2-translate-starter/pom.xml
index b3f2d02..ae52e95 100644
--- a/components-starter/camel-aws2-translate-starter/pom.xml
+++ b/components-starter/camel-aws2-translate-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-aws2-translate-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 :: AWS2-Translate</name>
+  <description>Spring-Boot Starter for Camel Support for AWS Translate 
Service</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>

Reply via email to