This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.5.0 in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit ec0aa0ba1a3445895a223792955b6e66d3fde6d5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 14 07:47:09 2020 +0200 AWS2-S3-sink with zip aggr example: Moved to 0.5.0 --- aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 a631ad5..625ffb8 100644 --- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc +++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc @@ -27,17 +27,17 @@ and set the `plugin.path` property to your choosen location You'll need to build your connector starting from an archetype: ``` -> mvn archetype:generate -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype -DarchetypeVersion=0.4.0 -[INFO] Using property: camel-kafka-connector-version = 0.4.0 +> mvn archetype:generate -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype -DarchetypeVersion=0.5.0 +[INFO] Using property: camel-kafka-connector-version = 0.5.0 Confirm properties configuration: groupId: org.apache.camel.ckc artifactId: aws2s3 version: 1.0-SNAPSHOT package: org.apache.camel.ckc -camel-kafka-connector-version: 0.4.0 +camel-kafka-connector-version: 0.5.0 Y: : Y [INFO] ---------------------------------------------------------------------------- -[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.4.0 +[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.5.0 [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.apache.camel.ckc [INFO] Parameter: artifactId, Value: aws2s3 @@ -47,7 +47,7 @@ camel-kafka-connector-version: 0.4.0 [INFO] Parameter: package, Value: com.github.oscerd [INFO] Parameter: version, Value: 1.0-SNAPSHOT [INFO] Parameter: groupId, Value: org.apache.camel.ckc -[INFO] Parameter: camel-kafka-connector-version, Value: 0.4.0 +[INFO] Parameter: camel-kafka-connector-version, Value: 0.5.0 [INFO] Parameter: artifactId, Value: aws2s3 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/aws2s3 [INFO] ------------------------------------------------------------------------ @@ -93,12 +93,12 @@ Now we need to edit the POM <dependency> <groupId>org.apache.camel.kafkaconnector</groupId> <artifactId>camel-kafka-connector</artifactId> - <version>0.4.0</version> + <version>0.5.0</version> </dependency> <dependency> <groupId>org.apache.camel.kafkaconnector</groupId> <artifactId>camel-aws2-s3-kafka-connector</artifactId> - <version>0.4.0</version> + <version>0.5.0</version> </dependency> <dependency> <groupId>org.apache.camel</groupId>