This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.11.5 in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit 551c4d42cd1c11ac992d4e3bc1dddbe9a8177158 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 11 07:34:22 2022 +0100 Move example to 0.11.5: SQL --- 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 354d920..1d35ceb 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.11.0/camel-sql-kafka-connector-0.11.0-package.tar.gz -> untar.gz camel-sql-kafka-connector-0.11.0-package.tar.gz +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.11.5/camel-sql-kafka-connector-0.11.5-package.tar.gz +> untar.gz camel-sql-kafka-connector-0.11.5-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 436cb7e..76f1083 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.11.0/camel-sql-kafka-connector-0.11.0-package.tar.gz -> untar.gz camel-sql-kafka-connector-0.11.0-package.tar.gz +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.11.5/camel-sql-kafka-connector-0.11.5-package.tar.gz +> untar.gz camel-sql-kafka-connector-0.11.5-package.tar.gz ---- There is also the need of the driver for this example