You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/01 07:13:13 UTC

[camel-kafka-connector-examples] 26/29: SQL Examples: Moved to 0.7.1

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 0.7.1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit d24d57d1f3da7bbfe69c7150bbdeebc1f1c767cb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 1 08:11:31 2021 +0100

    SQL Examples: Moved to 0.7.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 e5a1feb..b4b8042 100644
--- a/sql/sql-sink/README.adoc
+++ b/sql/sql-sink/README.adoc
@@ -25,8 +25,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.7.0/camel-sql-kafka-connector-0.7.0-package.zip
-> unzip camel-sql-kafka-connector-0.7.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.7.1/camel-sql-kafka-connector-0.7.1-package.zip
+> unzip camel-sql-kafka-connector-0.7.1-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 5eb5020..3c08a3e 100644
--- a/sql/sql-source/README.adoc
+++ b/sql/sql-source/README.adoc
@@ -25,8 +25,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.7.0/camel-sql-kafka-connector-0.7.0-package.zip
-> unzip camel-sql-kafka-connector-0.7.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.7.1/camel-sql-kafka-connector-0.7.1-package.zip
+> unzip camel-sql-kafka-connector-0.7.1-package.zip
 ----
 
 There is also the need of the driver for this example