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