This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit 84e9ff6bea3f1cf718636526a12c3afc62b11625 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Apr 6 07:31:50 2021 +0200 JDBC Examples: Moved to 0.9.0 --- jdbc/jdbc-sink/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdbc/jdbc-sink/README.adoc b/jdbc/jdbc-sink/README.adoc index 604fba6..14801f6 100644 --- a/jdbc/jdbc-sink/README.adoc +++ b/jdbc/jdbc-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-jdbc-kafka-connector/0.8.0/camel-jdbc-kafka-connector-0.8.0-package.tar.gz -> untar.gz camel-jdbc-kafka-connector-0.8.0-package.tar.gz +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-jdbc-kafka-connector/0.9.0/camel-jdbc-kafka-connector-0.9.0-package.tar.gz +> untar.gz camel-jdbc-kafka-connector-0.9.0-package.tar.gz ---- There is also the need of the driver for this example
