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 2020/12/03 13:48:13 UTC

[camel-kafka-connector-examples] branch 0.6.1 created (now 7cdb268)

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

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


      at 7cdb268  Twitter Examples: Moved to 0.6.1

This branch includes the following new commits:

     new 7480143  AMQP Examples: Moved to 0.6.1
     new 66b39e6  ArangoDB Examples: Moved to 0.6.1
     new 4928623  AWS2-Examples: Moved to 0.6.1
     new 81135a0  Braintree examples: Moved to 0.6.1
     new 1fab99a  CQL Examples: Moved to 0.6.1
     new c8b32d5  Exec Examples: Moved to 0.6.1
     new 98d5b3a  File Examples: Moved to 0.6.1
     new d7643a9  File-Watch Examples: Moved to 0.6.1
     new b83e8d4  Ftp Examples: Moved to 0.6.1
     new c516bba  Ftps Examples: Moved to 0.6.1
     new 397e7e9  Git Examples: Moved to 0.6.1
     new a051f9d  Google Examples: Moved to 0.6.1
     new bf52c9f  Infinispan Examples: Moved to 0.6.1
     new 2e4e34e  Minio Examples: Moved to 0.6.1
     new 6660338  Nats Examples: Moved to 0.6.1
     new 5af1a7c  NSQ Examples: Moved to 0.6.1
     new 86b5cbe  PGEvent Example: Moved to 0.6.1
     new 96a9184  Rabbitmq Examples: Moved to 0.6.1
     new 0f550aa  SFTP Examples: Moved to 0.6.1
     new a0d14a0  Slack Examples: Moved to 0.6.1
     new 0a2a05d  SQL Examples: Moved to 0.6.1
     new 22853d8  SSH Examples: Moved to 0.6.1
     new 6d766f6  Telegram Examples: Moved to 0.6.1
     new 7cdb268  Twitter Examples: Moved to 0.6.1

The 24 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector-examples] 19/24: SFTP Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0f550aa16444ed12435038221c357848100d963f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:46:20 2020 +0100

    SFTP Examples: Moved to 0.6.1
---
 sftp/sftp-sink/README.adoc   |  4 ++--
 sftp/sftp-source/README.adoc | 24 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/sftp/sftp-sink/README.adoc b/sftp/sftp-sink/README.adoc
index e93a482..df8d40a 100644
--- a/sftp/sftp-sink/README.adoc
+++ b/sftp/sftp-sink/README.adoc
@@ -60,8 +60,8 @@ Download the connector package zip and extract the content to the plugin.path di
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sftp-kafka-connector/0.6.0/camel-sftp-kafka-connector-0.6.0-package.zip
-> unzip camel-sftp-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sftp-kafka-connector/0.6.1/camel-sftp-kafka-connector-0.6.1-package.zip
+> unzip camel-sftp-kafka-connector-0.6.1-package.zip
 ----
 
 Open the SFTP sink configuration file
diff --git a/sftp/sftp-source/README.adoc b/sftp/sftp-source/README.adoc
index 3c70e91..f3e3850 100644
--- a/sftp/sftp-source/README.adoc
+++ b/sftp/sftp-source/README.adoc
@@ -41,7 +41,7 @@ and set the `plugin.path` property to your choosen location
 You'll need to build your connector starting from an archetype:
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -55,34 +55,34 @@ You'll need to build your connector starting from an archetype:
 [INFO] 
 [INFO] --- maven-archetype-plugin:3.1.2:generate (default-cli) @ standalone-pom ---
 [INFO] Generating project in Interactive mode
-[INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.6.0] found in catalog remote
+[INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.6.1] found in catalog remote
 Define value for property 'groupId': org.apache.camel.kafkaconnector
 Define value for property 'artifactId': sftp-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.6.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.6.1
 Define value for property 'package' com.github.oscerd: : 
 Define value for property 'camel-kafka-connector-name': camel-sftp-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: sftp-extended
-version: 0.6.0
+version: 0.6.1
 package: com.github.oscerd
 camel-kafka-connector-name: camel-sftp-kafka-connector
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: sftp-extended
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: packageInPathFormat, Value: org/apache/camel/kafkaconnector
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-sftp-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: sftp-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/sftp-extended
 [INFO] ------------------------------------------------------------------------
@@ -164,8 +164,8 @@ In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll n
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/sftp-extended/target/sftp-extended-0.6.0-package.zip .
-> unzip sftp-extended-0.6.0-package.zip
+> cp /home/workspace/miscellanea/sftp-extended/target/sftp-extended-0.6.1-package.zip .
+> unzip sftp-extended-0.6.1-package.zip
 ```
 
 Now it's time to setup the connector


[camel-kafka-connector-examples] 09/24: Ftp Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b83e8d4098d0f35bd5e995975183b924c82ac43b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:42:51 2020 +0100

    Ftp Examples: Moved to 0.6.1
---
 ftp/ftp-sink/README.adoc   |  4 ++--
 ftp/ftp-source/README.adoc | 24 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/ftp/ftp-sink/README.adoc b/ftp/ftp-sink/README.adoc
index 493c8f3..215409a 100644
--- a/ftp/ftp-sink/README.adoc
+++ b/ftp/ftp-sink/README.adoc
@@ -42,8 +42,8 @@ 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-ftp-kafka-connector/0.6.0/camel-ftp-kafka-connector-0.6.0-package.zip
-> unzip camel-ftp-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftp-kafka-connector/0.6.1/camel-ftp-kafka-connector-0.6.1-package.zip
+> unzip camel-ftp-kafka-connector-0.6.1-package.zip
 ----
 
 Now it's time to setup the connector
diff --git a/ftp/ftp-source/README.adoc b/ftp/ftp-source/README.adoc
index 7235c25..f6a8edb 100644
--- a/ftp/ftp-source/README.adoc
+++ b/ftp/ftp-source/README.adoc
@@ -40,7 +40,7 @@ and set the `plugin.path` property to your choosen location
 You'll need to build your connector starting from an archetype:
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -54,34 +54,34 @@ You'll need to build your connector starting from an archetype:
 [INFO] 
 [INFO] --- maven-archetype-plugin:3.1.2:generate (default-cli) @ standalone-pom ---
 [INFO] Generating project in Interactive mode
-[INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.6.0] found in catalog remote
+[INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.6.1] found in catalog remote
 Define value for property 'groupId': org.apache.camel.kafkaconnector
 Define value for property 'artifactId': ftp-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.6.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.6.1
 Define value for property 'package' org.apache.camel.kafkaconnector: : 
 Define value for property 'camel-kafka-connector-name': camel-ftp-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: ftp-extended
-version: 0.6.0
+version: 0.6.1
 package: com.github.oscerd
 camel-kafka-connector-name: camel-ftp-kafka-connector
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: ftp-extended
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: packageInPathFormat, Value: org/apache/camel/kafkaconnector
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-ftp-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: ftp-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/ftp-extended
 [INFO] ------------------------------------------------------------------------
@@ -163,8 +163,8 @@ In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll n
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/ftp-extended/target/ftp-extended-0.6.0-package.zip .
-> unzip ftp-extended-0.6.0-package.zip
+> cp /home/workspace/miscellanea/ftp-extended/target/ftp-extended-0.6.1-package.zip .
+> unzip ftp-extended-0.6.1-package.zip
 ```
 
 Now it's time to setup the connector


[camel-kafka-connector-examples] 06/24: Exec Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c8b32d5732950355c9b72ab617b724759b6e2272
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:41:57 2020 +0100

    Exec Examples: Moved to 0.6.1
---
 exec/exec-sink/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exec/exec-sink/README.adoc b/exec/exec-sink/README.adoc
index f06ef7f..37c3552 100644
--- a/exec/exec-sink/README.adoc
+++ b/exec/exec-sink/README.adoc
@@ -28,8 +28,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-exec-kafka-connector/0.6.0/camel-exec-kafka-connector-0.6.0-package.zip
-> unzip camel-exec-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-exec-kafka-connector/0.6.1/camel-exec-kafka-connector-0.6.1-package.zip
+> unzip camel-exec-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 08/24: File-Watch Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d7643a93fae08956440874355bea77b329498cbc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:42:32 2020 +0100

    File-Watch Examples: Moved to 0.6.1
---
 file-watch/file-watch-source/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/file-watch/file-watch-source/README.adoc b/file-watch/file-watch-source/README.adoc
index 386e7bf..297a73c 100644
--- a/file-watch/file-watch-source/README.adoc
+++ b/file-watch/file-watch-source/README.adoc
@@ -28,8 +28,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-file-watch-kafka-connector/0.6.0/camel-file-watch-kafka-connector-0.6.0-package.zip
-> unzip camel-file-watch-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-watch-kafka-connector/0.6.1/camel-file-watch-kafka-connector-0.6.1-package.zip
+> unzip camel-file-watch-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 16/24: NSQ Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5af1a7c502b4b31c35529804ec6672a9da976649
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:45:21 2020 +0100

    NSQ Examples: Moved to 0.6.1
---
 nsq/nsq-sink/README.adoc   | 4 ++--
 nsq/nsq-source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nsq/nsq-sink/README.adoc b/nsq/nsq-sink/README.adoc
index dd882bf..8a9a643 100644
--- a/nsq/nsq-sink/README.adoc
+++ b/nsq/nsq-sink/README.adoc
@@ -28,8 +28,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-nsq-kafka-connector/0.6.0/camel-nsq-kafka-connector-0.6.0-package.zip
-> unzip camel-nsq-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nsq-kafka-connector/0.6.1/camel-nsq-kafka-connector-0.6.1-package.zip
+> unzip camel-nsq-kafka-connector-0.6.1-package.zip
 ```
 
 We'll need to add also some dependencies for this connector
diff --git a/nsq/nsq-source/README.adoc b/nsq/nsq-source/README.adoc
index 6142eaf..903aa29 100644
--- a/nsq/nsq-source/README.adoc
+++ b/nsq/nsq-source/README.adoc
@@ -28,8 +28,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-nsq-kafka-connector/0.6.0/camel-nsq-kafka-connector-0.6.0-package.zip
-> unzip camel-nsq-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nsq-kafka-connector/0.6.1/camel-nsq-kafka-connector-0.6.1-package.zip
+> unzip camel-nsq-kafka-connector-0.6.1-package.zip
 ```
 
 We'll need to add also some dependencies for this connector


[camel-kafka-connector-examples] 03/24: AWS2-Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 49286238da7cbc6a28d84fd94ef85070031d6d90
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:40:42 2020 +0100

    AWS2-Examples: Moved to 0.6.1
---
 aws2-iam/aws2-iam-sink-create-group/README.adoc    |  4 +--
 aws2-iam/aws2-iam-sink-create-user/README.adoc     |  4 +--
 aws2-iam/aws2-iam-sink-delete-group/README.adoc    |  4 +--
 aws2-iam/aws2-iam-sink-delete-user/README.adoc     |  4 +--
 .../aws2-kinesis-firehose-sink/README.adoc         | 10 ++++----
 aws2-lambda/aws2-lambda-sink/README.adoc           | 10 ++++----
 aws2-s3/aws2-s3-minio-source/README.adoc           |  4 +--
 aws2-s3/aws2-s3-move-after-read/README.adoc        | 10 ++++----
 aws2-s3/aws2-s3-sink-with-aggregation/README.adoc  | 10 ++++----
 .../aws2-s3-sink-with-zip-aggregation/README.adoc  | 30 +++++++++++-----------
 .../aws2-s3-sink-with-zip-dataformat/README.adoc   | 30 +++++++++++-----------
 aws2-s3/aws2-s3-source/README.adoc                 | 10 ++++----
 aws2-sns/aws2-sns-sink/README.adoc                 | 10 ++++----
 aws2-sqs/aws2-sqs-sink/README.adoc                 | 10 ++++----
 aws2-sqs/aws2-sqs-source/README.adoc               | 10 ++++----
 15 files changed, 80 insertions(+), 80 deletions(-)

diff --git a/aws2-iam/aws2-iam-sink-create-group/README.adoc b/aws2-iam/aws2-iam-sink-create-group/README.adoc
index 729b96a..5729cd8 100644
--- a/aws2-iam/aws2-iam-sink-create-group/README.adoc
+++ b/aws2-iam/aws2-iam-sink-create-group/README.adoc
@@ -24,8 +24,8 @@ 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-aws2-iam-kafka-connector/0.6.0/camel-aws2-iam-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-iam-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.6.1/camel-aws2-iam-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-iam-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-iam/aws2-iam-sink-create-user/README.adoc b/aws2-iam/aws2-iam-sink-create-user/README.adoc
index bb6cd43..a4ca194 100644
--- a/aws2-iam/aws2-iam-sink-create-user/README.adoc
+++ b/aws2-iam/aws2-iam-sink-create-user/README.adoc
@@ -24,8 +24,8 @@ 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-aws2-iam-kafka-connector/0.6.0/camel-aws2-iam-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-iam-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.6.1/camel-aws2-iam-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-iam-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-iam/aws2-iam-sink-delete-group/README.adoc b/aws2-iam/aws2-iam-sink-delete-group/README.adoc
index 6b62bb3..1c74572 100644
--- a/aws2-iam/aws2-iam-sink-delete-group/README.adoc
+++ b/aws2-iam/aws2-iam-sink-delete-group/README.adoc
@@ -25,8 +25,8 @@ 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-aws2-iam-kafka-connector/0.6.0/camel-aws2-iam-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-iam-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.6.1/camel-aws2-iam-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-iam-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-iam/aws2-iam-sink-delete-user/README.adoc b/aws2-iam/aws2-iam-sink-delete-user/README.adoc
index 19ccddd..10bbddb 100644
--- a/aws2-iam/aws2-iam-sink-delete-user/README.adoc
+++ b/aws2-iam/aws2-iam-sink-delete-user/README.adoc
@@ -25,8 +25,8 @@ 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-aws2-iam-kafka-connector/0.6.0/camel-aws2-iam-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-iam-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.6.1/camel-aws2-iam-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-iam-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc b/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc
index a669969..5bb24d9 100644
--- a/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc
+++ b/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc
@@ -30,8 +30,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-aws2-kinesis-firehose-kafka-connector/0.6.0/camel-aws2-kinesis-firehose-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-kinesis-firehose-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-firehose-kafka-connector/0.6.1/camel-aws2-kinesis-firehose-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-kinesis-firehose-kafka-connector-0.6.1-package.zip
 ```
 
 On AWS console create a Kinesis firehose delivery stream named firehose-stream and choose to send it to an S3 bucket from the available list (in the same region)
@@ -146,8 +146,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-firehose-kafka-connector/0.6.0/camel-aws2-kinesis-firehose-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-kinesis-firehose-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-firehose-kafka-connector/0.6.1/camel-aws2-kinesis-firehose-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-kinesis-firehose-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build 
@@ -172,7 +172,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2kinesisfirehose.CamelAws2kinesisfirehoseSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","version":"2.5.0"},{"class":"org.apache.kafka.connect.file.FileStreamSourceConnector [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2kinesisfirehose.CamelAws2kinesisfirehoseSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","version":"2.5.0"},{"class":"org.apache.kafka.connect.file.FileStreamSourceConnector [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/aws2-lambda/aws2-lambda-sink/README.adoc b/aws2-lambda/aws2-lambda-sink/README.adoc
index b5eb167..c44841e 100644
--- a/aws2-lambda/aws2-lambda-sink/README.adoc
+++ b/aws2-lambda/aws2-lambda-sink/README.adoc
@@ -29,8 +29,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-aws2-lambda-kafka-connector/0.6.0/camel-aws2-lambda-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-sns-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-lambda-kafka-connector/0.6.1/camel-aws2-lambda-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-sns-kafka-connector-0.6.1-package.zip
 ```
 
 ### Deploying the AWS Lambda function
@@ -161,8 +161,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-lambda-kafka-connector/0.6.0/camel-aws2-lambda-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-lambda-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-lambda-kafka-connector/0.6.1/camel-aws2-lambda-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-lambda-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build 
@@ -187,7 +187,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2lambda.CamelAws2lambdaSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","version":"2.5.0"},{"class":"org.apache.kafka.connect.file.FileStreamSourceConnector","type":"source", [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2lambda.CamelAws2lambdaSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","version":"2.5.0"},{"class":"org.apache.kafka.connect.file.FileStreamSourceConnector","type":"source", [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/aws2-s3/aws2-s3-minio-source/README.adoc b/aws2-s3/aws2-s3-minio-source/README.adoc
index 91ccee2..c0ba387 100644
--- a/aws2-s3/aws2-s3-minio-source/README.adoc
+++ b/aws2-s3/aws2-s3-minio-source/README.adoc
@@ -29,8 +29,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-aws2-s3-kafka-connector/0.6.0/camel-aws2-s3-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.6.1/camel-aws2-s3-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-s3-kafka-connector-0.6.1-package.zip
 ```
 
 Now we need to setup a MinIO instance
diff --git a/aws2-s3/aws2-s3-move-after-read/README.adoc b/aws2-s3/aws2-s3-move-after-read/README.adoc
index 015ae5e..ce31044 100644
--- a/aws2-s3/aws2-s3-move-after-read/README.adoc
+++ b/aws2-s3/aws2-s3-move-after-read/README.adoc
@@ -28,8 +28,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-aws2-s3-kafka-connector/0.6.0/camel-aws2-s3-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.6.1/camel-aws2-s3-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-s3-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
@@ -145,8 +145,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.6.0/camel-aws2-s3-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.6.1/camel-aws2-s3-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-s3-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build
@@ -171,7 +171,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
index ef770a0..37bf446 100644
--- a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
@@ -28,8 +28,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-aws2-s3-kafka-connector/0.6.0/camel-aws2-s3-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.6.1/camel-aws2-s3-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-s3-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
@@ -157,8 +157,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.6.0/camel-aws2-s3-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.6.1/camel-aws2-s3-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-s3-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build
@@ -183,7 +183,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
index f2a4c4e..b2502cf 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
@@ -27,17 +27,17 @@ and set the `plugin.path` property to your choosen location
 You'll need to build your connector starting from an archetype:
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.ckc
 artifactId: aws2s3
 version: 1.0-SNAPSHOT
 package: org.apache.camel.ckc
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
 [INFO] Parameter: artifactId, Value: aws2s3
@@ -47,7 +47,7 @@ camel-kafka-connector-version: 0.6.0
 [INFO] Parameter: package, Value: com.github.oscerd
 [INFO] Parameter: version, Value: 1.0-SNAPSHOT
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: aws2s3
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/aws2s3
 [INFO] ------------------------------------------------------------------------
@@ -93,12 +93,12 @@ Now we need to edit the POM
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-aws2-s3-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
@@ -251,17 +251,17 @@ so that each one is in its own subfolder
 In this case we need to extend an existing connector and add a ZipAggregationStrategy, so we need to leverage the archetype
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.ckc
 artifactId: aws2s3
 version: 1.0-SNAPSHOT
 package: org.apache.camel.ckc
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
 [INFO] Parameter: artifactId, Value: aws2s3
@@ -271,7 +271,7 @@ camel-kafka-connector-version: 0.6.0
 [INFO] Parameter: package, Value: com.github.oscerd
 [INFO] Parameter: version, Value: 1.0-SNAPSHOT
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: aws2s3
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/aws2s3
 [INFO] ------------------------------------------------------------------------
@@ -317,12 +317,12 @@ Now we need to edit the POM
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-aws2-s3-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
@@ -365,7 +365,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc b/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc
index 4ff49db..9cd673f 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc
@@ -27,17 +27,17 @@ and set the `plugin.path` property to your choosen location
 You'll need to build your connector starting from an archetype:
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.ckc
 artifactId: aws2s3
 version: 1.0-SNAPSHOT
 package: org.apache.camel.ckc
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
 [INFO] Parameter: artifactId, Value: aws2s3
@@ -47,7 +47,7 @@ camel-kafka-connector-version: 0.6.0
 [INFO] Parameter: package, Value: com.github.oscerd
 [INFO] Parameter: version, Value: 1.0-SNAPSHOT
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: aws2s3
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/aws2s3
 [INFO] ------------------------------------------------------------------------
@@ -93,12 +93,12 @@ Now we need to edit the POM
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-aws2-s3-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
@@ -239,17 +239,17 @@ so that each one is in its own subfolder
 In this case we need to extend an existing connector and add a ZipAggregationStrategy, so we need to leverage the archetype
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.ckc
 artifactId: aws2s3
 version: 1.0-SNAPSHOT
 package: org.apache.camel.ckc
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
 [INFO] Parameter: artifactId, Value: aws2s3
@@ -259,7 +259,7 @@ camel-kafka-connector-version: 0.6.0
 [INFO] Parameter: package, Value: com.github.oscerd
 [INFO] Parameter: version, Value: 1.0-SNAPSHOT
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: aws2s3
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/aws2s3
 [INFO] ------------------------------------------------------------------------
@@ -305,12 +305,12 @@ Now we need to edit the POM
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-aws2-s3-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
@@ -352,7 +352,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/aws2-s3/aws2-s3-source/README.adoc b/aws2-s3/aws2-s3-source/README.adoc
index 1e1a8e1..f549c85 100644
--- a/aws2-s3/aws2-s3-source/README.adoc
+++ b/aws2-s3/aws2-s3-source/README.adoc
@@ -28,8 +28,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-aws2-s3-kafka-connector/0.6.0/camel-aws2-s3-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.6.1/camel-aws2-s3-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-s3-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
@@ -139,8 +139,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.6.0/camel-aws2-s3-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.6.1/camel-aws2-s3-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-s3-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build
@@ -165,7 +165,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/aws2-sns/aws2-sns-sink/README.adoc b/aws2-sns/aws2-sns-sink/README.adoc
index 9ba7a82..35f7174 100644
--- a/aws2-sns/aws2-sns-sink/README.adoc
+++ b/aws2-sns/aws2-sns-sink/README.adoc
@@ -24,8 +24,8 @@ 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-aws2-sns-kafka-connector/0.6.0/camel-aws2-sns-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-sns-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sns-kafka-connector/0.6.1/camel-aws2-sns-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-sns-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
@@ -153,8 +153,8 @@ So we need to do something like this:
 [source]
 ----
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sns-kafka-connector/0.6.0/camel-aws2-sns-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-sns-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sns-kafka-connector/0.6.1/camel-aws2-sns-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-sns-kafka-connector-0.6.1-package.zip
 ----
 
 Now we can start the build 
@@ -179,7 +179,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2sns.CamelAws2snsSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2sns.CamelAws2snsSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2sns.CamelAws2snsSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2sns.CamelAws2snsSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
 ----
 
 === Set the AWS credentials as OpenShift secret (optional)
diff --git a/aws2-sqs/aws2-sqs-sink/README.adoc b/aws2-sqs/aws2-sqs-sink/README.adoc
index 38e9041..c4169ee 100644
--- a/aws2-sqs/aws2-sqs-sink/README.adoc
+++ b/aws2-sqs/aws2-sqs-sink/README.adoc
@@ -24,8 +24,8 @@ 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-aws2-sqs-kafka-connector/0.6.0/camel-aws2-sqs-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-sqs-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.6.1/camel-aws2-sqs-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-sqs-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
@@ -156,8 +156,8 @@ So we need to do something like this:
 [source]
 ----
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.6.0/camel-aws2-sqs-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-sqs-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.6.1/camel-aws2-sqs-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-sqs-kafka-connector-0.6.1-package.zip
 ----
 
 Now we can start the build
@@ -182,7 +182,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
 ----
 
 === Set the AWS credentials as OpenShift secret (optional)
diff --git a/aws2-sqs/aws2-sqs-source/README.adoc b/aws2-sqs/aws2-sqs-source/README.adoc
index b74472d..e4998bc 100644
--- a/aws2-sqs/aws2-sqs-source/README.adoc
+++ b/aws2-sqs/aws2-sqs-source/README.adoc
@@ -24,8 +24,8 @@ Download the connector package zip and extract the content to a directory.In thi
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.6.0/camel-aws2-sqs-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-sqs-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.6.1/camel-aws2-sqs-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-sqs-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
@@ -157,8 +157,8 @@ so that each one is in its own subfolder
 [source]
 ----
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.6.0/camel-aws2-sqs-kafka-connector-0.6.0-package.zip
-> unzip camel-aws2-sqs-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.6.1/camel-aws2-sqs-kafka-connector-0.6.1-package.zip
+> unzip camel-aws2-sqs-kafka-connector-0.6.1-package.zip
 ----
 
 Now we can start the build
@@ -183,7 +183,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
 ----
 
 === Set the AWS credentials as OpenShift secret (optional)


[camel-kafka-connector-examples] 10/24: Ftps Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c516bba2622a03035c12a3e380f473e36812099d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:43:09 2020 +0100

    Ftps Examples: Moved to 0.6.1
---
 ftps/ftps-sink/README.adoc   |  4 ++--
 ftps/ftps-source/README.adoc | 24 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/ftps/ftps-sink/README.adoc b/ftps/ftps-sink/README.adoc
index 26dd3b3..237e2ae 100644
--- a/ftps/ftps-sink/README.adoc
+++ b/ftps/ftps-sink/README.adoc
@@ -57,8 +57,8 @@ 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-ftps-kafka-connector/0.6.0/camel-ftps-kafka-connector-0.6.0-package.zip
-> unzip camel-ftps-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftps-kafka-connector/0.6.1/camel-ftps-kafka-connector-0.6.1-package.zip
+> unzip camel-ftps-kafka-connector-0.6.1-package.zip
 ----
 
 Now it's time to setup the connector
diff --git a/ftps/ftps-source/README.adoc b/ftps/ftps-source/README.adoc
index 9d6dafa..8f720cb 100644
--- a/ftps/ftps-source/README.adoc
+++ b/ftps/ftps-source/README.adoc
@@ -54,7 +54,7 @@ and set the `plugin.path` property to your choosen location
 You'll need to build your connector starting from an archetype:
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -68,34 +68,34 @@ You'll need to build your connector starting from an archetype:
 [INFO] 
 [INFO] --- maven-archetype-plugin:3.1.2:generate (default-cli) @ standalone-pom ---
 [INFO] Generating project in Interactive mode
-[INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.6.0] found in catalog remote
+[INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.6.1] found in catalog remote
 Define value for property 'groupId': org.apache.camel.kafkaconnector
 Define value for property 'artifactId': ftps-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.6.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.6.1
 Define value for property 'package' org.apache.camel.kafkaconnector: : 
 Define value for property 'camel-kafka-connector-name': camel-ftps-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: ftps-extended
-version: 0.6.0
+version: 0.6.1
 package: com.github.oscerd
 camel-kafka-connector-name: camel-ftps-kafka-connector
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: ftps-extended
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: packageInPathFormat, Value: org/apache/camel/kafkaconnector
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-ftps-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: ftps-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/ftps-extended
 [INFO] ------------------------------------------------------------------------
@@ -177,8 +177,8 @@ In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll n
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/ftps-extended/target/ftps-extended-0.6.0-package.zip .
-> unzip ftps-extended-0.6.0-package.zip
+> cp /home/workspace/miscellanea/ftps-extended/target/ftps-extended-0.6.1-package.zip .
+> unzip ftps-extended-0.6.1-package.zip
 ```
 
 Now it's time to setup the connector


[camel-kafka-connector-examples] 07/24: File Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 98d5b3aeb6d7e3fa52035d10fae6f75425e9d051
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:42:16 2020 +0100

    File Examples: Moved to 0.6.1
---
 file/file-sink/README.adoc   | 4 ++--
 file/file-source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/file/file-sink/README.adoc b/file/file-sink/README.adoc
index 3e8821a..f2aa3e4 100644
--- a/file/file-sink/README.adoc
+++ b/file/file-sink/README.adoc
@@ -28,8 +28,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-file-kafka-connector/0.6.0/camel-file-kafka-connector-0.6.0-package.zip
-> unzip camel-file-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.6.1/camel-file-kafka-connector-0.6.1-package.zip
+> unzip camel-file-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
diff --git a/file/file-source/README.adoc b/file/file-source/README.adoc
index 6e81061..b80b369 100644
--- a/file/file-source/README.adoc
+++ b/file/file-source/README.adoc
@@ -28,8 +28,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-file-kafka-connector/0.6.0/camel-file-kafka-connector-0.6.0-package.zip
-> unzip camel-file-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.6.1/camel-file-kafka-connector-0.6.1-package.zip
+> unzip camel-file-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 21/24: SQL Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0a2a05df3c26d3ba40afda4607a11dc7167fd76b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:46:57 2020 +0100

    SQL Examples: Moved to 0.6.1
---
 sql/sql-sink/README.adoc   | 4 ++--
 sql/sql-source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sql/sql-sink/README.adoc b/sql/sql-sink/README.adoc
index 36358ff..072bd68 100644
--- a/sql/sql-sink/README.adoc
+++ b/sql/sql-sink/README.adoc
@@ -26,8 +26,8 @@ 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-sql-kafka-connector/0.6.0/camel-sql-kafka-connector-0.6.0-package.zip
-> unzip camel-sql-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.6.1/camel-sql-kafka-connector-0.6.1-package.zip
+> unzip camel-sql-kafka-connector-0.6.1-package.zip
 ----
 
 There is also the need of the driver for this example
diff --git a/sql/sql-source/README.adoc b/sql/sql-source/README.adoc
index 54e8ed6..a14372a 100644
--- a/sql/sql-source/README.adoc
+++ b/sql/sql-source/README.adoc
@@ -26,8 +26,8 @@ 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-sql-kafka-connector/0.6.0/camel-sql-kafka-connector-0.6.0-package.zip
-> unzip camel-sql-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.6.1/camel-sql-kafka-connector-0.6.1-package.zip
+> unzip camel-sql-kafka-connector-0.6.1-package.zip
 ----
 
 There is also the need of the driver for this example


[camel-kafka-connector-examples] 24/24: Twitter Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7cdb2680fdbf6718a1a2bdeec3d33e68515608d2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:47:46 2020 +0100

    Twitter Examples: Moved to 0.6.1
---
 twitter/twitter-direct-message-sink/README.adoc   | 4 ++--
 twitter/twitter-direct-message-source/README.adoc | 4 ++--
 twitter/twitter-search-source/README.adoc         | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/twitter/twitter-direct-message-sink/README.adoc b/twitter/twitter-direct-message-sink/README.adoc
index e0dbaed..89a78d2 100644
--- a/twitter/twitter-direct-message-sink/README.adoc
+++ b/twitter/twitter-direct-message-sink/README.adoc
@@ -32,8 +32,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-twitter-directmessage-kafka-connector/0.6.0/camel-twitter-directmessage-kafka-connector-0.6.0-package.zip
-> unzip camel-twitter-directmessage-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-directmessage-kafka-connector/0.6.1/camel-twitter-directmessage-kafka-connector-0.6.1-package.zip
+> unzip camel-twitter-directmessage-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
diff --git a/twitter/twitter-direct-message-source/README.adoc b/twitter/twitter-direct-message-source/README.adoc
index a37222b..953b47b 100644
--- a/twitter/twitter-direct-message-source/README.adoc
+++ b/twitter/twitter-direct-message-source/README.adoc
@@ -32,8 +32,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-twitter-directmessage-kafka-connector/0.6.0/camel-twitter-directmessage-kafka-connector-0.6.0-package.zip
-> unzip camel-twitter-directmessage-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-directmessage-kafka-connector/0.6.1/camel-twitter-directmessage-kafka-connector-0.6.1-package.zip
+> unzip camel-twitter-directmessage-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
diff --git a/twitter/twitter-search-source/README.adoc b/twitter/twitter-search-source/README.adoc
index 018729a..ea24516 100644
--- a/twitter/twitter-search-source/README.adoc
+++ b/twitter/twitter-search-source/README.adoc
@@ -32,8 +32,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-twitter-search-kafka-connector/0.6.0/camel-twitter-search-kafka-connector-0.6.0-package.zip
-> unzip camel-twitter-search-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-search-kafka-connector/0.6.1/camel-twitter-search-kafka-connector-0.6.1-package.zip
+> unzip camel-twitter-search-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 05/24: CQL Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1fab99a077c5613e23cb55ed4949fa1ed4d33f75
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:41:27 2020 +0100

    CQL Examples: Moved to 0.6.1
---
 cql/cql-sink/README.adoc   | 16 ++++++++--------
 cql/cql-source/README.adoc | 34 +++++++++++++++++-----------------
 2 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/cql/cql-sink/README.adoc b/cql/cql-sink/README.adoc
index d139aee..7071c07 100644
--- a/cql/cql-sink/README.adoc
+++ b/cql/cql-sink/README.adoc
@@ -28,8 +28,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-cql-kafka-connector/0.6.0/camel-cql-kafka-connector-0.6.0-package.zip
-> unzip camel-cql-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.6.1/camel-cql-kafka-connector-0.6.1-package.zip
+> unzip camel-cql-kafka-connector-0.6.1-package.zip
 ```
 
 ## Setting up Apache Cassandra
@@ -210,8 +210,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.6.0/camel-cql-kafka-connector-0.6.0-package.zip
-> unzip camel-cql-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.6.1/camel-cql-kafka-connector-0.6.1-package.zip
+> unzip camel-cql-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build 
@@ -240,22 +240,22 @@ You should see something like this:
   {
     "class": "org.apache.camel.kafkaconnector.CamelSinkConnector",
     "type": "sink",
-    "version": "0.6.0"
+    "version": "0.6.1"
   },
   {
     "class": "org.apache.camel.kafkaconnector.CamelSourceConnector",
     "type": "source",
-    "version": "0.6.0"
+    "version": "0.6.1"
   },
   {
     "class": "org.apache.camel.kafkaconnector.cql.CamelCqlSinkConnector",
     "type": "sink",
-    "version": "0.6.0"
+    "version": "0.6.1"
   },
   {
     "class": "org.apache.camel.kafkaconnector.cql.CamelCqlSourceConnector",
     "type": "source",
-    "version": "0.6.0"
+    "version": "0.6.1"
   },
   {
     "class": "org.apache.kafka.connect.file.FileStreamSinkConnector",
diff --git a/cql/cql-source/README.adoc b/cql/cql-source/README.adoc
index 0e6ee21..ffd0689 100644
--- a/cql/cql-source/README.adoc
+++ b/cql/cql-source/README.adoc
@@ -27,7 +27,7 @@ and set the `plugin.path` property to your choosen location
 You'll need to build your connector starting from an archetype:
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -43,31 +43,31 @@ You'll need to build your connector starting from an archetype:
 [INFO] Generating project in Interactive mode
 Define value for property 'groupId': org.apache.camel.kafkaconnector.cql.extended
 Define value for property 'artifactId': cql-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.6.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.6.1
 Define value for property 'package' org.apache.camel.kafkaconnector.cql.extended: : 
 Define value for property 'camel-kafka-connector-name': camel-cql-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector.cql.extended
 artifactId: cql-extended
-version: 0.6.0
+version: 0.6.1
 package: org.apache.camel.kafkaconnector.cql.extended
 camel-kafka-connector-name: camel-cql-kafka-connector
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector.cql.extended
 [INFO] Parameter: artifactId, Value: cql-extended
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector.cql.extended
 [INFO] Parameter: packageInPathFormat, Value: org/apache/camel/kafkaconnector/cql/extended
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector.cql.extended
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector.cql.extended
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-cql-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: cql-extended
 [INFO] Project created from Archetype in dir: /home/oscerd/playground/cql-extended
 [INFO] ------------------------------------------------------------------------
@@ -124,8 +124,8 @@ In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll n
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/oscerd/playground/cql-extended/target/cql-extended-0.6.0-package.zip .
-> unzip cql-extended-0.6.0-package.zip
+> cp /home/oscerd/playground/cql-extended/target/cql-extended-0.6.1-package.zip .
+> unzip cql-extended-0.6.1-package.zip
 ```
 
 and we're now ready to setting up the Cassandra cluster.
@@ -279,8 +279,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.6.0/camel-cql-kafka-connector-0.6.0-package.zip
-> unzip camel-cql-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.6.1/camel-cql-kafka-connector-0.6.1-package.zip
+> unzip camel-cql-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build 
@@ -309,22 +309,22 @@ You should see something like this:
   {
     "class": "org.apache.camel.kafkaconnector.CamelSinkConnector",
     "type": "sink",
-    "version": "0.6.0"
+    "version": "0.6.1"
   },
   {
     "class": "org.apache.camel.kafkaconnector.CamelSourceConnector",
     "type": "source",
-    "version": "0.6.0"
+    "version": "0.6.1"
   },
   {
     "class": "org.apache.camel.kafkaconnector.cql.CamelCqlSinkConnector",
     "type": "sink",
-    "version": "0.6.0"
+    "version": "0.6.1"
   },
   {
     "class": "org.apache.camel.kafkaconnector.cql.CamelCqlSourceConnector",
     "type": "source",
-    "version": "0.6.0"
+    "version": "0.6.1"
   },
   {
     "class": "org.apache.kafka.connect.file.FileStreamSinkConnector",


[camel-kafka-connector-examples] 02/24: ArangoDB Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 66b39e6af936954d1cb687a3a46f03d4a15488a8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:40:02 2020 +0100

    ArangoDB Examples: Moved to 0.6.1
---
 arangodb/arangodb-sink-document-collection/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arangodb/arangodb-sink-document-collection/README.adoc b/arangodb/arangodb-sink-document-collection/README.adoc
index 9a3088d..874bc74 100644
--- a/arangodb/arangodb-sink-document-collection/README.adoc
+++ b/arangodb/arangodb-sink-document-collection/README.adoc
@@ -114,8 +114,8 @@ 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-arangodb-kafka-connector/0.6.0/camel-arangodb-kafka-connector-0.6.0-package.zip
-> unzip camel-arangodb-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-arangodb-kafka-connector/0.6.1/camel-arangodb-kafka-connector-0.6.1-package.zip
+> unzip camel-arangodb-kafka-connector-0.6.1-package.zip
 ----
 
 Now it's time to setup the connector


[camel-kafka-connector-examples] 23/24: Telegram Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6d766f6a72840d66e1dc1be60eca1c4a38e32b5f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:47:26 2020 +0100

    Telegram Examples: Moved to 0.6.1
---
 telegram/telegram-sink/README.adoc   | 10 +++++-----
 telegram/telegram-source/README.adoc | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/telegram/telegram-sink/README.adoc b/telegram/telegram-sink/README.adoc
index 258e2d9..54e599f 100644
--- a/telegram/telegram-sink/README.adoc
+++ b/telegram/telegram-sink/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-telegram-kafka-connector/0.6.0/camel-telegram-kafka-connector-0.6.0-package.zip
-> unzip camel-telegram-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.6.1/camel-telegram-kafka-connector-0.6.1-package.zip
+> unzip camel-telegram-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
@@ -145,8 +145,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.6.0/camel-telegram-kafka-connector-0.6.0-package.zip
-> unzip camel-telegram-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.6.1/camel-telegram-kafka-connector-0.6.1-package.zip
+> unzip camel-telegram-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build
@@ -171,7 +171,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.telegram.CamelTelegramSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.telegram.CamelTelegramSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","typ [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.telegram.CamelTelegramSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.telegram.CamelTelegramSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","typ [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/telegram/telegram-source/README.adoc b/telegram/telegram-source/README.adoc
index a94ed08..036e6b6 100644
--- a/telegram/telegram-source/README.adoc
+++ b/telegram/telegram-source/README.adoc
@@ -32,8 +32,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-telegram-kafka-connector/0.6.0/camel-telegram-kafka-connector-0.6.0-package.zip
-> unzip camel-telegram-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.6.1/camel-telegram-kafka-connector-0.6.1-package.zip
+> unzip camel-telegram-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
@@ -140,8 +140,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.6.0/camel-telegram-kafka-connector-0.6.0-package.zip
-> unzip camel-telegram-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.6.1/camel-telegram-kafka-connector-0.6.1-package.zip
+> unzip camel-telegram-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build 
@@ -166,7 +166,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelTelegramSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelTelegramSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"si [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.slack.CamelTelegramSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.slack.CamelTelegramSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"si [...]
 ----
 
 ### Set the Authorization Token as secret (optional)


[camel-kafka-connector-examples] 18/24: Rabbitmq Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 96a918460bb38603bdd9b946f03edd79f2c017c7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:45:56 2020 +0100

    Rabbitmq Examples: Moved to 0.6.1
---
 rabbitmq/rabbitmq-sink/README.adoc   | 4 ++--
 rabbitmq/rabbitmq-source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rabbitmq/rabbitmq-sink/README.adoc b/rabbitmq/rabbitmq-sink/README.adoc
index 8767d71..fae24e5 100644
--- a/rabbitmq/rabbitmq-sink/README.adoc
+++ b/rabbitmq/rabbitmq-sink/README.adoc
@@ -28,8 +28,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-rabbitmq-kafka-connector/0.6.0/camel-rabbitmq-kafka-connector-0.6.0-package.zip
-> unzip camel-rabbitmq-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-rabbitmq-kafka-connector/0.6.1/camel-rabbitmq-kafka-connector-0.6.1-package.zip
+> unzip camel-rabbitmq-kafka-connector-0.6.1-package.zip
 ```
 
 ## Setting up RabbitMQ
diff --git a/rabbitmq/rabbitmq-source/README.adoc b/rabbitmq/rabbitmq-source/README.adoc
index 1ebe728..b3283a9 100644
--- a/rabbitmq/rabbitmq-source/README.adoc
+++ b/rabbitmq/rabbitmq-source/README.adoc
@@ -28,8 +28,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-rabbitmq-kafka-connector/0.6.0/camel-rabbitmq-kafka-connector-0.6.0-package.zip
-> unzip camel-rabbitmq-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-rabbitmq-kafka-connector/0.6.1/camel-rabbitmq-kafka-connector-0.6.1-package.zip
+> unzip camel-rabbitmq-kafka-connector-0.6.1-package.zip
 ```
 
 ## Setting up RabbitMQ


[camel-kafka-connector-examples] 14/24: Minio Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2e4e34e4f5b9dbf1dbb0a589e2e9fff16f66bd2b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:44:34 2020 +0100

    Minio Examples: Moved to 0.6.1
---
 minio/minio-sink/README.adoc   | 4 ++--
 minio/minio-source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/minio/minio-sink/README.adoc b/minio/minio-sink/README.adoc
index 03c031e..b20931c 100644
--- a/minio/minio-sink/README.adoc
+++ b/minio/minio-sink/README.adoc
@@ -28,8 +28,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-minio-kafka-connector/0.6.0/camel-minio-kafka-connector-0.6.0-package.zip
-> unzip camel-minio-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-minio-kafka-connector/0.6.1/camel-minio-kafka-connector-0.6.1-package.zip
+> unzip camel-minio-kafka-connector-0.6.1-package.zip
 ```
 
 Now we need to setup a MinIO instance
diff --git a/minio/minio-source/README.adoc b/minio/minio-source/README.adoc
index 7f542c6..9ccf159 100644
--- a/minio/minio-source/README.adoc
+++ b/minio/minio-source/README.adoc
@@ -28,8 +28,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-minio-kafka-connector/0.6.0/camel-minio-kafka-connector-0.6.0-package.zip
-> unzip camel-minio-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-minio-kafka-connector/0.6.1/camel-minio-kafka-connector-0.6.1-package.zip
+> unzip camel-minio-kafka-connector-0.6.1-package.zip
 ```
 
 Now we need to setup a MinIO instance


[camel-kafka-connector-examples] 01/24: AMQP Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 748014357a7d52c9a3fb4e2d9044170128837f60
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:39:32 2020 +0100

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

diff --git a/amqp/README.adoc b/amqp/README.adoc
index 0cdbe2c..7f4d2df 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.6.0/camel-amqp-kafka-connector-0.6.0-package.zip
-> unzip camel-amqp-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-amqp-kafka-connector/0.6.1/camel-amqp-kafka-connector-0.6.1-package.zip
+> unzip camel-amqp-kafka-connector-0.6.1-package.zip
 > 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
 ```


[camel-kafka-connector-examples] 12/24: Google Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a051f9dd7fffaf0d5ba6b92aa4ebd2fb4346f1e8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:44:00 2020 +0100

    Google Examples: Moved to 0.6.1
---
 google-calendar-stream/google-calendar-stream-source/README.adoc      | 4 ++--
 google-mail-stream/google-mail-stream-source/README.adoc              | 4 ++--
 google-sheets-stream/google-sheets-stream-source/README.adoc          | 4 ++--
 .../google-sheets-stream-with-split-source/README.adoc                | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/google-calendar-stream/google-calendar-stream-source/README.adoc b/google-calendar-stream/google-calendar-stream-source/README.adoc
index f079c65..95e664b 100644
--- a/google-calendar-stream/google-calendar-stream-source/README.adoc
+++ b/google-calendar-stream/google-calendar-stream-source/README.adoc
@@ -44,8 +44,8 @@ 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-google-calendar-stream-kafka-connector/0.6.0/camel-google-calendar-stream-kafka-connector-0.6.0-package.zip
-> unzip camel-google-calendar-stream-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-calendar-stream-kafka-connector/0.6.1/camel-google-calendar-stream-kafka-connector-0.6.1-package.zip
+> unzip camel-google-calendar-stream-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
diff --git a/google-mail-stream/google-mail-stream-source/README.adoc b/google-mail-stream/google-mail-stream-source/README.adoc
index 07bccfe..5baa7c8 100644
--- a/google-mail-stream/google-mail-stream-source/README.adoc
+++ b/google-mail-stream/google-mail-stream-source/README.adoc
@@ -42,8 +42,8 @@ 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-google-mail-stream-kafka-connector/0.6.0/camel-google-mail-stream-kafka-connector-0.6.0-package.zip
-> unzip camel-google-mail-stream-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-mail-stream-kafka-connector/0.6.1/camel-google-mail-stream-kafka-connector-0.6.1-package.zip
+> unzip camel-google-mail-stream-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
diff --git a/google-sheets-stream/google-sheets-stream-source/README.adoc b/google-sheets-stream/google-sheets-stream-source/README.adoc
index 4c32615..b08182b 100644
--- a/google-sheets-stream/google-sheets-stream-source/README.adoc
+++ b/google-sheets-stream/google-sheets-stream-source/README.adoc
@@ -42,8 +42,8 @@ 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-google-sheets-stream-kafka-connector/0.6.0/camel-google-sheets-stream-kafka-connector-0.6.0-package.zip
-> unzip camel-google-sheets-stream-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-sheets-stream-kafka-connector/0.6.1/camel-google-sheets-stream-kafka-connector-0.6.1-package.zip
+> unzip camel-google-sheets-stream-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
diff --git a/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc b/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc
index 12df6ea..0691b63 100644
--- a/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc
+++ b/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc
@@ -45,8 +45,8 @@ 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-google-sheets-stream-kafka-connector/0.6.0/camel-google-sheets-stream-kafka-connector-0.6.0-package.zip
-> unzip camel-google-sheets-stream-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-sheets-stream-kafka-connector/0.6.1/camel-google-sheets-stream-kafka-connector-0.6.1-package.zip
+> unzip camel-google-sheets-stream-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect


[camel-kafka-connector-examples] 13/24: Infinispan Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bf52c9fec45a2901af8c7441f9c933ebd7dfe55f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:44:19 2020 +0100

    Infinispan Examples: Moved to 0.6.1
---
 infinispan/infinispan-sink/README.adoc                       | 4 ++--
 infinispan/infinispan-source-with-authentication/README.adoc | 4 ++--
 infinispan/infinispan-source/README.adoc                     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/infinispan/infinispan-sink/README.adoc b/infinispan/infinispan-sink/README.adoc
index 174e6b6..9c97e34 100644
--- a/infinispan/infinispan-sink/README.adoc
+++ b/infinispan/infinispan-sink/README.adoc
@@ -127,8 +127,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-infinispan-kafka-connector/0.6.0/camel-infinispan-kafka-connector-0.6.0-package.zip
-> unzip camel-infinispan-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.6.1/camel-infinispan-kafka-connector-0.6.1-package.zip
+> unzip camel-infinispan-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
diff --git a/infinispan/infinispan-source-with-authentication/README.adoc b/infinispan/infinispan-source-with-authentication/README.adoc
index 3152640..63c9614 100644
--- a/infinispan/infinispan-source-with-authentication/README.adoc
+++ b/infinispan/infinispan-source-with-authentication/README.adoc
@@ -114,8 +114,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-infinispan-kafka-connector/0.6.0/camel-infinispan-kafka-connector-0.6.0-package.zip
-> unzip camel-infinispan-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.6.1/camel-infinispan-kafka-connector-0.6.1-package.zip
+> unzip camel-infinispan-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
diff --git a/infinispan/infinispan-source/README.adoc b/infinispan/infinispan-source/README.adoc
index 59cb127..20f8a04 100644
--- a/infinispan/infinispan-source/README.adoc
+++ b/infinispan/infinispan-source/README.adoc
@@ -157,8 +157,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-infinispan-kafka-connector/0.6.0/camel-infinispan-kafka-connector-0.6.0-package.zip
-> unzip camel-infinispan-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.6.1/camel-infinispan-kafka-connector-0.6.1-package.zip
+> unzip camel-infinispan-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 20/24: Slack Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a0d14a07e51cd73a2c59a17a0171c47eb15ff516
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:46:41 2020 +0100

    Slack Examples: Moved to 0.6.1
---
 slack/slack-sink/README.adoc                       | 10 ++++----
 .../README.adoc                                    | 28 +++++++++++-----------
 .../README.adoc                                    | 28 +++++++++++-----------
 slack/slack-source/README.adoc                     | 10 ++++----
 4 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/slack/slack-sink/README.adoc b/slack/slack-sink/README.adoc
index 977e018..e15a37b 100644
--- a/slack/slack-sink/README.adoc
+++ b/slack/slack-sink/README.adoc
@@ -44,8 +44,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-slack-kafka-connector/0.6.0/camel-slack-kafka-connector-0.6.0-package.zip
-> unzip camel-slack-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.6.1/camel-slack-kafka-connector-0.6.1-package.zip
+> unzip camel-slack-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
@@ -149,8 +149,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.6.0/camel-slack-kafka-connector-0.6.0-package.zip
-> unzip camel-slack-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.6.1/camel-slack-kafka-connector-0.6.1-package.zip
+> unzip camel-slack-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build 
@@ -175,7 +175,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","v [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","v [...]
 ----
 
 ### Set the Bot Token as secret (optional)
diff --git a/slack/slack-source-apicurio-schema-registry/README.adoc b/slack/slack-source-apicurio-schema-registry/README.adoc
index d930d9b..5306880 100644
--- a/slack/slack-source-apicurio-schema-registry/README.adoc
+++ b/slack/slack-source-apicurio-schema-registry/README.adoc
@@ -66,7 +66,7 @@ and set the `plugin.path` property to your choosen location
 You'll need to build your connector starting from an archetype:
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -83,31 +83,31 @@ You'll need to build your connector starting from an archetype:
 [INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.4.0] found in catalog remote
 Define value for property 'groupId': org.apache.camel.kafkaconnector
 Define value for property 'artifactId': slack-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.6.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.6.1
 Define value for property 'package' org.apache.camel.kafkaconnector: : 
 Define value for property 'camel-kafka-connector-name': camel-slack-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: slack-extended
-version: 0.6.0
+version: 0.6.1
 package: org.apache.camel.kafkaconnector
 camel-kafka-connector-name: camel-slack-kafka-connector
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: slack-extended
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: packageInPathFormat, Value: org/apache/camel/kafkaconnector
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-slack-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: slack-extended
 [INFO] Project created from Archetype in dir: /home/oscerd/playground/slack-extended
 [INFO] ------------------------------------------------------------------------
@@ -126,7 +126,7 @@ Now we need to edit the POM
   .
   .
   .
-  <version>0.6.0</version>
+  <version>0.6.1</version>
   <name>A Camel Kafka Connector extended</name>
 
   <properties>
@@ -151,12 +151,12 @@ Now we need to edit the POM
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-slack-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
        <groupId>io.apicurio</groupId>
@@ -186,8 +186,8 @@ In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll n
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/slack-extended/target/slack-extended-0.6.0-package.zip .
-> unzip slack-extended-0.6.0-package.zip
+> cp /home/workspace/miscellanea/slack-extended/target/slack-extended-0.6.1-package.zip .
+> unzip slack-extended-0.6.1-package.zip
 ```
 
 Now it's time to setup the connector
diff --git a/slack/slack-source-avro-apicurio-schema-registry/README.adoc b/slack/slack-source-avro-apicurio-schema-registry/README.adoc
index b22f50f..809e9ab 100644
--- a/slack/slack-source-avro-apicurio-schema-registry/README.adoc
+++ b/slack/slack-source-avro-apicurio-schema-registry/README.adoc
@@ -66,7 +66,7 @@ and set the `plugin.path` property to your choosen location
 You'll need to build your connector starting from an archetype:
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -83,31 +83,31 @@ You'll need to build your connector starting from an archetype:
 [INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.4.0] found in catalog remote
 Define value for property 'groupId': org.apache.camel.kafkaconnector
 Define value for property 'artifactId': slack-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.6.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.6.1
 Define value for property 'package' org.apache.camel.kafkaconnector: : 
 Define value for property 'camel-kafka-connector-name': camel-slack-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: slack-extended
-version: 0.6.0
+version: 0.6.1
 package: org.apache.camel.kafkaconnector
 camel-kafka-connector-name: camel-slack-kafka-connector
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: slack-extended
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: packageInPathFormat, Value: org/apache/camel/kafkaconnector
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-slack-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: slack-extended
 [INFO] Project created from Archetype in dir: /home/oscerd/playground/slack-extended
 [INFO] ------------------------------------------------------------------------
@@ -126,7 +126,7 @@ Now we need to edit the POM
   .
   .
   .
-  <version>0.6.0</version>
+  <version>0.6.1</version>
   <name>A Camel Kafka Connector extended</name>
 
   <properties>
@@ -151,12 +151,12 @@ Now we need to edit the POM
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-slack-kafka-connector</artifactId>
-      <version>0.6.0</version>
+      <version>0.6.1</version>
     </dependency>
     <dependency>
        <groupId>io.apicurio</groupId>
@@ -184,8 +184,8 @@ In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll n
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/slack-extended/target/slack-extended-0.6.0-package.zip .
-> unzip slack-extended-0.6.0-package.zip
+> cp /home/workspace/miscellanea/slack-extended/target/slack-extended-0.6.1-package.zip .
+> unzip slack-extended-0.6.1-package.zip
 ```
 
 Now it's time to setup the connector
diff --git a/slack/slack-source/README.adoc b/slack/slack-source/README.adoc
index f9e80d4..076f0f6 100644
--- a/slack/slack-source/README.adoc
+++ b/slack/slack-source/README.adoc
@@ -43,8 +43,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-slack-kafka-connector/0.6.0/camel-slack-kafka-connector-0.6.0-package.zip
-> unzip camel-slack-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.6.1/camel-slack-kafka-connector-0.6.1-package.zip
+> unzip camel-slack-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
@@ -149,8 +149,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.6.0/camel-slack-kafka-connector-0.6.0-package.zip
-> unzip camel-slack-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.6.1/camel-slack-kafka-connector-0.6.1-package.zip
+> unzip camel-slack-kafka-connector-0.6.1-package.zip
 ```
 
 Now we can start the build 
@@ -175,7 +175,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSinkConnector","type":"sink","version":"0.6.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSourceConnector","type":"source","version":"0.6.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","v [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSinkConnector","type":"sink","version":"0.6.1"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSourceConnector","type":"source","version":"0.6.1"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","v [...]
 ----
 
 ### Set the Bot Token as secret (optional)


[camel-kafka-connector-examples] 11/24: Git Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 397e7e9d0aaf60b858ee484ad81c30778765a10c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:43:27 2020 +0100

    Git Examples: Moved to 0.6.1
---
 git/git-source-branch/README.adoc | 4 ++--
 git/git-source-commit/README.adoc | 4 ++--
 git/git-source-tag/README.adoc    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/git/git-source-branch/README.adoc b/git/git-source-branch/README.adoc
index cb0408a..cc52100 100644
--- a/git/git-source-branch/README.adoc
+++ b/git/git-source-branch/README.adoc
@@ -24,8 +24,8 @@ 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-git-kafka-connector/0.6.0/camel-git-kafka-connector-0.6.0-package.zip
-> unzip camel-git-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.6.1/camel-git-kafka-connector-0.6.1-package.zip
+> unzip camel-git-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
diff --git a/git/git-source-commit/README.adoc b/git/git-source-commit/README.adoc
index da12337..0e39edd 100644
--- a/git/git-source-commit/README.adoc
+++ b/git/git-source-commit/README.adoc
@@ -24,8 +24,8 @@ 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-git-kafka-connector/0.6.0/camel-git-kafka-connector-0.6.0-package.zip
-> unzip camel-git-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.6.1/camel-git-kafka-connector-0.6.1-package.zip
+> unzip camel-git-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect
diff --git a/git/git-source-tag/README.adoc b/git/git-source-tag/README.adoc
index 1091352..e1218fe 100644
--- a/git/git-source-tag/README.adoc
+++ b/git/git-source-tag/README.adoc
@@ -24,8 +24,8 @@ 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-git-kafka-connector/0.6.0/camel-git-kafka-connector-0.6.0-package.zip
-> unzip camel-git-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.6.1/camel-git-kafka-connector-0.6.1-package.zip
+> unzip camel-git-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect


[camel-kafka-connector-examples] 04/24: Braintree examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 81135a07ee8b451676f6904630dc35fbbb83aa21
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:41:08 2020 +0100

    Braintree examples: Moved to 0.6.1
---
 braintree/customer-delete-sink-connector/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/braintree/customer-delete-sink-connector/README.adoc b/braintree/customer-delete-sink-connector/README.adoc
index 600c4fd..fed201a 100644
--- a/braintree/customer-delete-sink-connector/README.adoc
+++ b/braintree/customer-delete-sink-connector/README.adoc
@@ -34,8 +34,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-braintree-kafka-connector/0.6.0/camel-braintree-kafka-connector-0.6.0-package.zip
-> unzip camel-braintree-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-braintree-kafka-connector/0.6.1/camel-braintree-kafka-connector-0.6.1-package.zip
+> unzip camel-braintree-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 22/24: SSH Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 22853d8e9e0e600acf26307225edb87fb1c3165e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:47:11 2020 +0100

    SSH Examples: Moved to 0.6.1
---
 ssh/ssh-sink/README.adoc   |  4 ++--
 ssh/ssh-source/README.adoc | 24 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/ssh/ssh-sink/README.adoc b/ssh/ssh-sink/README.adoc
index f9e714a..f06cd3e 100644
--- a/ssh/ssh-sink/README.adoc
+++ b/ssh/ssh-sink/README.adoc
@@ -46,8 +46,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-ssh-kafka-connector/0.6.0/camel-ssh-kafka-connector-0.6.0-package.zip
-> unzip camel-ssh-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ssh-kafka-connector/0.6.1/camel-ssh-kafka-connector-0.6.1-package.zip
+> unzip camel-ssh-kafka-connector-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors
diff --git a/ssh/ssh-source/README.adoc b/ssh/ssh-source/README.adoc
index bf9eb7b..057309a 100644
--- a/ssh/ssh-source/README.adoc
+++ b/ssh/ssh-source/README.adoc
@@ -45,7 +45,7 @@ and set the `plugin.path` property to your choosen location
 You'll need to build your connector starting from an archetype:
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.6.1
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -59,34 +59,34 @@ You'll need to build your connector starting from an archetype:
 [INFO] 
 [INFO] --- maven-archetype-plugin:3.1.2:generate (default-cli) @ standalone-pom ---
 [INFO] Generating project in Interactive mode
-[INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.6.0] found in catalog remote
+[INFO] Archetype repository not defined. Using the one from [org.apache.camel.kafkaconnector.archetypes:camel-kafka-connector-extensible-archetype:0.6.1] found in catalog remote
 Define value for property 'groupId': org.apache.camel.kafkaconnector
 Define value for property 'artifactId': ssh-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.6.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.6.1
 Define value for property 'package' org.apache.camel.kafkaconnector: : 
 Define value for property 'camel-kafka-connector-name': camel-ssh-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.6.0
+[INFO] Using property: camel-kafka-connector-version = 0.6.1
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: ssh-extended
-version: 0.6.0
+version: 0.6.1
 package: com.github.oscerd
 camel-kafka-connector-name: camel-ssh-kafka-connector
-camel-kafka-connector-version: 0.6.0
+camel-kafka-connector-version: 0.6.1
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.6.1
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: ssh-extended
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: packageInPathFormat, Value: org/apache/camel/kafkaconnector
 [INFO] Parameter: package, Value: org.apache.camel.kafkaconnector
-[INFO] Parameter: version, Value: 0.6.0
+[INFO] Parameter: version, Value: 0.6.1
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-ssh-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.6.1
 [INFO] Parameter: artifactId, Value: ftps-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/ssh-extended
 [INFO] ------------------------------------------------------------------------
@@ -171,8 +171,8 @@ In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll n
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/ftps-extended/target/ssh-extended-0.6.0-package.zip .
-> unzip ssh-extended-0.6.0-package.zip
+> cp /home/workspace/miscellanea/ftps-extended/target/ssh-extended-0.6.1-package.zip .
+> unzip ssh-extended-0.6.1-package.zip
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 17/24: PGEvent Example: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 86b5cbebda70f8818bfbd84c1fca2d3f9576cf3e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:45:39 2020 +0100

    PGEvent Example: Moved to 0.6.1
---
 pgevent/pgevent-source/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pgevent/pgevent-source/README.adoc b/pgevent/pgevent-source/README.adoc
index f8ff5f0..3adb4ba 100644
--- a/pgevent/pgevent-source/README.adoc
+++ b/pgevent/pgevent-source/README.adoc
@@ -25,8 +25,8 @@ 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-pgevent-kafka-connector/0.6.0/camel-pgevent-kafka-connector-0.6.0-package.zip
-> unzip camel-pgevent-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-pgevent-kafka-connector/0.6.1/camel-pgevent-kafka-connector-0.6.1-package.zip
+> unzip camel-pgevent-kafka-connector-0.6.1-package.zip
 ----
 
 === Configuring Kafka Connect


[camel-kafka-connector-examples] 15/24: Nats Examples: Moved to 0.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 666033825ad534eae27ebbd4a0f5e284a3a5432b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 3 14:44:57 2020 +0100

    Nats Examples: Moved to 0.6.1
---
 nats/nats-sink/README.adoc   | 4 ++--
 nats/nats-source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nats/nats-sink/README.adoc b/nats/nats-sink/README.adoc
index 574ef00..ad863f1 100644
--- a/nats/nats-sink/README.adoc
+++ b/nats/nats-sink/README.adoc
@@ -28,8 +28,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-nats-kafka-connector/0.6.0/camel-nats-kafka-connector-0.6.0-package.zip
-> unzip camel-nats-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nats-kafka-connector/0.6.1/camel-nats-kafka-connector-0.6.1-package.zip
+> unzip camel-nats-kafka-connector-0.6.1-package.zip
 ```
 
 In this example we'll use a docker image for NATS
diff --git a/nats/nats-source/README.adoc b/nats/nats-source/README.adoc
index 9ffcdd2..6a876cf 100644
--- a/nats/nats-source/README.adoc
+++ b/nats/nats-source/README.adoc
@@ -28,8 +28,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-nats-kafka-connector/0.6.0/camel-nats-kafka-connector-0.6.0-package.zip
-> unzip camel-nats-kafka-connector-0.6.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nats-kafka-connector/0.6.1/camel-nats-kafka-connector-0.6.1-package.zip
+> unzip camel-nats-kafka-connector-0.6.1-package.zip
 ```
 
 In this example we'll use a docker image for NATS