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 93e8f8d46383d8fefeb359d1d8bdee000bc5cb04
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jun 17 10:40:02 2021 +0200

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

diff --git 
a/components/camel-aws/camel-aws2-ec2/src/main/java/org/apache/camel/component/aws2/ec2/AWS2EC2Endpoint.java
 
b/components/camel-aws/camel-aws2-ec2/src/main/java/org/apache/camel/component/aws2/ec2/AWS2EC2Endpoint.java
index 3e6e49d..766f655 100644
--- 
a/components/camel-aws/camel-aws2-ec2/src/main/java/org/apache/camel/component/aws2/ec2/AWS2EC2Endpoint.java
+++ 
b/components/camel-aws/camel-aws2-ec2/src/main/java/org/apache/camel/component/aws2/ec2/AWS2EC2Endpoint.java
@@ -31,7 +31,7 @@ import software.amazon.awssdk.services.ec2.Ec2Client;
 /**
  * Manage AWS EC2 instances using AWS SDK version 2.x.
  */
-@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-ec2", title = "AWS 2 
Elastic Compute Cloud (EC2)",
+@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-ec2", title = "AWS Elastic 
Compute Cloud (EC2)",
              syntax = "aws2-ec2:label", producerOnly = true, category = { 
Category.CLOUD, Category.MANAGEMENT })
 public class AWS2EC2Endpoint extends ScheduledPollEndpoint {
 

Reply via email to