You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by df...@apache.org on 2021/04/20 18:16:55 UTC

[camel-examples] 19/35: Rephrase description

This is an automated email from the ASF dual-hosted git repository.

dfoulks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 38b9a3a5110546e164af2589b60d69c24ea2a6a7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 8 15:08:51 2021 +0200

    Rephrase description
---
 examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml b/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml
index e3e6d23..bab34e6 100644
--- a/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml
+++ b/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml
@@ -31,7 +31,7 @@
     <artifactId>camel-example-main-endpointdsl-kafka-aws2-s3-restarting-policy</artifactId>
     <packaging>jar</packaging>
     <name>Camel :: Example :: Main :: Endpoint DSL :: Kafka AWS2 S3 Restarting Policy</name>
-    <description>An example for showing standalone Camel with Endpoint DSL and Kafka and AWS2 S3</description>
+    <description>An example for showing standalone Camel with Endpoint DSL and Kafka, AWS2-S3 streaming upload mode with restarting policy</description>
 
     <properties>
         <category>Beginner</category>