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

acosentino pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 641a67b  Camel-AWS2-S3 Example: Fix error generated while moving from 
zip to tar.gz
641a67b is described below

commit 641a67bad9dafa2953ac05020d3ff05318d0acab
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Apr 14 06:50:04 2021 +0200

    Camel-AWS2-S3 Example: Fix error generated while moving from zip to tar.gz
    
    Fixes #316
---
 aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc 
b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
index 9575dfe..2963782 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
@@ -73,7 +73,7 @@ Now we need to edit the POM
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <kafka-version>2.5.0</kafka-version>
+    <kafka-version>2.7.0</kafka-version>
     
<camel-kafka-connector-version>${project.version}</camel-kafka-connector-version>
   </properties>
 
@@ -102,8 +102,8 @@ Now we need to edit the POM
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-tar.gzfile</artifactId>
-      <version>3.4.2</version>
+      <artifactId>camel-zipfile</artifactId>
+      <version>3.9.0</version>
     </dependency>
   </dependencies>
   .

Reply via email to