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/11/23 11:02:02 UTC

(camel) 01/01: CAMEL-19973 - Camel-AWS components: Revisit description - Step Functions Component

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

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

commit bf9afe6c051b80c218d971ff65708c7350a9b5b5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 23 12:01:41 2023 +0100

    CAMEL-19973 - Camel-AWS components: Revisit description - Step Functions Component
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-aws/camel-aws2-step-functions/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-step-functions/pom.xml b/components/camel-aws/camel-aws2-step-functions/pom.xml
index e95af1c63de..c03444eb1be 100644
--- a/components/camel-aws/camel-aws2-step-functions/pom.xml
+++ b/components/camel-aws/camel-aws2-step-functions/pom.xml
@@ -30,7 +30,7 @@
     <packaging>jar</packaging>
 
     <name>Camel :: AWS Step Functions</name>
-    <description>A Camel Amazon Web Services Step Functions component</description>
+    <description>Execute different operation on Amazon Step Functions service</description>
 
     <properties>
         <camel.surefire.forkTimeout>1200</camel.surefire.forkTimeout>
diff --git a/components/camel-aws/camel-aws2-step-functions/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-aws/camel-aws2-step-functions/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 7e7f0ffa89b..8e06abe6d9d 100644
--- a/components/camel-aws/camel-aws2-step-functions/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-aws/camel-aws2-step-functions/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -4,4 +4,4 @@ groupId=org.apache.camel
 artifactId=camel-aws2-step-functions
 version=4.3.0-SNAPSHOT
 projectName=Camel :: AWS Step Functions
-projectDescription=A Camel Amazon Web Services Step Functions component
+projectDescription=Execute different operation on Amazon Step Functions service