This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.2.0 in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit bc925351778ddccf9f08d4c2eefa69427a262a2e Author: Andrea Cosentino <[email protected]> AuthorDate: Wed May 20 15:17:08 2020 +0200 File example: Bump to version 0.2.0 --- file/file-sink/README.md | 4 ++-- file/file-source/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/file/file-sink/README.md b/file/file-sink/README.md index d0d7ce4..83b3065 100644 --- a/file/file-sink/README.md +++ b/file/file-sink/README.md @@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/` ``` > cd /home/oscerd/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.1.0/camel-file-kafka-connector-0.1.0-package.zip -> unzip camel-file-kafka-connector-0.1.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.2.0/camel-file-kafka-connector-0.2.0-package.zip +> unzip camel-file-kafka-connector-0.2.0-package.zip ``` Now it's time to setup the connectors diff --git a/file/file-source/README.md b/file/file-source/README.md index 13efba2..531bdd8 100644 --- a/file/file-source/README.md +++ b/file/file-source/README.md @@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/` ``` > cd /home/oscerd/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.1.0/camel-file-kafka-connector-0.1.0-package.zip -> unzip camel-file-kafka-connector-0.1.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.2.0/camel-file-kafka-connector-0.2.0-package.zip +> unzip camel-file-kafka-connector-0.2.0-package.zip ``` Now it's time to setup the connectors
