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/19 05:56:22 UTC

[camel-kafka-connector-examples] 05/31: Couchbase Examples: Moved to 0.7.2

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

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

commit c547344bb1b881d676d71cfd7f6203f9079bac6a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 19 06:48:13 2021 +0100

    Couchbase Examples: Moved to 0.7.2
---
 couchbase/couchbase-sink/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/couchbase/couchbase-sink/README.adoc b/couchbase/couchbase-sink/README.adoc
index b7c6eaa..cf31740 100644
--- a/couchbase/couchbase-sink/README.adoc
+++ b/couchbase/couchbase-sink/README.adoc
@@ -29,10 +29,10 @@ In this example we'll use `/home/otavio/connectors/`
 
 ```
 > cd /home/otavio/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-couchbase-kafka-connector/0.7.1/camel-couchbase-kafka-connector-0.7.1-package.zip
-> unzip camel-couchbase-kafka-connector-0.7.1-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-couchbase-kafka-connector/0.7.2/camel-couchbase-kafka-connector-0.7.2-package.zip
+> unzip camel-couchbase-kafka-connector-0.7.2-package.zip
 ```
-There is a little bug in 0.7.1, so we'll need to add explicitly the couchbase driver
+There is a little bug in 0.7.2, so we'll need to add explicitly the couchbase driver
 
 ```
 > cd /home/otavio/connectors/camel-couchbase-kafka-connector