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 2021/01/29 13:56:02 UTC

[camel] 10/17: CAMEL-16107 - Deprecate Camel-AWS-* components in favor of Camel-AWS2-* ones, Camel-AWS-EC2

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 fdfd68ea6fafde92b7026cecbba56e6322d3a0ad
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 29 14:09:36 2021 +0100

    CAMEL-16107 - Deprecate Camel-AWS-* components in favor of Camel-AWS2-* ones, Camel-AWS-EC2
---
 components/camel-aws-ec2/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-aws-ec2/pom.xml b/components/camel-aws-ec2/pom.xml
index 0aa86aa..814a705 100644
--- a/components/camel-aws-ec2/pom.xml
+++ b/components/camel-aws-ec2/pom.xml
@@ -29,10 +29,11 @@
     <artifactId>camel-aws-ec2</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: AWS EC2</name>
+    <name>Camel :: AWS EC2 (deprecated)</name>
     <description>A Camel Amazon EC2 Web Service Component</description>
 
     <properties>
+        <deprecatedSince>3.8.0</deprecatedSince>
     </properties>
 
     <dependencies>