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

commit 0611ddc627bca2039840d64a09177780b720fd70
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jun 17 11:00:58 2021 +0200

    CAMEL-16720 - camel-aws - Component title - remove the using AWS SDK 
version 2.x. - AWS IAM
---
 .../src/main/java/org/apache/camel/component/aws2/iam/IAM2Endpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-iam/src/main/java/org/apache/camel/component/aws2/iam/IAM2Endpoint.java
 
b/components/camel-aws/camel-aws2-iam/src/main/java/org/apache/camel/component/aws2/iam/IAM2Endpoint.java
index fed0b39..cae983b 100644
--- 
a/components/camel-aws/camel-aws2-iam/src/main/java/org/apache/camel/component/aws2/iam/IAM2Endpoint.java
+++ 
b/components/camel-aws/camel-aws2-iam/src/main/java/org/apache/camel/component/aws2/iam/IAM2Endpoint.java
@@ -31,7 +31,7 @@ import software.amazon.awssdk.services.iam.IamClient;
 /**
  * Manage AWS IAM instances using AWS SDK version 2.x.
  */
-@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-iam", title = "AWS 2 
Identity and Access Management (IAM)",
+@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-iam", title = "AWS 
Identity and Access Management (IAM)",
              syntax = "aws2-iam:label", producerOnly = true, category = { 
Category.CLOUD, Category.MANAGEMENT })
 public class IAM2Endpoint extends ScheduledPollEndpoint {
 

Reply via email to