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 12:39:38 UTC

[camel] branch CAMEL-19973-EC2 created (now 9d6207ca01d)

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

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


      at 9d6207ca01d CAMEL-19973 - Camel-AWS components: Revisit description - EC2 component

This branch includes the following new commits:

     new 9d6207ca01d CAMEL-19973 - Camel-AWS components: Revisit description - EC2 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 - EC2 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-EC2
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 9d6207ca01dd3ae58d8e2a1454f8e416fe5c7d1b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 25 14:38:57 2023 +0200

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