This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.10.1 in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit e8bb4b3e710b840823abdf101e22d57bbeab22ed Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jun 21 06:58:39 2021 +0200 SQL Examples: Moved to 0.10.1 --- 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 f427fae..3a9f43d 100644 --- a/sql/sql-sink/README.adoc +++ b/sql/sql-sink/README.adoc @@ -25,8 +25,8 @@ Download the connector package tar.gz and extract the content to a directory. In [source] ---- > cd /home/oscerd/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.10.0/camel-sql-kafka-connector-0.10.0-package.tar.gz -> untar.gz camel-sql-kafka-connector-0.10.0-package.tar.gz +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.10.1/camel-sql-kafka-connector-0.10.1-package.tar.gz +> untar.gz camel-sql-kafka-connector-0.10.1-package.tar.gz ---- 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 37e6bd4..8f3a818 100644 --- a/sql/sql-source/README.adoc +++ b/sql/sql-source/README.adoc @@ -25,8 +25,8 @@ Download the connector package tar.gz and extract the content to a directory. In [source] ---- > cd /home/oscerd/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.10.0/camel-sql-kafka-connector-0.10.0-package.tar.gz -> untar.gz camel-sql-kafka-connector-0.10.0-package.tar.gz +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.10.1/camel-sql-kafka-connector-0.10.1-package.tar.gz +> untar.gz camel-sql-kafka-connector-0.10.1-package.tar.gz ---- There is also the need of the driver for this example