This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-19973-iam in repository https://gitbox.apache.org/repos/asf/camel.git
commit ea2f72c720d8a5fba6bdda14e9f77b7012167acf Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Nov 14 11:11:23 2023 +0100 CAMEL-19973 - Camel-AWS components: Revisit description - IAM Component Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-aws/camel-aws2-iam/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-iam/pom.xml b/components/camel-aws/camel-aws2-iam/pom.xml index 0e2c2e196b9..f077c126cae 100644 --- a/components/camel-aws/camel-aws2-iam/pom.xml +++ b/components/camel-aws/camel-aws2-iam/pom.xml @@ -30,7 +30,7 @@ <packaging>jar</packaging> <name>Camel :: AWS2 IAM</name> - <description>A Camel Amazon IAM Web Service Component Version 2</description> + <description>Execute different operation on Amazon IAM service</description> <properties> </properties> diff --git a/components/camel-aws/camel-aws2-iam/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-aws/camel-aws2-iam/src/generated/resources/META-INF/services/org/apache/camel/component.properties index 8764b931813..926705e57e0 100644 --- a/components/camel-aws/camel-aws2-iam/src/generated/resources/META-INF/services/org/apache/camel/component.properties +++ b/components/camel-aws/camel-aws2-iam/src/generated/resources/META-INF/services/org/apache/camel/component.properties @@ -4,4 +4,4 @@ groupId=org.apache.camel artifactId=camel-aws2-iam version=4.2.0-SNAPSHOT projectName=Camel :: AWS2 IAM -projectDescription=A Camel Amazon IAM Web Service Component Version 2 +projectDescription=Execute different operation on Amazon IAM service
