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 eb8827de1e8a82a240317c53b67cbf0fb121bf5a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jan 29 14:16:23 2021 +0100

    CAMEL-16107 - Deprecate Camel-AWS-* components in favor of Camel-AWS2-* 
ones, SNS, SQS, SWF and Translate
---
 components/camel-aws-sns/pom.xml       | 3 ++-
 components/camel-aws-sqs/pom.xml       | 3 ++-
 components/camel-aws-swf/pom.xml       | 3 ++-
 components/camel-aws-translate/pom.xml | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/components/camel-aws-sns/pom.xml b/components/camel-aws-sns/pom.xml
index 9d77cd2..0269a54 100644
--- a/components/camel-aws-sns/pom.xml
+++ b/components/camel-aws-sns/pom.xml
@@ -29,10 +29,11 @@
     <artifactId>camel-aws-sns</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: AWS SNS</name>
+    <name>Camel :: AWS SNS (deprecated)</name>
     <description>A Camel Amazon SNS Web Service Component</description>
 
     <properties>
+        <deprecatedSince>3.8.0</deprecatedSince>
     </properties>
 
     <dependencies>
diff --git a/components/camel-aws-sqs/pom.xml b/components/camel-aws-sqs/pom.xml
index 6bbd9fb..f580655 100644
--- a/components/camel-aws-sqs/pom.xml
+++ b/components/camel-aws-sqs/pom.xml
@@ -29,10 +29,11 @@
     <artifactId>camel-aws-sqs</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: AWS SQS</name>
+    <name>Camel :: AWS SQS (deprecated)</name>
     <description>A Camel Amazon SQS Web Service Component</description>
 
     <properties>
+        <deprecatedSince>3.8.0</deprecatedSince>
     </properties>
 
     <dependencies>
diff --git a/components/camel-aws-swf/pom.xml b/components/camel-aws-swf/pom.xml
index 5bb92fe..f0e3829 100644
--- a/components/camel-aws-swf/pom.xml
+++ b/components/camel-aws-swf/pom.xml
@@ -29,10 +29,11 @@
     <artifactId>camel-aws-swf</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: AWS SWF</name>
+    <name>Camel :: AWS SWF (deprecated)</name>
     <description>A Camel Amazon SWF Web Service Component</description>
 
     <properties>
+        <deprecatedSince>3.8.0</deprecatedSince>
     </properties>
 
     <dependencies>
diff --git a/components/camel-aws-translate/pom.xml 
b/components/camel-aws-translate/pom.xml
index bb9e7d2..7cc45ae 100644
--- a/components/camel-aws-translate/pom.xml
+++ b/components/camel-aws-translate/pom.xml
@@ -29,10 +29,11 @@
     <artifactId>camel-aws-translate</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: AWS Translate</name>
+    <name>Camel :: AWS Translate (deprecated)</name>
     <description>A Camel Amazon Translate Web Service Component</description>
 
     <properties>
+        <deprecatedSince>3.8.0</deprecatedSince>
     </properties>
 
     <dependencies>

Reply via email to