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:12:54 UTC

[camel-kafka-connector-examples] 07/29: Cron example: 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 02116e5b7338f0d79118879d1edd9b46f611eab6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 1 08:04:04 2021 +0100

    Cron example: Moved to 0.7.1
---
 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 fc5e6da..3d582cf 100644
--- a/cron/cron-source/README.adoc
+++ b/cron/cron-source/README.adoc
@@ -20,11 +20,11 @@ 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-cron-kafka-connector/0.7.0/camel-cron-kafka-connector-0.7.0-package.zip
-> unzip camel-cron-kafka-connector-0.7.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cron-kafka-connector/0.7.1/camel-cron-kafka-connector-0.7.1-package.zip
+> unzip camel-cron-kafka-connector-0.7.1-package.zip
 ----
 
-In 0.7.0, you'll need to add also camel-quartz and quartz dependency.
+In 0.7.1, you'll need to add also camel-quartz and quartz dependency.
 
 [source]
 ----