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:15:11 UTC

[camel] branch CAMEL-19973-aws-ddb created (now dbdaff358bc)

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

acosentino pushed a change to branch CAMEL-19973-aws-ddb
in repository https://gitbox.apache.org/repos/asf/camel.git


      at dbdaff358bc CAMEL-19973 - Camel-AWS components: Revisit description - DynamoDB component

This branch includes the following new commits:

     new dbdaff358bc CAMEL-19973 - Camel-AWS components: Revisit description - DynamoDB component

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: CAMEL-19973 - Camel-AWS components: Revisit description - DynamoDB component

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch CAMEL-19973-aws-ddb
in repository https://gitbox.apache.org/repos/asf/camel.git

commit dbdaff358bc0ad59a8e61cfeb4679cd5d164551e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 17 15:14:47 2023 +0200

    CAMEL-19973 - Camel-AWS components: Revisit description - DynamoDB component
    
    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