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/25 13:05:56 UTC

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

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 d8eda095c29 CAMEL-19973 - Camel-AWS components: Revisit description - EC2 component (#11834)
d8eda095c29 is described below

commit d8eda095c2969c56f90493e97ca949f58118d499
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 25 15:05:49 2023 +0200

    CAMEL-19973 - Camel-AWS components: Revisit description - EC2 component (#11834)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-aws/camel-aws2-ec2/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-ec2/pom.xml b/components/camel-aws/camel-aws2-ec2/pom.xml
index 517ef5b7056..51534b5e904 100644
--- a/components/camel-aws/camel-aws2-ec2/pom.xml
+++ b/components/camel-aws/camel-aws2-ec2/pom.xml
@@ -30,7 +30,7 @@
     <packaging>jar</packaging>
 
     <name>Camel :: AWS2 EC2</name>
-    <description>A Camel Amazon EC2 Web Service Component Version 2</description>
+    <description>Execute different operation on Amazon EC2 service</description>
 
     <properties>
     </properties>
diff --git a/components/camel-aws/camel-aws2-ec2/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-aws/camel-aws2-ec2/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 1ce392e6ded..1be77df55a0 100644
--- a/components/camel-aws/camel-aws2-ec2/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-aws/camel-aws2-ec2/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -4,4 +4,4 @@ groupId=org.apache.camel
 artifactId=camel-aws2-ec2
 version=4.2.0-SNAPSHOT
 projectName=Camel :: AWS2 EC2
-projectDescription=A Camel Amazon EC2 Web Service Component Version 2
+projectDescription=Execute different operation on Amazon EC2 service