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:24 UTC

[camel-kafka-connector-examples] 07/31: Cron 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 9c2b2c0f08a6d22d0dcb959ee3ff6d37597481c4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 19 06:48:37 2021 +0100

    Cron Examples: Moved to 0.7.2
---
 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 3d582cf..ec6a0c2 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.1/camel-cron-kafka-connector-0.7.1-package.zip
-> unzip camel-cron-kafka-connector-0.7.1-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cron-kafka-connector/0.7.2/camel-cron-kafka-connector-0.7.2-package.zip
+> unzip camel-cron-kafka-connector-0.7.2-package.zip
 ----
 
-In 0.7.1, you'll need to add also camel-quartz and quartz dependency.
+In 0.7.2, you'll need to add also camel-quartz and quartz dependency.
 
 [source]
 ----