You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/12/07 07:17:25 UTC

[camel-spring-boot] 01/03: Component starters: Added correct name and description for AWS2-*

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

commit 0a75810714be010a66eb6a24448cece194f5e91d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 7 08:13:06 2020 +0100

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

diff --git a/components-starter/camel-aws2-ecs-starter/pom.xml b/components-starter/camel-aws2-ecs-starter/pom.xml
index 045a4b2..e09fc3c 100644
--- a/components-starter/camel-aws2-ecs-starter/pom.xml
+++ b/components-starter/camel-aws2-ecs-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-aws2-ecs-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-ECS</name>
+  <description>Spring-Boot Starter for Camel Support for AWS ECS Service</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-aws2-eks-starter/pom.xml b/components-starter/camel-aws2-eks-starter/pom.xml
index eb2d18f..54ffc0a 100644
--- a/components-starter/camel-aws2-eks-starter/pom.xml
+++ b/components-starter/camel-aws2-eks-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-aws2-eks-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-EKS</name>
+  <description>Spring-Boot Starter for Camel Support for AWS EKS Service</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-aws2-eventbridge-starter/pom.xml b/components-starter/camel-aws2-eventbridge-starter/pom.xml
index 2f0bf21..da9a32e 100644
--- a/components-starter/camel-aws2-eventbridge-starter/pom.xml
+++ b/components-starter/camel-aws2-eventbridge-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-aws2-eventbridge-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-Event</name>
+  <description>Spring-Boot Starter for Camel Support for AWS EC2 Service</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>