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 99c4b205252c8dfc0edd74ccfdb5f36a81359cb2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jun 17 10:13:23 2021 +0200

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

diff --git 
a/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/Cw2Endpoint.java
 
b/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/Cw2Endpoint.java
index 8e3995d..213fb84 100644
--- 
a/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/Cw2Endpoint.java
+++ 
b/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/Cw2Endpoint.java
@@ -31,7 +31,7 @@ import 
software.amazon.awssdk.services.cloudwatch.CloudWatchClient;
 /**
  * Sending metrics to AWS CloudWatch using AWS SDK version 2.x.
  */
-@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-cw", title = "AWS 2 
CloudWatch", syntax = "aws2-cw:namespace",
+@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-cw", title = "AWS 
CloudWatch", syntax = "aws2-cw:namespace",
              producerOnly = true, category = { Category.CLOUD, 
Category.MONITORING })
 public class Cw2Endpoint extends DefaultEndpoint {
 

Reply via email to