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 6cee6ab25582c371516d6d0319ac635555e37bb9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 29 14:11:28 2021 +0100 CAMEL-16107 - Deprecate Camel-AWS-* components in favor of Camel-AWS2-* ones, CAMEL-AWS-EKS --- components/camel-aws-eks/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/camel-aws-eks/pom.xml b/components/camel-aws-eks/pom.xml index bc31c0c6..7ce8a5a 100644 --- a/components/camel-aws-eks/pom.xml +++ b/components/camel-aws-eks/pom.xml @@ -29,10 +29,11 @@ <artifactId>camel-aws-eks</artifactId> <packaging>jar</packaging> - <name>Camel :: AWS EKS</name> + <name>Camel :: AWS EKS (deprecated)</name> <description>A Camel Amazon EKS Web Service Component</description> <properties> + <deprecatedSince>3.8.0</deprecatedSince> </properties> <dependencies>