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/04/06 05:36:50 UTC

[camel-kafka-connector-examples] 01/30: AMQP examples: Moved to 0.9.0

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 d770717ee57f512f71c4eaccb502e88ff14b7373
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 6 07:23:46 2021 +0200

    AMQP examples: Moved to 0.9.0
---
 amqp/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/amqp/README.adoc b/amqp/README.adoc
index 5534833..3091541 100644
--- a/amqp/README.adoc
+++ b/amqp/README.adoc
@@ -36,8 +36,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-amqp-kafka-connector/0.8.0/camel-amqp-kafka-connector-0.8.0-package.tar.gz
-> untar.gz camel-amqp-kafka-connector-0.8.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-amqp-kafka-connector/0.9.0/camel-amqp-kafka-connector-0.9.0-package.tar.gz
+> untar.gz camel-amqp-kafka-connector-0.9.0-package.tar.gz
 > wget https://downloads.apache.org/qpid/jms/0.51.0/apache-qpid-jms-0.51.0-bin.tar.gz
 > tar -xzvf apache-qpid-jms-0.51.0-bin.tar.gz
 ```