This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch examples-0.7.0 in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit 87d222e0a361708253a3c1879cef94c5b070333c Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jan 4 07:25:24 2021 +0100 SQL Examples: moved to 0.7.0 version --- sql/sql-sink/README.adoc | 4 ++-- sql/sql-source/README.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sql/sql-sink/README.adoc b/sql/sql-sink/README.adoc index 2ffd754..1e8e710 100644 --- a/sql/sql-sink/README.adoc +++ b/sql/sql-sink/README.adoc @@ -26,8 +26,8 @@ Download the connector package zip and extract the content to a directory. In th [source] ---- > cd /home/oscerd/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.6.1/camel-sql-kafka-connector-0.6.1-package.zip -> unzip camel-sql-kafka-connector-0.6.1-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.7.0/camel-sql-kafka-connector-0.7.0-package.zip +> unzip camel-sql-kafka-connector-0.7.0-package.zip ---- There is also the need of the driver for this example diff --git a/sql/sql-source/README.adoc b/sql/sql-source/README.adoc index a14372a..94f7b1a 100644 --- a/sql/sql-source/README.adoc +++ b/sql/sql-source/README.adoc @@ -26,8 +26,8 @@ Download the connector package zip and extract the content to a directory. In th [source] ---- > cd /home/oscerd/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.6.1/camel-sql-kafka-connector-0.6.1-package.zip -> unzip camel-sql-kafka-connector-0.6.1-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.7.0/camel-sql-kafka-connector-0.7.0-package.zip +> unzip camel-sql-kafka-connector-0.7.0-package.zip ---- There is also the need of the driver for this example
