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 1063a9b33e0d03d05f067c58a1438652e32ec9f8 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Dec 7 08:17:07 2020 +0100 Component starters: Added correct name and description for AWS2-* --- components-starter/camel-aws2-iam-starter/pom.xml | 4 ++-- components-starter/camel-aws2-kinesis-starter/pom.xml | 4 ++-- components-starter/camel-aws2-kms-starter/pom.xml | 4 ++-- components-starter/camel-aws2-lambda-starter/pom.xml | 4 ++-- components-starter/camel-aws2-msk-starter/pom.xml | 4 ++-- components-starter/camel-aws2-s3-starter/pom.xml | 4 ++-- components-starter/camel-aws2-sns-starter/pom.xml | 4 ++-- components-starter/camel-aws2-sqs-starter/pom.xml | 4 ++-- components-starter/camel-aws2-sts-starter/pom.xml | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/components-starter/camel-aws2-iam-starter/pom.xml b/components-starter/camel-aws2-iam-starter/pom.xml index dfe3bd8..7066141 100644 --- a/components-starter/camel-aws2-iam-starter/pom.xml +++ b/components-starter/camel-aws2-iam-starter/pom.xml @@ -26,8 +26,8 @@ </parent> <artifactId>camel-aws2-iam-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-IAM</name> + <description>Spring-Boot Starter for Camel Support for AWS IAM Service</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/components-starter/camel-aws2-kinesis-starter/pom.xml b/components-starter/camel-aws2-kinesis-starter/pom.xml index 4edf443..1fb50d3 100644 --- a/components-starter/camel-aws2-kinesis-starter/pom.xml +++ b/components-starter/camel-aws2-kinesis-starter/pom.xml @@ -26,8 +26,8 @@ </parent> <artifactId>camel-aws2-kinesis-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-Kinesis</name> + <description>Spring-Boot Starter for Camel Support for AWS Kinesis Service</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/components-starter/camel-aws2-kms-starter/pom.xml b/components-starter/camel-aws2-kms-starter/pom.xml index a77f6bc..2e49a5a 100644 --- a/components-starter/camel-aws2-kms-starter/pom.xml +++ b/components-starter/camel-aws2-kms-starter/pom.xml @@ -26,8 +26,8 @@ </parent> <artifactId>camel-aws2-kms-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-KMS</name> + <description>Spring-Boot Starter for Camel Support for AWS KMS Service</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/components-starter/camel-aws2-lambda-starter/pom.xml b/components-starter/camel-aws2-lambda-starter/pom.xml index 7aa5904..c27321f 100644 --- a/components-starter/camel-aws2-lambda-starter/pom.xml +++ b/components-starter/camel-aws2-lambda-starter/pom.xml @@ -26,8 +26,8 @@ </parent> <artifactId>camel-aws2-lambda-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-Lambda</name> + <description>Spring-Boot Starter for Camel Support for AWS Lambda Service</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/components-starter/camel-aws2-msk-starter/pom.xml b/components-starter/camel-aws2-msk-starter/pom.xml index 5372ef2..0190324 100644 --- a/components-starter/camel-aws2-msk-starter/pom.xml +++ b/components-starter/camel-aws2-msk-starter/pom.xml @@ -26,8 +26,8 @@ </parent> <artifactId>camel-aws2-msk-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-MSK</name> + <description>Spring-Boot Starter for Camel Support for AWS MSK Service</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/components-starter/camel-aws2-s3-starter/pom.xml b/components-starter/camel-aws2-s3-starter/pom.xml index d5c47cf..a49e6f2 100644 --- a/components-starter/camel-aws2-s3-starter/pom.xml +++ b/components-starter/camel-aws2-s3-starter/pom.xml @@ -26,8 +26,8 @@ </parent> <artifactId>camel-aws2-s3-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-S3</name> + <description>Spring-Boot Starter for Camel Support for AWS S3 Service</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/components-starter/camel-aws2-sns-starter/pom.xml b/components-starter/camel-aws2-sns-starter/pom.xml index 17b5218..93d7a73 100644 --- a/components-starter/camel-aws2-sns-starter/pom.xml +++ b/components-starter/camel-aws2-sns-starter/pom.xml @@ -26,8 +26,8 @@ </parent> <artifactId>camel-aws2-sns-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-SNS</name> + <description>Spring-Boot Starter for Camel Support for AWS SNS Service</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/components-starter/camel-aws2-sqs-starter/pom.xml b/components-starter/camel-aws2-sqs-starter/pom.xml index abc2a83..ce96bc2 100644 --- a/components-starter/camel-aws2-sqs-starter/pom.xml +++ b/components-starter/camel-aws2-sqs-starter/pom.xml @@ -26,8 +26,8 @@ </parent> <artifactId>camel-aws2-sqs-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-SQS</name> + <description>Spring-Boot Starter for Camel Support for AWS SQS Service</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/components-starter/camel-aws2-sts-starter/pom.xml b/components-starter/camel-aws2-sts-starter/pom.xml index 234ab25..b3148b9 100644 --- a/components-starter/camel-aws2-sts-starter/pom.xml +++ b/components-starter/camel-aws2-sts-starter/pom.xml @@ -26,8 +26,8 @@ </parent> <artifactId>camel-aws2-sts-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-STS</name> + <description>Spring-Boot Starter for Camel Support for AWS STS Service</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId>