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:03 UTC

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

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

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

diff --git a/components/camel-aws-ecs/pom.xml b/components/camel-aws-ecs/pom.xml
index 9b03ee5..c0af589 100644
--- a/components/camel-aws-ecs/pom.xml
+++ b/components/camel-aws-ecs/pom.xml
@@ -29,10 +29,11 @@
     <artifactId>camel-aws-ecs</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: AWS ECS</name>
+    <name>Camel :: AWS ECS (deprecated)</name>
     <description>A Camel Amazon ECS Web Service Component</description>
 
     <properties>
+        <deprecatedSince>3.8.0</deprecatedSince>
     </properties>
 
     <dependencies>