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 2023/10/17 13:50:36 UTC

[camel] branch main updated: CAMEL-19973 - Camel-AWS components: Revisit description - DynamoDB component (#11740)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 0b61318e300 CAMEL-19973 - Camel-AWS components: Revisit description - DynamoDB component (#11740)
0b61318e300 is described below

commit 0b61318e300890f74d574f48376a656e87fa432b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 17 15:50:28 2023 +0200

    CAMEL-19973 - Camel-AWS components: Revisit description - DynamoDB component (#11740)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-aws/camel-aws2-ddb/pom.xml                             | 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-aws/camel-aws2-ddb/pom.xml b/components/camel-aws/camel-aws2-ddb/pom.xml
index ee0fb212ba5..4b3350684d3 100644
--- a/components/camel-aws/camel-aws2-ddb/pom.xml
+++ b/components/camel-aws/camel-aws2-ddb/pom.xml
@@ -30,7 +30,7 @@
     <packaging>jar</packaging>
 
     <name>Camel :: AWS2 DDB</name>
-    <description>A Camel Amazon DynamoDB Web Service Component Version 2</description>
+    <description>Store and retrieve data and events from Amazon DynamoDB service</description>
 
     <properties>
     </properties>
diff --git a/components/camel-aws/camel-aws2-ddb/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-aws/camel-aws2-ddb/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 2e5a2ef611f..5c4e78c511e 100644
--- a/components/camel-aws/camel-aws2-ddb/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-aws/camel-aws2-ddb/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -4,4 +4,4 @@ groupId=org.apache.camel
 artifactId=camel-aws2-ddb
 version=4.2.0-SNAPSHOT
 projectName=Camel :: AWS2 DDB
-projectDescription=A Camel Amazon DynamoDB Web Service Component Version 2
+projectDescription=Store and retrieve data and events from Amazon DynamoDB service