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.git
commit bcfba1112d7054078868fd8baa06a5066b037920 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 29 14:14:32 2021 +0100 CAMEL-16107 - Deprecate Camel-AWS-* components in favor of Camel-AWS2-* ones, MQ, MSK, SDB and SES --- components/camel-aws-mq/pom.xml | 3 ++- components/camel-aws-msk/pom.xml | 3 ++- components/camel-aws-sdb/pom.xml | 3 ++- components/camel-aws-ses/pom.xml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/components/camel-aws-mq/pom.xml b/components/camel-aws-mq/pom.xml index 78d0031..b43e227 100644 --- a/components/camel-aws-mq/pom.xml +++ b/components/camel-aws-mq/pom.xml @@ -29,10 +29,11 @@ <artifactId>camel-aws-mq</artifactId> <packaging>jar</packaging> - <name>Camel :: AWS MQ</name> + <name>Camel :: AWS MQ (deprecated)</name> <description>A Camel Amazon MQ Web Service Component</description> <properties> + <deprecatedSince>3.8.0</deprecatedSince> </properties> <dependencies> diff --git a/components/camel-aws-msk/pom.xml b/components/camel-aws-msk/pom.xml index 6a3375f..aefe803 100644 --- a/components/camel-aws-msk/pom.xml +++ b/components/camel-aws-msk/pom.xml @@ -29,10 +29,11 @@ <artifactId>camel-aws-msk</artifactId> <packaging>jar</packaging> - <name>Camel :: AWS MSK</name> + <name>Camel :: AWS MSK (deprecated)</name> <description>A Camel Amazon MSK Web Service Component</description> <properties> + <deprecatedSince>3.8.0</deprecatedSince> </properties> <dependencies> diff --git a/components/camel-aws-sdb/pom.xml b/components/camel-aws-sdb/pom.xml index 0e0ed5a..20164ec 100644 --- a/components/camel-aws-sdb/pom.xml +++ b/components/camel-aws-sdb/pom.xml @@ -29,10 +29,11 @@ <artifactId>camel-aws-sdb</artifactId> <packaging>jar</packaging> - <name>Camel :: AWS SDB</name> + <name>Camel :: AWS SDB (deprecated)</name> <description>A Camel Amazon SDB Web Service Component</description> <properties> + <deprecatedSince>3.8.0</deprecatedSince> </properties> <dependencies> diff --git a/components/camel-aws-ses/pom.xml b/components/camel-aws-ses/pom.xml index 066c59c..c9e6bdf 100644 --- a/components/camel-aws-ses/pom.xml +++ b/components/camel-aws-ses/pom.xml @@ -29,10 +29,11 @@ <artifactId>camel-aws-ses</artifactId> <packaging>jar</packaging> - <name>Camel :: AWS SES</name> + <name>Camel :: AWS SES (deprecated)</name> <description>A Camel Amazon SES Web Service Component</description> <properties> + <deprecatedSince>3.8.0</deprecatedSince> </properties> <dependencies>