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 c912b8497978dfd5a9eb42f7d0922d553ead151a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jun 17 11:06:22 2021 +0200

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

diff --git 
a/components/camel-aws/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Endpoint.java
 
b/components/camel-aws/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Endpoint.java
index 9ef701d..1d38fa7 100644
--- 
a/components/camel-aws/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Endpoint.java
+++ 
b/components/camel-aws/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Endpoint.java
@@ -53,7 +53,7 @@ import software.amazon.awssdk.services.sns.model.Topic;
 /**
  * Send messages to an AWS Simple Notification Topic using AWS SDK version 2.x.
  */
-@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-sns", title = "AWS 2 
Simple Notification System (SNS)",
+@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-sns", title = "AWS Simple 
Notification System (SNS)",
              syntax = "aws2-sns:topicNameOrArn", producerOnly = true,
              category = { Category.CLOUD, Category.MESSAGING, Category.MOBILE 
})
 public class Sns2Endpoint extends DefaultEndpoint implements 
HeaderFilterStrategyAware {

Reply via email to