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 2022/03/11 06:36:01 UTC

[camel-kafka-connector-examples] 07/31: Move examples to 0.11.5: Cron

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 00cf66956cc41664cc292b930d60b23d0a859795
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:27:26 2022 +0100

    Move examples to 0.11.5: Cron
---
 cron/cron-source/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cron/cron-source/README.adoc b/cron/cron-source/README.adoc
index 8361863..9455ea4 100644
--- a/cron/cron-source/README.adoc
+++ b/cron/cron-source/README.adoc
@@ -20,11 +20,11 @@ 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-cron-kafka-connector/0.11.0/camel-cron-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-cron-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cron-kafka-connector/0.11.5/camel-cron-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-cron-kafka-connector-0.11.5-package.tar.gz
 ----
 
-In 0.11.0, you'll need to add also camel-quartz and quartz dependency.
+In 0.11.5, you'll need to add also camel-quartz and quartz dependency.
 
 [source]
 ----