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/16 10:29:55 UTC

[camel] 01/01: CAMEL-19973 - Camel-AWS components: Revisit description - Athena Component

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

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

commit 0442ce6e7c6529d7d1b4155ada8a735c19057ade
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 16 12:29:26 2023 +0200

    CAMEL-19973 - Camel-AWS components: Revisit description - Athena Component
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-aws/camel-aws2-athena/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-athena/pom.xml b/components/camel-aws/camel-aws2-athena/pom.xml
index 5ddbadc07e3..f587216fd3a 100644
--- a/components/camel-aws/camel-aws2-athena/pom.xml
+++ b/components/camel-aws/camel-aws2-athena/pom.xml
@@ -30,7 +30,7 @@
     <packaging>jar</packaging>
 
     <name>Camel :: AWS2 Athena</name>
-    <description>A Camel Amazon Athena Web Service Component Version 2</description>
+    <description>Execute queries on AWS Athena Analysis service</description>
 
     <properties>
     </properties>
diff --git a/components/camel-aws/camel-aws2-athena/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-aws/camel-aws2-athena/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index a0cc29d1297..958ec999432 100644
--- a/components/camel-aws/camel-aws2-athena/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-aws/camel-aws2-athena/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -4,4 +4,4 @@ groupId=org.apache.camel
 artifactId=camel-aws2-athena
 version=4.2.0-SNAPSHOT
 projectName=Camel :: AWS2 Athena
-projectDescription=A Camel Amazon Athena Web Service Component Version 2
+projectDescription=Execute queries on AWS Athena Analysis service