You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/03/11 06:35:54 UTC

[camel-kafka-connector-examples] branch 0.11.5 created (now 09ac5d9)

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

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


      at 09ac5d9  Move example to 0.11.5: Twitter

This branch includes the following new commits:

     new 766a02d  Move examples to 0.11.5: AMQP
     new 9fb064f  Move examples to 0.11.5: ArangoDB
     new 33e90e2  Move examples to 0.11.5: AWS-*
     new 1b7055d  Move examples to 0.11.5: Braintree
     new 6114cf8  Move examples to 0.11.5: Couchbase
     new 6b5c17d  Move examples ot 0.11.5: CQL
     new 00cf669  Move examples to 0.11.5: Cron
     new e5b0e3c  Move examples to 0.11.5: Docker
     new 8c70a8f  Move examples to 0.11.5: Exec
     new d7a7e0e  Move examples to 0.11.5: Fhir
     new 7e62e0a  Move examples to 0.11.5: File
     new c596d37  Move examples to 0.11.5: File-watch
     new 12e59c0  Move example to 0.11.5: Ftp*
     new 8373884  Move examples to 0.11.5: Git
     new 26c2685  Move examples to 0.11.5
     new 1eaca11  Move examples to 0.11.5: Google-*
     new 61742e5  Move examples to 0.11.5: Infinispan
     new 586105b  Move example to 0.11.5: Jdbc
     new e3b4594  Move example to	0.11.5:	Minio
     new 2f01bd0  Move example to	0.11.5:	Nats
     new 56e0b12  Move example to	0.11.5:	NSQ
     new 36805f7  Move example to 0.11.5: Other
     new e6d3e08  Move example to 0.11.5: PGEvent
     new 0a5c72a  Move example to 0.11.5: Quartz
     new f724ecc  Move example to 0.11.5: RabbitMQ
     new 0184172  Move example to 0.11.5: SCP
     new 3d66394  Move example to 0.11.5: Slack
     new 551c4d4  Move example to 0.11.5: SQL
     new 9af5a48  Move example to 0.11.5: SSH
     new 89661d3  Move example to 0.11.5: Telegram
     new 09ac5d9  Move example to 0.11.5: Twitter

The 31 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/31: Move example to 0.11.5: Minio

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

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

commit e3b45940b52b0ef528dfe948710e46740d92524f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:31:20 2022 +0100

    Move example to	0.11.5:	Minio
---
 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 653eb2c..62ef527 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.11.0/camel-minio-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-minio-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-minio-kafka-connector/0.11.5/camel-minio-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-minio-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now we need to setup a MinIO instance
diff --git a/minio/minio-source/README.adoc b/minio/minio-source/README.adoc
index 945b30a..2a49a40 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.11.0/camel-minio-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-minio-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-minio-kafka-connector/0.11.5/camel-minio-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-minio-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now we need to setup a MinIO instance

[camel-kafka-connector-examples] 01/31: Move examples to 0.11.5: AMQP

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

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

commit 766a02d7ffaf3b3c7193f588cb625fc54f0d9cd4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:23:37 2022 +0100

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

diff --git a/amqp/README.adoc b/amqp/README.adoc
index 5d4f5fc..5ba9d34 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.11.0/camel-amqp-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-amqp-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-amqp-kafka-connector/0.11.5/camel-amqp-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-amqp-kafka-connector-0.11.5-package.tar.gz
 > wget https://downloads.apache.org/qpid/jms/0.51.0/apache-qpid-jms-0.51.0-bin.tar.gz
 > tar -xzvf apache-qpid-jms-0.51.0-bin.tar.gz
 ```

[camel-kafka-connector-examples] 20/31: Move example to 0.11.5: Nats

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

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

commit 2f01bd09edb859bcf301dfaad9b12c19fa4211ed
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:31:35 2022 +0100

    Move example to	0.11.5:	Nats
---
 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 606777e..3fb53f6 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.11.0/camel-nats-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-nats-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nats-kafka-connector/0.11.5/camel-nats-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-nats-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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 8b8e331..d6a8b84 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.11.0/camel-nats-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-nats-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nats-kafka-connector/0.11.5/camel-nats-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-nats-kafka-connector-0.11.5-package.tar.gz
 ```
 
 In this example we'll use a docker image for NATS

[camel-kafka-connector-examples] 17/31: Move examples to 0.11.5: Infinispan

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

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

commit 61742e5026394b11ffc221b027045eeeed5de583
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:30:29 2022 +0100

    Move examples to 0.11.5: Infinispan
---
 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 b4dee00..9ce04ea 100644
--- a/infinispan/infinispan-sink/README.adoc
+++ b/infinispan/infinispan-sink/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.11.0/camel-infinispan-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-infinispan-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.11.5/camel-infinispan-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-infinispan-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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 de8a1e6..cf9827a 100644
--- a/infinispan/infinispan-source-with-authentication/README.adoc
+++ b/infinispan/infinispan-source-with-authentication/README.adoc
@@ -120,8 +120,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.11.0/camel-infinispan-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-infinispan-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.11.5/camel-infinispan-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-infinispan-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/infinispan/infinispan-source/README.adoc b/infinispan/infinispan-source/README.adoc
index a150604..927e2e7 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.11.0/camel-infinispan-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-infinispan-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.11.5/camel-infinispan-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-infinispan-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors

[camel-kafka-connector-examples] 29/31: Move example to 0.11.5: SSH

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

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

commit 9af5a480fe45b4fa2866e7b78c34a43ea6df2cfa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:34:32 2022 +0100

    Move example to 0.11.5: SSH
---
 ssh/ssh-sink/README.adoc   |  4 ++--
 ssh/ssh-source/README.adoc | 26 +++++++++++++-------------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/ssh/ssh-sink/README.adoc b/ssh/ssh-sink/README.adoc
index ae9e352..c35feac 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.11.0/camel-ssh-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-ssh-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ssh-kafka-connector/0.11.5/camel-ssh-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-ssh-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/ssh/ssh-source/README.adoc b/ssh/ssh-source/README.adoc
index 318ee52..bd7710a 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.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -59,41 +59,41 @@ 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.11.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.11.5] 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.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 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.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: ssh-extended
-version: 0.11.0
+version: 0.11.5
 package: com.github.oscerd
 camel-kafka-connector-name: camel-ssh-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: ssh-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: ftps-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/ssh-extended
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time:  24.590 s
-[INFO] Finished at: 2020-11-05T07:45:43+01:00
+[INFO] Finished at: 2020.11.55T07:45:43+01:00
 [INFO] ------------------------------------------------------------------------
 > cd /home/workspace/miscellanea/ssh-extended
 ```
@@ -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.11.0-package.tar.gz .
-> untar.gz ssh-extended-0.11.0-package.tar.gz
+> cp /home/workspace/miscellanea/ftps-extended/target/ssh-extended-0.11.5-package.tar.gz .
+> untar.gz ssh-extended-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors

[camel-kafka-connector-examples] 21/31: Move example to 0.11.5: NSQ

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

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

commit 56e0b12816f771bafa251daad690b7a07b5ee9ff
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:31:53 2022 +0100

    Move example to	0.11.5:	NSQ
---
 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 e372dc1..a379e5e 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.11.0/camel-nsq-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-nsq-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nsq-kafka-connector/0.11.5/camel-nsq-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-nsq-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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 7c31f72..3ce148f 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.11.0/camel-nsq-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-nsq-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nsq-kafka-connector/0.11.5/camel-nsq-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-nsq-kafka-connector-0.11.5-package.tar.gz
 ```
 
 We'll need to add also some dependencies for this connector

[camel-kafka-connector-examples] 27/31: Move example to 0.11.5: Slack

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

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

commit 3d66394ceab498d0928faee99babe36642d2b681
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:34:09 2022 +0100

    Move example to 0.11.5: Slack
---
 slack/slack-sink/README.adoc                       | 10 +++----
 .../README.adoc                                    | 34 +++++++++++-----------
 .../README.adoc                                    | 34 +++++++++++-----------
 slack/slack-source/README.adoc                     | 10 +++----
 4 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/slack/slack-sink/README.adoc b/slack/slack-sink/README.adoc
index 6c876b2..d21c886 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.11.0/camel-slack-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-slack-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.11.5/camel-slack-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-slack-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0/camel-slack-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-slack-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.11.5/camel-slack-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-slack-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
 ----
 
 ### 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 050e18b..07bdc0c 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.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -83,38 +83,38 @@ 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.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 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.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: slack-extended
-version: 0.11.0
+version: 0.11.5
 package: org.apache.camel.kafkaconnector
 camel-kafka-connector-name: camel-slack-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: slack-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: slack-extended
 [INFO] Project created from Archetype in dir: /home/oscerd/playground/slack-extended
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time:  39.295 s
-[INFO] Finished at: 2020.11.03T09:16:51+02:00
+[INFO] Finished at: 2020.11.53T09:16:51+02:00
 [INFO] ------------------------------------------------------------------------
 > cd /home/workspace/miscellanea/slack-extended
 ```
@@ -126,7 +126,7 @@ Now we need to edit the POM
   .
   .
   .
-  <version>0.11.0</version>
+  <version>0.11.5</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.11.0</version>
+      <version>0.11.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-slack-kafka-connector</artifactId>
-      <version>0.11.0</version>
+      <version>0.11.5</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.11.0-package.tar.gz .
-> untar.gz slack-extended-0.11.0-package.tar.gz
+> cp /home/workspace/miscellanea/slack-extended/target/slack-extended-0.11.5-package.tar.gz .
+> untar.gz slack-extended-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connector
@@ -244,14 +244,14 @@ We can also collect some version meta info for the schema
 
 ```
 curl -X GET http://localhost:8080/api/artifacts/mytopic-value/versions/1/meta
-{"version":1,"createdOn":160.11.0208148,"type":"KCONNECT","globalId":1,"state":"ENABLED","id":"mytopic-value"}
+{"version":1,"createdOn":160.11.5208148,"type":"KCONNECT","globalId":1,"state":"ENABLED","id":"mytopic-value"}
 ```
 
 and some meta info too
 
 ```
 curl -X GET http://localhost:8080/api/artifacts/mytopic-value/meta
-{"createdOn":160.11.0208148,"modifiedOn":160.11.0208148,"id":"mytopic-value","version":1,"type":"KCONNECT","globalId":1,"state":"ENABLED"}
+{"createdOn":160.11.5208148,"modifiedOn":160.11.5208148,"id":"mytopic-value","version":1,"type":"KCONNECT","globalId":1,"state":"ENABLED"}
 ```
 
 and finally the schema content
diff --git a/slack/slack-source-avro-apicurio-schema-registry/README.adoc b/slack/slack-source-avro-apicurio-schema-registry/README.adoc
index 857d7aa..ddd3386 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.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -83,38 +83,38 @@ 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.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 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.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: slack-extended
-version: 0.11.0
+version: 0.11.5
 package: org.apache.camel.kafkaconnector
 camel-kafka-connector-name: camel-slack-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: slack-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: slack-extended
 [INFO] Project created from Archetype in dir: /home/oscerd/playground/slack-extended
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time:  39.295 s
-[INFO] Finished at: 2020.11.03T09:16:51+02:00
+[INFO] Finished at: 2020.11.53T09:16:51+02:00
 [INFO] ------------------------------------------------------------------------
 > cd /home/workspace/miscellanea/slack-extended
 ```
@@ -126,7 +126,7 @@ Now we need to edit the POM
   .
   .
   .
-  <version>0.11.0</version>
+  <version>0.11.5</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.11.0</version>
+      <version>0.11.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-slack-kafka-connector</artifactId>
-      <version>0.11.0</version>
+      <version>0.11.5</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.11.0-package.tar.gz .
-> untar.gz slack-extended-0.11.0-package.tar.gz
+> cp /home/workspace/miscellanea/slack-extended/target/slack-extended-0.11.5-package.tar.gz .
+> untar.gz slack-extended-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connector
@@ -247,14 +247,14 @@ We can also collect some version meta info for the schema
 
 ```
 curl -X GET http://localhost:8080/api/artifacts/mytopic-value/versions/1/meta
-{"version":1,"createdOn":160.11.0208148,"type":"KCONNECT","globalId":1,"state":"ENABLED","id":"mytopic-value"}
+{"version":1,"createdOn":160.11.5208148,"type":"KCONNECT","globalId":1,"state":"ENABLED","id":"mytopic-value"}
 ```
 
 and some meta info too
 
 ```
 curl -X GET http://localhost:8080/api/artifacts/mytopic-value/meta
-{"createdOn":160.11.0208148,"modifiedOn":160.11.0208148,"id":"mytopic-value","version":1,"type":"KCONNECT","globalId":1,"state":"ENABLED"}
+{"createdOn":160.11.5208148,"modifiedOn":160.11.5208148,"id":"mytopic-value","version":1,"type":"KCONNECT","globalId":1,"state":"ENABLED"}
 ```
 
 and finally the schema content
diff --git a/slack/slack-source/README.adoc b/slack/slack-source/README.adoc
index ef70d29..e77c573 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.11.0/camel-slack-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-slack-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.11.5/camel-slack-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-slack-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0/camel-slack-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-slack-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.11.5/camel-slack-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-slack-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.slack.CamelSlackSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink [...]
 ----
 
 ### Set the Bot Token as secret (optional)

[camel-kafka-connector-examples] 14/31: Move examples to 0.11.5: Git

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

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

commit 837388408cbf72d1ea780a94c3a5d684e8be65f0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:29:38 2022 +0100

    Move examples to 0.11.5: Git
---
 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 ec3f697..c8d9bcb 100644
--- a/git/git-source-branch/README.adoc
+++ b/git/git-source-branch/README.adoc
@@ -24,8 +24,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.11.0/camel-git-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-git-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.11.5/camel-git-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-git-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/git/git-source-commit/README.adoc b/git/git-source-commit/README.adoc
index c884d99..a4dac6b 100644
--- a/git/git-source-commit/README.adoc
+++ b/git/git-source-commit/README.adoc
@@ -24,8 +24,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.11.0/camel-git-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-git-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.11.5/camel-git-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-git-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/git/git-source-tag/README.adoc b/git/git-source-tag/README.adoc
index 3edffb2..b3d3365 100644
--- a/git/git-source-tag/README.adoc
+++ b/git/git-source-tag/README.adoc
@@ -24,8 +24,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.11.0/camel-git-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-git-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.11.5/camel-git-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-git-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect

[camel-kafka-connector-examples] 10/31: Move examples to 0.11.5: Fhir

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

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

commit d7a7e0e8423375ea4c6964ce99c6bb5d49e76375
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:28:13 2022 +0100

    Move examples to 0.11.5: Fhir
---
 fhir/sink/README.adoc   | 4 ++--
 fhir/source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/fhir/sink/README.adoc b/fhir/sink/README.adoc
index 3d381fc..99cb289 100644
--- a/fhir/sink/README.adoc
+++ b/fhir/sink/README.adoc
@@ -29,8 +29,8 @@ In this example we'll use `/home/ldemasi/connectors/`
 
 ```
 > mkdir -p /home/ldemasi/connectors/ && cd /home/ldemasi/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-fhir-kafka-connector/0.11.0/camel-fhir-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-fhir-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-fhir-kafka-connector/0.11.5/camel-fhir-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-fhir-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now you can run the example
diff --git a/fhir/source/README.adoc b/fhir/source/README.adoc
index d9ca1be..333907d 100644
--- a/fhir/source/README.adoc
+++ b/fhir/source/README.adoc
@@ -29,8 +29,8 @@ In this example we'll use `/home/ldemasi/connectors/`
 
 ```
 > mkdir -p /home/ldemasi/connectors/ && cd /home/ldemasi/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-fhir-kafka-connector/0.11.0/camel-fhir-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-fhir-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-fhir-kafka-connector/0.11.5/camel-fhir-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-fhir-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now you can run the example

[camel-kafka-connector-examples] 02/31: Move examples to 0.11.5: ArangoDB

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

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

commit 9fb064f9701cbb8c3985e3c829311b0753cf2ea9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:24:01 2022 +0100

    Move examples to 0.11.5: ArangoDB
---
 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 fd2ea1e..698cd84 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-arangodb-kafka-connector/0.11.0/camel-arangodb-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-arangodb-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-arangodb-kafka-connector/0.11.5/camel-arangodb-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-arangodb-kafka-connector-0.11.5-package.tar.gz
 ----
 
 Now it's time to setup the connector

[camel-kafka-connector-examples] 04/31: Move examples to 0.11.5: Braintree

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

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

commit 1b7055d671f37b7b08a3128d3c1f3d8c507393b2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:24:46 2022 +0100

    Move examples to 0.11.5: Braintree
---
 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 1d5cef2..d745241 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.11.0/camel-braintree-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-braintree-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-braintree-kafka-connector/0.11.5/camel-braintree-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-braintree-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors

[camel-kafka-connector-examples] 23/31: Move example to 0.11.5: PGEvent

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

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

commit e6d3e08444173790c3d9d414a952ee801fa1329c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:32:58 2022 +0100

    Move example to 0.11.5: PGEvent
---
 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 207a589..837dde9 100644
--- a/pgevent/pgevent-source/README.adoc
+++ b/pgevent/pgevent-source/README.adoc
@@ -24,8 +24,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-pgevent-kafka-connector/0.11.0/camel-pgevent-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-pgevent-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-pgevent-kafka-connector/0.11.5/camel-pgevent-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-pgevent-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect

[camel-kafka-connector-examples] 08/31: Move examples to 0.11.5: Docker

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

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

commit e5b0e3cbeabca3730f3fb169f5ab18d12297c33d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:27:40 2022 +0100

    Move examples to 0.11.5: Docker
---
 docker/docker-sink-pull/README.adoc     |  4 ++--
 docker/docker-sink-tag/README.adoc      |  4 ++--
 docker/docker-source-events/README.adoc | 12 ++++++------
 docker/docker-source-stats/README.adoc  |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docker/docker-sink-pull/README.adoc b/docker/docker-sink-pull/README.adoc
index 8f8d42a..a1883e2 100644
--- a/docker/docker-sink-pull/README.adoc
+++ b/docker/docker-sink-pull/README.adoc
@@ -24,8 +24,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.11.0/camel-docker-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-docker-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.11.5/camel-docker-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-docker-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/docker/docker-sink-tag/README.adoc b/docker/docker-sink-tag/README.adoc
index bc5b789..0f14b97 100644
--- a/docker/docker-sink-tag/README.adoc
+++ b/docker/docker-sink-tag/README.adoc
@@ -41,8 +41,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.11.0/camel-docker-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-docker-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.11.5/camel-docker-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-docker-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/docker/docker-source-events/README.adoc b/docker/docker-source-events/README.adoc
index d54b70e..dfaf691 100644
--- a/docker/docker-source-events/README.adoc
+++ b/docker/docker-source-events/README.adoc
@@ -24,8 +24,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.11.0/camel-docker-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-docker-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.11.5/camel-docker-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-docker-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect
@@ -88,7 +88,7 @@ and I want to delete it and check the events in the mytopic Kafka topic
 > docker rmi e7d08cddf791
 Untagged: debian:latest
 Untagged: debian@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299
-Deleted: sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.09355855044a3
+Deleted: sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.59355855044a3
 Deleted: sha256:4762552ad7d851a9901571428078281985074e5ddb806979dd7ad24748db4ca0
 ----
 
@@ -101,8 +101,8 @@ On a different terminal run the kafkacat consumer
 ./kafkacat -b localhost:9092 -t mytopic 
 % Auto-selecting Consumer mode (use -P or -C to override)
 Event(status=destroy, id=1ef0f76d93ce49011ae134b4b60350d699c9b3c914f0b76f69d692aae9b5b2b7, from=debian, node=null, type=CONTAINER, action=destroy, actor=EventActor(id=1ef0f76d93ce49011ae134b4b60350d699c9b3c914f0b76f69d692aae9b5b2b7, attributes={image=debian, name=test}), time=1611124880, timeNano=1611124880722895527)
-Event(status=untag, id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.09355855044a3, from=null, node=null, type=IMAGE, action=untag, actor=EventActor(id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.09355855044a3, attributes={name=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.09355855044a3}), time=1611124882, timeNano=1611124882129721717)
-Event(status=untag, id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.09355855044a3, from=null, node=null, type=IMAGE, action=untag, actor=EventActor(id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.09355855044a3, attributes={name=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.09355855044a3}), time=1611124882, timeNano=1611124882131312712)
-Event(status=delete, id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.09355855044a3, from=null, node=null, type=IMAGE, action=delete, actor=EventActor(id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.09355855044a3, attributes={name=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.09355855044a3}), time=1611124882, timeNano=1611124882347718909)
+Event(status=untag, id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.59355855044a3, from=null, node=null, type=IMAGE, action=untag, actor=EventActor(id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.59355855044a3, attributes={name=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.59355855044a3}), time=1611124882, timeNano=1611124882129721717)
+Event(status=untag, id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.59355855044a3, from=null, node=null, type=IMAGE, action=untag, actor=EventActor(id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.59355855044a3, attributes={name=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.59355855044a3}), time=1611124882, timeNano=1611124882131312712)
+Event(status=delete, id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.59355855044a3, from=null, node=null, type=IMAGE, action=delete, actor=EventActor(id=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.59355855044a3, attributes={name=sha256:e7d08cddf791fe3245267654331eb21b805458b3412d3680.11.59355855044a3}), time=1611124882, timeNano=1611124882347718909)
 % Reached end of topic mytopic [0] at offset 4
 ----
diff --git a/docker/docker-source-stats/README.adoc b/docker/docker-source-stats/README.adoc
index d96ff01..2917fcb 100644
--- a/docker/docker-source-stats/README.adoc
+++ b/docker/docker-source-stats/README.adoc
@@ -46,8 +46,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.11.0/camel-docker-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-docker-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.11.5/camel-docker-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-docker-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect

[camel-kafka-connector-examples] 26/31: Move example to 0.11.5: SCP

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

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

commit 01841720425e382f59d26b655054e6e80b551e90
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:33:57 2022 +0100

    Move example to 0.11.5: SCP
---
 scp/scp-sink/README.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/scp/scp-sink/README.adoc b/scp/scp-sink/README.adoc
index fe9699f..5093737 100644
--- a/scp/scp-sink/README.adoc
+++ b/scp/scp-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-scp-kafka-connector/0.11.0/camel-scp-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-scp-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-scp-kafka-connector/0.11.5/camel-scp-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-scp-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors
@@ -96,8 +96,8 @@ Now we can check our docker container.
 root@localhost's password: 
 Last login: Wed Feb 10 12:51:54 2021 from 172.17.0.1
 root@0d813b2e5994:~# ls
-mydata-20.11.00-135931864-F4B26643BB9D698-0000000000000001.txt                                                           
-root@0d813b2e5994:~# cat mydata-20.11.00-135931864-F4B26643BB9D698-0000000000000001.txt 
+mydata-20.11.50-135931864-F4B26643BB9D698-0000000000000001.txt                                                           
+root@0d813b2e5994:~# cat mydata-20.11.50-135931864-F4B26643BB9D698-0000000000000001.txt 
 Hello from camel-scp-kafka-connector
 ```
 

[camel-kafka-connector-examples] 12/31: Move examples to 0.11.5: File-watch

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

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

commit c596d375ab55bb594f0b08b79dbd214689d7092a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:28:47 2022 +0100

    Move examples to 0.11.5: File-watch
---
 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 6326a4f..08b8bee 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.11.0/camel-file-watch-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-file-watch-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-watch-kafka-connector/0.11.5/camel-file-watch-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-file-watch-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors

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

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

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

commit 00cf66956cc41664cc292b930d60b23d0a859795
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:27:26 2022 +0100

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

diff --git a/cron/cron-source/README.adoc b/cron/cron-source/README.adoc
index 8361863..9455ea4 100644
--- a/cron/cron-source/README.adoc
+++ b/cron/cron-source/README.adoc
@@ -20,11 +20,11 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cron-kafka-connector/0.11.0/camel-cron-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-cron-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cron-kafka-connector/0.11.5/camel-cron-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-cron-kafka-connector-0.11.5-package.tar.gz
 ----
 
-In 0.11.0, you'll need to add also camel-quartz and quartz dependency.
+In 0.11.5, you'll need to add also camel-quartz and quartz dependency.
 
 [source]
 ----

[camel-kafka-connector-examples] 16/31: Move examples to 0.11.5: Google-*

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

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

commit 1eaca111b29df714c15132741bf8489d6df59071
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:30:09 2022 +0100

    Move examples to 0.11.5: Google-*
---
 google-calendar-stream/google-calendar-stream-source/README.adoc  | 8 ++++----
 google-mail-stream/google-mail-stream-source/README.adoc          | 4 ++--
 google-pubsub/google-pubsub-sink/README.adoc                      | 4 ++--
 google-pubsub/google-pubsub-source/README.adoc                    | 4 ++--
 google-sheets-stream/google-sheets-stream-source/README.adoc      | 4 ++--
 .../google-sheets-stream-with-split-source/README.adoc            | 4 ++--
 6 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/google-calendar-stream/google-calendar-stream-source/README.adoc b/google-calendar-stream/google-calendar-stream-source/README.adoc
index 0d7cfc6..25a7cef 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-calendar-stream-kafka-connector/0.11.0/camel-google-calendar-stream-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-google-calendar-stream-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-calendar-stream-kafka-connector/0.11.5/camel-google-calendar-stream-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-google-calendar-stream-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect
@@ -101,7 +101,7 @@ On a different terminal run the kafkacat consumer
 [source]
 ----
 > ./kafkacat -b localhost:9092 -t mytopic
-{"created":"2020-11-09T13:20:12.000Z","creator"...
-...,"reminders":{"useDefault":true},"sequence":0,"start":{"dateTime":"2020-11-09T15:00:00.000+01:00"},"status":"confirmed","summary":"Test for ckc","updated":"2020-11-09T13:20:12.380Z"}
+{"created":"2020.11.59T13:20:12.000Z","creator"...
+...,"reminders":{"useDefault":true},"sequence":0,"start":{"dateTime":"2020.11.59T15:00:00.000+01:00"},"status":"confirmed","summary":"Test for ckc","updated":"2020.11.59T13:20:12.380Z"}
 % Reached end of topic mytopic [0] at offset 1
 ----
diff --git a/google-mail-stream/google-mail-stream-source/README.adoc b/google-mail-stream/google-mail-stream-source/README.adoc
index c899769..3642370 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-mail-stream-kafka-connector/0.11.0/camel-google-mail-stream-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-google-mail-stream-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-mail-stream-kafka-connector/0.11.5/camel-google-mail-stream-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-google-mail-stream-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/google-pubsub/google-pubsub-sink/README.adoc b/google-pubsub/google-pubsub-sink/README.adoc
index db43e02..3bf08a0 100644
--- a/google-pubsub/google-pubsub-sink/README.adoc
+++ b/google-pubsub/google-pubsub-sink/README.adoc
@@ -39,8 +39,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-pubsub-kafka-connector/0.11.0/camel-google-pubsub-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-google-pubsub-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-pubsub-kafka-connector/0.11.5/camel-google-pubsub-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-google-pubsub-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/google-pubsub/google-pubsub-source/README.adoc b/google-pubsub/google-pubsub-source/README.adoc
index d17cc85..8666aa0 100644
--- a/google-pubsub/google-pubsub-source/README.adoc
+++ b/google-pubsub/google-pubsub-source/README.adoc
@@ -39,8 +39,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-pubsub-kafka-connector/0.11.0/camel-google-pubsub-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-google-pubsub-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-pubsub-kafka-connector/0.11.5/camel-google-pubsub-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-google-pubsub-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === 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 3544a54..f4cccbf 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-sheets-stream-kafka-connector/0.11.0/camel-google-sheets-stream-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-google-sheets-stream-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-sheets-stream-kafka-connector/0.11.5/camel-google-sheets-stream-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-google-sheets-stream-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === 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 2e76243..427cc2e 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-sheets-stream-kafka-connector/0.11.0/camel-google-sheets-stream-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-google-sheets-stream-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-sheets-stream-kafka-connector/0.11.5/camel-google-sheets-stream-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-google-sheets-stream-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect

[camel-kafka-connector-examples] 31/31: Move example to 0.11.5: Twitter

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

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

commit 09ac5d907ee8f0ff4be35898cf530372a1d48542
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:34:57 2022 +0100

    Move example to 0.11.5: Twitter
---
 twitter/twitter-direct-message-sink/README.adoc   | 4 ++--
 twitter/twitter-direct-message-source/README.adoc | 4 ++--
 twitter/twitter-search-source/README.adoc         | 4 ++--
 twitter/twitter-timeline-sink/README.adoc         | 4 ++--
 twitter/twitter-timeline-source/README.adoc       | 6 +++---
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/twitter/twitter-direct-message-sink/README.adoc b/twitter/twitter-direct-message-sink/README.adoc
index 79938b5..ca4af3e 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.11.0/camel-twitter-directmessage-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-twitter-directmessage-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-directmessage-kafka-connector/0.11.5/camel-twitter-directmessage-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-twitter-directmessage-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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 c8ffa78..230ffbe 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.11.0/camel-twitter-directmessage-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-twitter-directmessage-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-directmessage-kafka-connector/0.11.5/camel-twitter-directmessage-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-twitter-directmessage-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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 d98f3ec..373b3ef 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.11.0/camel-twitter-search-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-twitter-search-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-search-kafka-connector/0.11.5/camel-twitter-search-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-twitter-search-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/twitter/twitter-timeline-sink/README.adoc b/twitter/twitter-timeline-sink/README.adoc
index 972151a..104a789 100644
--- a/twitter/twitter-timeline-sink/README.adoc
+++ b/twitter/twitter-timeline-sink/README.adoc
@@ -34,8 +34,8 @@ In this example we'll use `/home/oscerd/connectors/`
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-timeline-kafka-connector/0.11.0/camel-twitter-timeline-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-twitter-timeline-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-timeline-kafka-connector/0.11.5/camel-twitter-timeline-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-twitter-timeline-kafka-connector-0.11.5-package.tar.gz
 ----
 
 Now it's time to setup the connectors
diff --git a/twitter/twitter-timeline-source/README.adoc b/twitter/twitter-timeline-source/README.adoc
index 6e30e61..6d23cf7 100644
--- a/twitter/twitter-timeline-source/README.adoc
+++ b/twitter/twitter-timeline-source/README.adoc
@@ -34,8 +34,8 @@ In this example we'll use `/home/oscerd/connectors/`
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-timeline-kafka-connector/0.11.0/camel-twitter-timeline-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-twitter-timeline-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-timeline-kafka-connector/0.11.5/camel-twitter-timeline-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-twitter-timeline-kafka-connector-0.11.5-package.tar.gz
 ----
 
 Now it's time to setup the connectors
@@ -75,6 +75,6 @@ In another terminal, using kafkacat, you can consume the messages
 ----
 > ./kafkacat -b localhost:9092 -t mytopic
 % Auto-selecting Consumer mode (use -P or -C to override)
-StatusJSONImpl{createdAt=Thu Jan 21 19:40:53 UTC 2021, id=1352340411239559170, text='We released Apache Camel 3.7.1 (LTS) today, a new patch release with 29 fixes and improvements: https://t.co/osOTD4uY5k #apachecamel', source='<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', isTruncated=false, inReplyToStatusId=-1, inReplyToUserId=-1, isFavorited=false, isRetweeted=false, favoriteCount=37, inReplyToScreenName='null', geoLocation=null, place=null, ret [...]
+StatusJSONImpl{createdAt=Thu Jan 21 19:40:53 UTC 2021, id=1352340411239559170, text='We released Apache Camel 3.7.1 (LTS) today, a new patch release with 29 fixes and improvements: https://t.co/osOTD4uY5k #apachecamel', source='<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>', isTruncated=false, inReplyToStatusId=-1, inReplyToUserId=-1, isFavorited=false, isRetweeted=false, favoriteCount=37, inReplyToScreenName='null', geoLocation=null, place=null, ret [...]
 % Reached end of topic mytopic [0] at offset 1
 ----

[camel-kafka-connector-examples] 25/31: Move example to 0.11.5: RabbitMQ

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

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

commit f724ecc1a05942c23d6389ac8d57445821af43be
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:33:41 2022 +0100

    Move example to 0.11.5: RabbitMQ
---
 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 e1ef09e..18a4fe7 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.11.0/camel-rabbitmq-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-rabbitmq-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-rabbitmq-kafka-connector/0.11.5/camel-rabbitmq-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-rabbitmq-kafka-connector-0.11.5-package.tar.gz
 ```
 
 ## Setting up RabbitMQ
diff --git a/rabbitmq/rabbitmq-source/README.adoc b/rabbitmq/rabbitmq-source/README.adoc
index f22afd8..16fa93e 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.11.0/camel-rabbitmq-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-rabbitmq-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-rabbitmq-kafka-connector/0.11.5/camel-rabbitmq-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-rabbitmq-kafka-connector-0.11.5-package.tar.gz
 ```
 
 ## Setting up RabbitMQ

[camel-kafka-connector-examples] 24/31: Move example to 0.11.5: Quartz

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

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

commit 0a5c72ae93cb05e7d5319705dad68929191ec46d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:33:28 2022 +0100

    Move example to 0.11.5: Quartz
---
 quartz/quartz-source/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/quartz/quartz-source/README.adoc b/quartz/quartz-source/README.adoc
index a8bf9fd..b509464 100644
--- a/quartz/quartz-source/README.adoc
+++ b/quartz/quartz-source/README.adoc
@@ -20,8 +20,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-quartz-kafka-connector/0.11.0/camel-quartz-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-quartz-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-quartz-kafka-connector/0.11.5/camel-quartz-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-quartz-kafka-connector-0.11.5-package.tar.gz
 ----
 
 We are now ready

[camel-kafka-connector-examples] 03/31: Move examples to 0.11.5: AWS-*

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

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

commit 33e90e2dfda441d8f16aceb4f2c6cdacd67f9dc6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:24:20 2022 +0100

    Move examples to 0.11.5: AWS-*
---
 aws-s3-to-jms/README.adoc                          |  8 ++---
 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-kinesis/aws2-kinesis-sink/README.adoc         |  6 ++--
 aws2-kinesis/aws2-kinesis-source/README.adoc       | 42 +++++++++++-----------
 aws2-kms/aws2-kms-sink-create-key/README.adoc      |  4 +--
 aws2-kms/aws2-kms-sink-delete-key/README.adoc      |  4 +--
 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-move-bucket-to-bucket/README.adoc  |  4 +--
 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 +++---
 21 files changed, 114 insertions(+), 114 deletions(-)

diff --git a/aws-s3-to-jms/README.adoc b/aws-s3-to-jms/README.adoc
index a1d8662..076b744 100644
--- a/aws-s3-to-jms/README.adoc
+++ b/aws-s3-to-jms/README.adoc
@@ -36,10 +36,10 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sjms2-kafka-connector/0.11.0/camel-sjms2-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-sjms2-kafka-connector-0.11.0-package.tar.gz
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws-s3-kafka-connector/0.11.0/camel-aws-s3-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws-s3-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sjms2-kafka-connector/0.11.5/camel-sjms2-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-sjms2-kafka-connector-0.11.5-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws-s3-kafka-connector/0.11.5/camel-aws-s3-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws-s3-kafka-connector-0.11.5-package.tar.gz
 ```
 
 These are the basic connectors. For camel-sjms2 we have a bunch of provided dependencies we need to add in our path, so run the following commands:
diff --git a/aws2-iam/aws2-iam-sink-create-group/README.adoc b/aws2-iam/aws2-iam-sink-create-group/README.adoc
index f1b8209..3923f76 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.11.0/camel-aws2-iam-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-iam-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.11.5/camel-aws2-iam-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-iam-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === 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 7d4abbc..af29b19 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.11.0/camel-aws2-iam-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-iam-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.11.5/camel-aws2-iam-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-iam-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === 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 730525f..19c8ade 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.11.0/camel-aws2-iam-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-iam-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.11.5/camel-aws2-iam-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-iam-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === 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 78c97bf..ff6ff39 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.11.0/camel-aws2-iam-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-iam-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.11.5/camel-aws2-iam-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-iam-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === 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 c2dccb1..ac03aaf 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.11.0/camel-aws2-kinesis-firehose-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-kinesis-firehose-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-firehose-kafka-connector/0.11.5/camel-aws2-kinesis-firehose-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-kinesis-firehose-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0/camel-aws2-kinesis-firehose-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-kinesis-firehose-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-firehose-kafka-connector/0.11.5/camel-aws2-kinesis-firehose-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-kinesis-firehose-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2kinesisfirehose.CamelAws2kinesisfirehoseSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","version":"2.5.0"},{"class":"org.apache.kafka.connect.file.FileStreamSourceConnec [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2kinesisfirehose.CamelAws2kinesisfirehoseSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","version":"2.5.0"},{"class":"org.apache.kafka.connect.file.FileStreamSourceConnec [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/aws2-kinesis/aws2-kinesis-sink/README.adoc b/aws2-kinesis/aws2-kinesis-sink/README.adoc
index 4afc719..1b22a66 100644
--- a/aws2-kinesis/aws2-kinesis-sink/README.adoc
+++ b/aws2-kinesis/aws2-kinesis-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-kafka-connector/0.11.0/camel-aws2-kinesis-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-kinesis-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-kafka-connector/0.11.5/camel-aws2-kinesis-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-kinesis-kafka-connector-0.11.5-package.tar.gz
 ```
 
 On AWS console create a Kinesis stream delivery stream named streamTest.
@@ -92,7 +92,7 @@ After this we'll need to perform a get-records operation
             "Data": "aGVsbG8gdGhlcmU=", 
             "PartitionKey": "partition-1", 
             "ApproximateArrivalTimestamp": 1610729857.904, 
-            "SequenceNumber": "4961458467700449568901978308705626930.11.0414429070721026"
+            "SequenceNumber": "4961458467700449568901978308705626930.11.5414429070721026"
         }, 
         {
             "Data": "aGVsbG8gdGhlcmU=", 
diff --git a/aws2-kinesis/aws2-kinesis-source/README.adoc b/aws2-kinesis/aws2-kinesis-source/README.adoc
index f9f05a2..d87a0d9 100644
--- a/aws2-kinesis/aws2-kinesis-source/README.adoc
+++ b/aws2-kinesis/aws2-kinesis-source/README.adoc
@@ -28,7 +28,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.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -42,34 +42,34 @@ You'll need to build your connector starting from an archetype:
 [INFO] 
 [INFO] --- maven-archetype-plugin:3.2.0: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.11.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.11.5] found in catalog remote
 Define value for property 'groupId': org.apache.camel.kafkaconnector
 Define value for property 'artifactId': aws2-kinesis-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 Define value for property 'package' org.apache.camel.kafkaconnector: : 
 Define value for property 'camel-kafka-connector-name': camel-aws2-kinesis-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: aws2-kinesis-extended
-version: 0.11.0
+version: 0.11.5
 package: org.apache.camel.kafkaconnector
 camel-kafka-connector-name: camel-aws2-kinesis-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: aws2-kinesis-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-aws2-kinesis-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: aws2-kinesis-extended
 [INFO] Project created from Archetype in dir: /home/oscerd/workspace/miscellanea/aws2-kinesis-extended
 [INFO] ------------------------------------------------------------------------
@@ -255,7 +255,7 @@ so that each one is in its own subfolder
 In this case we need to extend an existing connector and add a transform, so we need to leverage the archetype
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -269,34 +269,34 @@ In this case we need to extend an existing connector and add a transform, so we
 [INFO] 
 [INFO] --- maven-archetype-plugin:3.2.0: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.11.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.11.5] found in catalog remote
 Define value for property 'groupId': org.apache.camel.kafkaconnector
 Define value for property 'artifactId': aws2-kinesis-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 Define value for property 'package' org.apache.camel.kafkaconnector: : 
 Define value for property 'camel-kafka-connector-name': camel-aws2-kinesis-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: aws2-kinesis-extended
-version: 0.11.0
+version: 0.11.5
 package: org.apache.camel.kafkaconnector
 camel-kafka-connector-name: camel-aws2-kinesis-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: aws2-kinesis-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-aws2-kinesis-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: aws2-kinesis-extended
 [INFO] Project created from Archetype in dir: /home/oscerd/workspace/miscellanea/aws2-kinesis-extended
 [INFO] ------------------------------------------------------------------------
@@ -398,7 +398,7 @@ You should see something like this:
 
 [source,json,options="nowrap"]
 ----
-[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2kinesis.CamelAws2kinesisSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2kinesis.CamelAws2kinesisSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSin [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2kinesis.CamelAws2kinesisSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2kinesis.CamelAws2kinesisSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSin [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/aws2-kms/aws2-kms-sink-create-key/README.adoc b/aws2-kms/aws2-kms-sink-create-key/README.adoc
index 6939713..abe403e 100644
--- a/aws2-kms/aws2-kms-sink-create-key/README.adoc
+++ b/aws2-kms/aws2-kms-sink-create-key/README.adoc
@@ -24,8 +24,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kms-kafka-connector/0.11.0/camel-aws2-kms-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-kms-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kms-kafka-connector/0.11.5/camel-aws2-kms-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-kms-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-kms/aws2-kms-sink-delete-key/README.adoc b/aws2-kms/aws2-kms-sink-delete-key/README.adoc
index 3539dd5..b2cccb7 100644
--- a/aws2-kms/aws2-kms-sink-delete-key/README.adoc
+++ b/aws2-kms/aws2-kms-sink-delete-key/README.adoc
@@ -24,8 +24,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kms-kafka-connector/0.11.0/camel-aws2-kms-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-kms-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kms-kafka-connector/0.11.5/camel-aws2-kms-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-kms-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-lambda/aws2-lambda-sink/README.adoc b/aws2-lambda/aws2-lambda-sink/README.adoc
index 8e77454..afec18a 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.11.0/camel-aws2-lambda-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-sns-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-lambda-kafka-connector/0.11.5/camel-aws2-lambda-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-sns-kafka-connector-0.11.5-package.tar.gz
 ```
 
 ### 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.11.0/camel-aws2-lambda-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-lambda-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-lambda-kafka-connector/0.11.5/camel-aws2-lambda-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-lambda-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2lambda.CamelAws2lambdaSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","version":"2.5.0"},{"class":"org.apache.kafka.connect.file.FileStreamSourceConnector","type":"sourc [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2lambda.CamelAws2lambdaSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":"sink","version":"2.5.0"},{"class":"org.apache.kafka.connect.file.FileStreamSourceConnector","type":"sourc [...]
 ----
 
 ### 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 7c61f61..50c2701 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.11.0/camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.11.5/camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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 f0c7ae9..01efd88 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.11.0/camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.11.5/camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0/camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.11.5/camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/aws2-s3/aws2-s3-move-bucket-to-bucket/README.adoc b/aws2-s3/aws2-s3-move-bucket-to-bucket/README.adoc
index 1a2278b..41a87f8 100644
--- a/aws2-s3/aws2-s3-move-bucket-to-bucket/README.adoc
+++ b/aws2-s3/aws2-s3-move-bucket-to-bucket/README.adoc
@@ -31,9 +31,9 @@ Since this is example is related to a new feature you'll need to build the lates
 ```
 > cd <ckc_project> 
 > mvn clean package
-> cp <ckc_project>/connectors/camel-aws2-s3-kafka-connector/target/camel-aws2-s3-kafka-connector-0.11.0-SNAPSHOT-package.tar.gz /home/oscerd/connectors/
+> cp <ckc_project>/connectors/camel-aws2-s3-kafka-connector/target/camel-aws2-s3-kafka-connector-0.11.5-SNAPSHOT-package.tar.gz /home/oscerd/connectors/
 > cd /home/oscerd/connectors/
-> untar.gz camel-aws2-s3-kafka-connector-0.11.0-SNAPSHOT-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.11.5-SNAPSHOT-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
index e877507..56eda07 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.11.0/camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.11.5/camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0/camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.11.5/camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
 ----
 
 ### 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 57365c2..d1ff764 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.11.0
-[INFO] Using property: camel-kafka-connector-version = 0.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.ckc
 artifactId: aws2s3
 version: 1.0-SNAPSHOT
 package: org.apache.camel.ckc
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
 [INFO] Parameter: artifactId, Value: aws2s3
@@ -47,7 +47,7 @@ camel-kafka-connector-version: 0.11.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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [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.11.0</version>
+      <version>0.11.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-aws2-s3-kafka-connector</artifactId>
-      <version>0.11.0</version>
+      <version>0.11.5</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.11.0
-[INFO] Using property: camel-kafka-connector-version = 0.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.ckc
 artifactId: aws2s3
 version: 1.0-SNAPSHOT
 package: org.apache.camel.ckc
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
 [INFO] Parameter: artifactId, Value: aws2s3
@@ -271,7 +271,7 @@ camel-kafka-connector-version: 0.11.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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [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.11.0</version>
+      <version>0.11.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-aws2-s3-kafka-connector</artifactId>
-      <version>0.11.0</version>
+      <version>0.11.5</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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
 ----
 
 ### 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 2f264c8..7c1c8f9 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.11.0
-[INFO] Using property: camel-kafka-connector-version = 0.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.ckc
 artifactId: aws2s3
 version: 1.0-SNAPSHOT
 package: org.apache.camel.ckc
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
 [INFO] Parameter: artifactId, Value: aws2s3
@@ -47,7 +47,7 @@ camel-kafka-connector-version: 0.11.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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [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.11.0</version>
+      <version>0.11.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-aws2-s3-kafka-connector</artifactId>
-      <version>0.11.0</version>
+      <version>0.11.5</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.11.0
-[INFO] Using property: camel-kafka-connector-version = 0.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.ckc
 artifactId: aws2s3
 version: 1.0-SNAPSHOT
 package: org.apache.camel.ckc
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.ckc
 [INFO] Parameter: artifactId, Value: aws2s3
@@ -259,7 +259,7 @@ camel-kafka-connector-version: 0.11.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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [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.11.0</version>
+      <version>0.11.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.kafkaconnector</groupId>
       <artifactId>camel-aws2-s3-kafka-connector</artifactId>
-      <version>0.11.0</version>
+      <version>0.11.5</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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
 ----
 
 ### 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 bd5d662..91c5a11 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.11.0/camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.11.5/camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0/camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-s3-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.11.5/camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2s3.CamelAws2s3SourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
 ----
 
 ### 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 fef219a..bb0ab50 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sns-kafka-connector/0.11.0/camel-aws2-sns-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-sns-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sns-kafka-connector/0.11.5/camel-aws2-sns-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-sns-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === 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.11.0/camel-aws2-sns-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-sns-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sns-kafka-connector/0.11.5/camel-aws2-sns-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-sns-kafka-connector-0.11.5-package.tar.gz
 ----
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2sns.CamelAws2snsSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2sns.CamelAws2snsSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","typ [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2sns.CamelAws2snsSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2sns.CamelAws2snsSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","typ [...]
 ----
 
 === 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 5fb36d4..d3f367d 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 tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.11.0/camel-aws2-sqs-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-sqs-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.11.5/camel-aws2-sqs-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-sqs-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === 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.11.0/camel-aws2-sqs-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-sqs-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.11.5/camel-aws2-sqs-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-sqs-kafka-connector-0.11.5-package.tar.gz
 ----
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","typ [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","typ [...]
 ----
 
 === 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 a839f91..78d89f9 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 tar.gz and extract the content to a directory.In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.11.0/camel-aws2-sqs-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-sqs-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.11.5/camel-aws2-sqs-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-sqs-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === 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.11.0/camel-aws2-sqs-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-aws2-sqs-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.11.5/camel-aws2-sqs-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-aws2-sqs-kafka-connector-0.11.5-package.tar.gz
 ----
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","typ [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","typ [...]
 ----
 
 === Set the AWS credentials as OpenShift secret (optional)

[camel-kafka-connector-examples] 06/31: Move examples ot 0.11.5: CQL

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

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

commit 6b5c17db0ed7a5fff184261f4e7309893055ffa5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:25:24 2022 +0100

    Move examples ot 0.11.5: CQL
---
 cql/cql-sink/README.adoc   | 16 +++++++-------
 cql/cql-source/README.adoc | 52 +++++++++++++++++++++++-----------------------
 2 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/cql/cql-sink/README.adoc b/cql/cql-sink/README.adoc
index 5943bdc..6131ce5 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.11.0/camel-cql-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-cql-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.11.5/camel-cql-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-cql-kafka-connector-0.11.5-package.tar.gz
 ```
 
 ## 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.11.0/camel-cql-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-cql-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.11.5/camel-cql-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-cql-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0"
+    "version": "0.11.5"
   },
   {
     "class": "org.apache.camel.kafkaconnector.CamelSourceConnector",
     "type": "source",
-    "version": "0.11.0"
+    "version": "0.11.5"
   },
   {
     "class": "org.apache.camel.kafkaconnector.cql.CamelCqlSinkConnector",
     "type": "sink",
-    "version": "0.11.0"
+    "version": "0.11.5"
   },
   {
     "class": "org.apache.camel.kafkaconnector.cql.CamelCqlSourceConnector",
     "type": "source",
-    "version": "0.11.0"
+    "version": "0.11.5"
   },
   {
     "class": "org.apache.kafka.connect.file.FileStreamSinkConnector",
diff --git a/cql/cql-source/README.adoc b/cql/cql-source/README.adoc
index 05f1335..df1f8a6 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.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [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.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 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.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector.cql.extended
 artifactId: cql-extended
-version: 0.11.0
+version: 0.11.5
 package: org.apache.camel.kafkaconnector.cql.extended
 camel-kafka-connector-name: camel-cql-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector.cql.extended
 [INFO] Parameter: artifactId, Value: cql-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [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.11.0-package.tar.gz .
-> untar.gz cql-extended-0.11.0-package.tar.gz
+> cp /home/oscerd/playground/cql-extended/target/cql-extended-0.11.5-package.tar.gz .
+> untar.gz cql-extended-0.11.5-package.tar.gz
 ```
 
 and we're now ready to setting up the Cassandra cluster.
@@ -276,7 +276,7 @@ so that each one is in its own subfolder
 (alternatively you can download the latest officially released and packaged connectors from maven):
 
 ```
-> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -292,31 +292,31 @@ so that each one is in its own subfolder
 [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.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 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.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector.cql.extended
 artifactId: cql-extended
-version: 0.11.0
+version: 0.11.5
 package: org.apache.camel.kafkaconnector.cql.extended
 camel-kafka-connector-name: camel-cql-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector.cql.extended
 [INFO] Parameter: artifactId, Value: cql-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: cql-extended
 [INFO] Project created from Archetype in dir: /home/oscerd/playground/cql-extended
 [INFO] ------------------------------------------------------------------------
@@ -373,8 +373,8 @@ In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll n
 
 ```
 > cd my-connectors/
-> cp /home/oscerd/playground/cql-extended/target/cql-extended-0.11.0-package.tar.gz .
-> untar.gz cql-extended-0.11.0-package.tar.gz
+> cp /home/oscerd/playground/cql-extended/target/cql-extended-0.11.5-package.tar.gz .
+> untar.gz cql-extended-0.11.5-package.tar.gz
 ```
 
 Now we can start the build 
@@ -403,22 +403,22 @@ You should see something like this:
   {
     "class": "org.apache.camel.kafkaconnector.CamelSinkConnector",
     "type": "sink",
-    "version": "0.11.0"
+    "version": "0.11.5"
   },
   {
     "class": "org.apache.camel.kafkaconnector.CamelSourceConnector",
     "type": "source",
-    "version": "0.11.0"
+    "version": "0.11.5"
   },
   {
     "class": "org.apache.camel.kafkaconnector.cql.CamelCqlSinkConnector",
     "type": "sink",
-    "version": "0.11.0"
+    "version": "0.11.5"
   },
   {
     "class": "org.apache.camel.kafkaconnector.cql.CamelCqlSourceConnector",
     "type": "source",
-    "version": "0.11.0"
+    "version": "0.11.5"
   },
   {
     "class": "org.apache.kafka.connect.file.FileStreamSinkConnector",

[camel-kafka-connector-examples] 30/31: Move example to 0.11.5: Telegram

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

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

commit 89661d347a05c1d01c05f8a4178a81a4eeb01ff1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:34:45 2022 +0100

    Move example to 0.11.5: Telegram
---
 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 58b8ade..59af72f 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.11.0/camel-telegram-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-telegram-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.11.5/camel-telegram-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-telegram-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0/camel-telegram-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-telegram-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.11.5/camel-telegram-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-telegram-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.telegram.CamelTelegramSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.telegram.CamelTelegramSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector", [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.telegram.CamelTelegramSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.telegram.CamelTelegramSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector", [...]
 ----
 
 ### Set the AWS credential as secret (optional)
diff --git a/telegram/telegram-source/README.adoc b/telegram/telegram-source/README.adoc
index 3dc402f..f0c0280 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.11.0/camel-telegram-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-telegram-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.11.5/camel-telegram-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-telegram-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0/camel-telegram-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-telegram-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.11.5/camel-telegram-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-telegram-kafka-connector-0.11.5-package.tar.gz
 ```
 
 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.11.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelTelegramSinkConnector","type":"sink","version":"0.11.0"},{"class":"org.apache.camel.kafkaconnector.slack.CamelTelegramSourceConnector","type":"source","version":"0.11.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type" [...]
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.slack.CamelTelegramSinkConnector","type":"sink","version":"0.11.5"},{"class":"org.apache.camel.kafkaconnector.slack.CamelTelegramSourceConnector","type":"source","version":"0.11.5"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type" [...]
 ----
 
 ### Set the Authorization Token as secret (optional)

[camel-kafka-connector-examples] 05/31: Move examples to 0.11.5: Couchbase

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

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

commit 6114cf8d5ab27b43de0143c430896b71e73de4f1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:25:07 2022 +0100

    Move examples to 0.11.5: Couchbase
---
 couchbase/couchbase-sink/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/couchbase/couchbase-sink/README.adoc b/couchbase/couchbase-sink/README.adoc
index 1ad7782..c773146 100644
--- a/couchbase/couchbase-sink/README.adoc
+++ b/couchbase/couchbase-sink/README.adoc
@@ -29,10 +29,10 @@ In this example we'll use `/home/otavio/connectors/`
 
 ```
 > cd /home/otavio/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-couchbase-kafka-connector/0.11.0/camel-couchbase-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-couchbase-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-couchbase-kafka-connector/0.11.5/camel-couchbase-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-couchbase-kafka-connector-0.11.5-package.tar.gz
 ```
-There is a little bug in 0.11.0, so we'll need to add explicitly the couchbase driver
+There is a little bug in 0.11.5, so we'll need to add explicitly the couchbase driver
 
 ```
 > cd /home/otavio/connectors/camel-couchbase-kafka-connector

[camel-kafka-connector-examples] 22/31: Move example to 0.11.5: Other

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

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

commit 36805f7b179f82eb5db72c01d6021ee2ebfe0dd2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:32:25 2022 +0100

    Move example to 0.11.5: Other
---
 other-examples/error-handling-sink/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/other-examples/error-handling-sink/README.adoc b/other-examples/error-handling-sink/README.adoc
index ae32c6c..aa6e117 100644
--- a/other-examples/error-handling-sink/README.adoc
+++ b/other-examples/error-handling-sink/README.adoc
@@ -30,8 +30,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/otavio/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sjms2-kafka-connector/0.11.0/camel-sjms2-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-sjms2-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sjms2-kafka-connector/0.11.5/camel-sjms2-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-sjms2-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Open the SJMS2 configuration file

[camel-kafka-connector-examples] 13/31: Move example to 0.11.5: Ftp*

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

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

commit 12e59c0afe6cad5201e0c04aa396418acf5449a2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:29:14 2022 +0100

    Move example to 0.11.5: Ftp*
---
 ftp/ftp-sink/README.adoc     | 10 +++++-----
 ftp/ftp-source/README.adoc   | 34 +++++++++++++++++-----------------
 ftps/ftps-sink/README.adoc   |  4 ++--
 ftps/ftps-source/README.adoc | 26 +++++++++++++-------------
 sftp/sftp-sink/README.adoc   |  4 ++--
 sftp/sftp-source/README.adoc | 28 ++++++++++++++--------------
 6 files changed, 53 insertions(+), 53 deletions(-)

diff --git a/ftp/ftp-sink/README.adoc b/ftp/ftp-sink/README.adoc
index f48cd2e..aba505f 100644
--- a/ftp/ftp-sink/README.adoc
+++ b/ftp/ftp-sink/README.adoc
@@ -16,9 +16,9 @@ Run the following command:
 
 ```
 docker run -d -v /my/data/directory:/home/vsftpd -p 20:20 -p 21:21 -p 21100-21110:21100-21110 -e FTP_USER=admin -e FTP_PASS=password -e PASV_ADDRESS=127.0.0.1 -e PASV_MIN_PORT=21100 -e PASV_MAX_PORT=21110 --name vsftpd --restart=always fauria/vsftpd
-9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.038370a12
+9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.538370a12
 ```
-take note of the container id. In our case it is 9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.038370a12
+take note of the container id. In our case it is 9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.538370a12
 
 ### Running Kafka
 
@@ -42,8 +42,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftp-kafka-connector/0.11.0/camel-ftp-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-ftp-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftp-kafka-connector/0.11.5/camel-ftp-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-ftp-kafka-connector-0.11.5-package.tar.gz
 ----
 
 Now it's time to setup the connector
@@ -83,7 +83,7 @@ In a different terminal we need to send something to mytopic
 Now we need to connect to the ftp server and check the file
 
 ```
-> docker exec -it 9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.038370a12 bash
+> docker exec -it 9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.538370a12 bash
 [root@9534a8d7a87c /]# cd /home/vsftpd/admin
 [root@9534a8d7a87c admin]# cat mydata-20201111.txt
 Hello from ckc
diff --git a/ftp/ftp-source/README.adoc b/ftp/ftp-source/README.adoc
index 3184d1c..f5b0eb8 100644
--- a/ftp/ftp-source/README.adoc
+++ b/ftp/ftp-source/README.adoc
@@ -16,10 +16,10 @@ Run the following command:
 
 ```
 docker run -d -v /my/data/directory:/home/vsftpd -p 20:20 -p 21:21 -p 21100-21110:21100-21110 -e FTP_USER=admin -e FTP_PASS=password -e PASV_ADDRESS=127.0.0.1 -e PASV_MIN_PORT=21100 -e PASV_MAX_PORT=21110 --name vsftpd --restart=always fauria/vsftpd
-9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.038370a12
+9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.538370a12
 ```
 
-take note of the container id. In our case it is 9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.038370a12
+take note of the container id. In our case it is 9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.538370a12
 
 ### Running Kafka
 
@@ -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.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -54,41 +54,41 @@ 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.11.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.11.5] 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.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 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.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: ftp-extended
-version: 0.11.0
+version: 0.11.5
 package: com.github.oscerd
 camel-kafka-connector-name: camel-ftp-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: ftp-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: ftp-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/ftp-extended
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time:  24.590 s
-[INFO] Finished at: 2020-11-05T07:45:43+01:00
+[INFO] Finished at: 2020.11.55T07:45:43+01:00
 [INFO] ------------------------------------------------------------------------
 > cd /home/workspace/miscellanea/ftp-extended
 ```
@@ -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.11.0-package.tar.gz .
-> untar.gz ftp-extended-0.11.0-package.tar.gz
+> cp /home/workspace/miscellanea/ftp-extended/target/ftp-extended-0.11.5-package.tar.gz .
+> untar.gz ftp-extended-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connector
@@ -200,7 +200,7 @@ $KAFKA_HOME/bin/connect-standalone.sh $KAFKA_HOME/config/connect-standalone.prop
 Now we need to connect to the ftp server and add some stuff to the demos folder
 
 ```
-> docker exec -it 9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.038370a12 bash
+> docker exec -it 9534a8d7a87c5f0525079824f692552fe6306fcea2e0e2a0fe60.11.538370a12 bash
 [root@9534a8d7a87c /]# cd /home/vsftpd
 [root@9534a8d7a87c vsftpd]# touch test.txt
 [root@9534a8d7a87c vsftpd]# echo "Ckc rocks" > test.txt 
@@ -212,7 +212,7 @@ In another terminal, using kafkacat, you should be able to see the headers.
 ```
 > ./kafkacat -b localhost:9092 -t mytopic -f 'Headers: %h: Message value: %s\n'
 % Auto-selecting Consumer mode (use -P or -C to override)
-Headers: CamelHeader.CamelFileAbsolute=false,CamelHeader.CamelFileAbsolutePath=test.txt,CamelHeader.CamelFileHost=127.0.0.1,CamelHeader.CamelFileLastModified=16050.11.00000,CamelHeader.CamelFileLength=10,CamelHeader.CamelFileName=test.txt,CamelHeader.CamelFileNameConsumed=test.txt,CamelHeader.CamelFileNameOnly=test.txt,CamelHeader.CamelFileParent=/,CamelHeader.CamelFilePath=/test.txt,CamelHeader.CamelFileRelativePath=test.txt,CamelHeader.CamelFtpReplyCode=226,CamelHeader.CamelFtpReplyStr [...]
+Headers: CamelHeader.CamelFileAbsolute=false,CamelHeader.CamelFileAbsolutePath=test.txt,CamelHeader.CamelFileHost=127.0.0.1,CamelHeader.CamelFileLastModified=16050.11.50000,CamelHeader.CamelFileLength=10,CamelHeader.CamelFileName=test.txt,CamelHeader.CamelFileNameConsumed=test.txt,CamelHeader.CamelFileNameOnly=test.txt,CamelHeader.CamelFileParent=/,CamelHeader.CamelFilePath=/test.txt,CamelHeader.CamelFileRelativePath=test.txt,CamelHeader.CamelFtpReplyCode=226,CamelHeader.CamelFtpReplyStr [...]
 ,CamelProperty.CamelBatchSize=1,CamelProperty.CamelUnitOfWorkProcessSync=true,CamelProperty.CamelBatchComplete=true,CamelProperty.CamelBatchIndex=0,CamelProperty.CamelToEndpoint=direct://end?pollingConsumerBlockTimeout=0&pollingConsumerBlockWhenFull=true&pollingConsumerQueueSize=1000: Message value: Ckc rocks
 % Reached end of topic mytopic [0] at offset 1
 ```
diff --git a/ftps/ftps-sink/README.adoc b/ftps/ftps-sink/README.adoc
index ebbbc17..7eef184 100644
--- a/ftps/ftps-sink/README.adoc
+++ b/ftps/ftps-sink/README.adoc
@@ -57,8 +57,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftps-kafka-connector/0.11.0/camel-ftps-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-ftps-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftps-kafka-connector/0.11.5/camel-ftps-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-ftps-kafka-connector-0.11.5-package.tar.gz
 ----
 
 Now it's time to setup the connector
diff --git a/ftps/ftps-source/README.adoc b/ftps/ftps-source/README.adoc
index 47bb841..4f62394 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.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -68,41 +68,41 @@ 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.11.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.11.5] 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.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 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.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: ftps-extended
-version: 0.11.0
+version: 0.11.5
 package: com.github.oscerd
 camel-kafka-connector-name: camel-ftps-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: ftps-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: ftps-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/ftps-extended
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time:  24.590 s
-[INFO] Finished at: 2020-11-05T07:45:43+01:00
+[INFO] Finished at: 2020.11.55T07:45:43+01:00
 [INFO] ------------------------------------------------------------------------
 > cd /home/workspace/miscellanea/ftps-extended
 ```
@@ -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.11.0-package.tar.gz .
-> untar.gz ftps-extended-0.11.0-package.tar.gz
+> cp /home/workspace/miscellanea/ftps-extended/target/ftps-extended-0.11.5-package.tar.gz .
+> untar.gz ftps-extended-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connector
diff --git a/sftp/sftp-sink/README.adoc b/sftp/sftp-sink/README.adoc
index 90afa94..2c0ebea 100644
--- a/sftp/sftp-sink/README.adoc
+++ b/sftp/sftp-sink/README.adoc
@@ -60,8 +60,8 @@ Download the connector package tar.gz and extract the content to the plugin.path
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sftp-kafka-connector/0.11.0/camel-sftp-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-sftp-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sftp-kafka-connector/0.11.5/camel-sftp-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-sftp-kafka-connector-0.11.5-package.tar.gz
 ----
 
 Open the SFTP sink configuration file
diff --git a/sftp/sftp-source/README.adoc b/sftp/sftp-source/README.adoc
index db5de15..f22cf8b 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.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -55,41 +55,41 @@ 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.11.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.11.5] 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.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 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.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: sftp-extended
-version: 0.11.0
+version: 0.11.5
 package: com.github.oscerd
 camel-kafka-connector-name: camel-sftp-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: sftp-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: sftp-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/sftp-extended
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time:  24.590 s
-[INFO] Finished at: 2020-11-05T07:45:43+01:00
+[INFO] Finished at: 2020.11.55T07:45:43+01:00
 [INFO] ------------------------------------------------------------------------
 > cd /home/workspace/miscellanea/sftp-extended
 ```
@@ -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.11.0-package.tar.gz .
-> untar.gz sftp-extended-0.11.0-package.tar.gz
+> cp /home/workspace/miscellanea/sftp-extended/target/sftp-extended-0.11.5-package.tar.gz .
+> untar.gz sftp-extended-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connector
@@ -213,7 +213,7 @@ In another terminal, using kafkacat, you should be able to see the headers.
 ```
 > ./kafkacat -b localhost:9092 -t mytopic -f 'Headers: %h: Message value: %s\n'
 % Auto-selecting Consumer mode (use -P or -C to override)
-Headers: CamelHeader.CamelFileAbsolute=false,CamelHeader.CamelFileAbsolutePath=demos/file.txt,CamelHeader.CamelFileHost=localhost,CamelHeader.CamelFileLastModified=1604560.11.000,CamelHeader.CamelFileLength=29,CamelHeader.CamelFileName=file.txt,CamelHeader.CamelFileNameConsumed=file.txt,CamelHeader.CamelFileNameOnly=file.txt,CamelHeader.CamelFileParent=demos,CamelHeader.CamelFilePath=demos//file.txt,CamelHeader.CamelFileRelativePath=file.txt,CamelHeader.CamelFtpReplyCode=0,CamelHeader.Ca [...]
+Headers: CamelHeader.CamelFileAbsolute=false,CamelHeader.CamelFileAbsolutePath=demos/file.txt,CamelHeader.CamelFileHost=localhost,CamelHeader.CamelFileLastModified=1604560.11.500,CamelHeader.CamelFileLength=29,CamelHeader.CamelFileName=file.txt,CamelHeader.CamelFileNameConsumed=file.txt,CamelHeader.CamelFileNameOnly=file.txt,CamelHeader.CamelFileParent=demos,CamelHeader.CamelFilePath=demos//file.txt,CamelHeader.CamelFileRelativePath=file.txt,CamelHeader.CamelFtpReplyCode=0,CamelHeader.Ca [...]
 % Reached end of topic mytopic [0] at offset 1
 ```
 

[camel-kafka-connector-examples] 18/31: Move example to 0.11.5: Jdbc

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

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

commit 586105b27eaa201a71e3afeac7237e073c73e70f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:30:46 2022 +0100

    Move example to 0.11.5: Jdbc
---
 jdbc/jdbc-sink/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jdbc/jdbc-sink/README.adoc b/jdbc/jdbc-sink/README.adoc
index 7f695d3..da8ed92 100644
--- a/jdbc/jdbc-sink/README.adoc
+++ b/jdbc/jdbc-sink/README.adoc
@@ -25,8 +25,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-jdbc-kafka-connector/0.11.0/camel-jdbc-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-jdbc-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-jdbc-kafka-connector/0.11.5/camel-jdbc-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-jdbc-kafka-connector-0.11.5-package.tar.gz
 ----
 
 There is also the need of the driver for this example

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

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

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

commit 26c26851e3c7affe1844faff0300c08552b27748
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:29:52 2022 +0100

    Move examples to 0.11.5
---
 github/github-source-events/README.adoc      | 26 +++++++++++++-------------
 github/github-source-pullrequest/README.adoc |  4 ++--
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/github/github-source-events/README.adoc b/github/github-source-events/README.adoc
index bc08cc6..ea4d912 100644
--- a/github/github-source-events/README.adoc
+++ b/github/github-source-events/README.adoc
@@ -30,7 +30,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.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -44,41 +44,41 @@ 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.11.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.11.5] found in catalog remote
 Define value for property 'groupId': org.apache.camel.kafkaconnector
 Define value for property 'artifactId': github-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 Define value for property 'package' org.apache.camel.kafkaconnector: : 
 Define value for property 'camel-kafka-connector-name': camel-github-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: github-extended
-version: 0.11.0
+version: 0.11.5
 package: org.apache.camel.kafkaconnector
 camel-kafka-connector-name: camel-github-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: github-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-github-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: github-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/github-extended
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time:  24.590 s
-[INFO] Finished at: 2020-11-05T07:45:43+01:00
+[INFO] Finished at: 2020.11.55T07:45:43+01:00
 [INFO] ------------------------------------------------------------------------
 > cd /home/workspace/miscellanea/github-extended
 ```
@@ -153,8 +153,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/github-extended/target/github-extended-0.11.0-package.tar.gz .
-> untar.gz github-extended-0.11.0-package.tar.gz
+> cp /home/workspace/miscellanea/github-extended/target/github-extended-0.11.5-package.tar.gz .
+> untar.gz github-extended-0.11.5-package.tar.gz
 ```
 
 Now we are ready to go.
diff --git a/github/github-source-pullrequest/README.adoc b/github/github-source-pullrequest/README.adoc
index 8766285..3989cb6 100644
--- a/github/github-source-pullrequest/README.adoc
+++ b/github/github-source-pullrequest/README.adoc
@@ -26,8 +26,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-github-kafka-connector/0.11.0/camel-github-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-github-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-github-kafka-connector/0.11.5/camel-github-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-github-kafka-connector-0.11.5-package.tar.gz
 ----
 
 === Configuring Kafka Connect

[camel-kafka-connector-examples] 11/31: Move examples to 0.11.5: File

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

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

commit 7e62e0ac78700ad12787d3f588415be366d61e22
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:28:33 2022 +0100

    Move examples to 0.11.5: File
---
 file/file-sink/README.adoc                   |  4 ++--
 file/file-source-with-transforms/README.adoc | 26 +++++++++++++-------------
 file/file-source/README.adoc                 |  4 ++--
 3 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/file/file-sink/README.adoc b/file/file-sink/README.adoc
index f5facbd..2b44375 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.11.0/camel-file-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-file-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.11.5/camel-file-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-file-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/file/file-source-with-transforms/README.adoc b/file/file-source-with-transforms/README.adoc
index c78c111..9eb7684 100644
--- a/file/file-source-with-transforms/README.adoc
+++ b/file/file-source-with-transforms/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.11.0
+> mvn archetype:generate  -DarchetypeGroupId=org.apache.camel.kafkaconnector.archetypes  -DarchetypeArtifactId=camel-kafka-connector-extensible-archetype  -DarchetypeVersion=0.11.5
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
@@ -41,41 +41,41 @@ 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.11.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.11.5] found in catalog remote
 Define value for property 'groupId': org.apache.camel.kafkaconnector
 Define value for property 'artifactId': file-extended
-Define value for property 'version' 1.0-SNAPSHOT: : 0.11.0
+Define value for property 'version' 1.0-SNAPSHOT: : 0.11.5
 Define value for property 'package' org.apache.camel.kafkaconnector: : 
 Define value for property 'camel-kafka-connector-name': camel-file-kafka-connector
-[INFO] Using property: camel-kafka-connector-version = 0.11.0
+[INFO] Using property: camel-kafka-connector-version = 0.11.5
 Confirm properties configuration:
 groupId: org.apache.camel.kafkaconnector
 artifactId: file-extended
-version: 0.11.0
+version: 0.11.5
 package: com.github.oscerd
 camel-kafka-connector-name: camel-file-kafka-connector
-camel-kafka-connector-version: 0.11.0
+camel-kafka-connector-version: 0.11.5
  Y: : Y
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.0
+[INFO] Using following parameters for creating project from Archetype: camel-kafka-connector-extensible-archetype:0.11.5
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: artifactId, Value: file-extended
-[INFO] Parameter: version, Value: 0.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [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.11.0
+[INFO] Parameter: version, Value: 0.11.5
 [INFO] Parameter: groupId, Value: org.apache.camel.kafkaconnector
 [INFO] Parameter: camel-kafka-connector-name, Value: camel-file-kafka-connector
-[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.0
+[INFO] Parameter: camel-kafka-connector-version, Value: 0.11.5
 [INFO] Parameter: artifactId, Value: ftps-extended
 [INFO] Project created from Archetype in dir: /home/workspace/miscellanea/file-extended
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time:  24.590 s
-[INFO] Finished at: 2020-11-05T07:45:43+01:00
+[INFO] Finished at: 2020.11.55T07:45:43+01:00
 [INFO] ------------------------------------------------------------------------
 > cd /home/workspace/miscellanea/file-extended
 ```
@@ -154,8 +154,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/file-extended/target/file-extended-0.11.0-package.tar.gz .
-> untar.gz file-extended-0.11.0-package.tar.gz
+> cp /home/workspace/miscellanea/file-extended/target/file-extended-0.11.5-package.tar.gz .
+> untar.gz file-extended-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/file/file-source/README.adoc b/file/file-source/README.adoc
index 75a7a65..107e7bd 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.11.0/camel-file-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-file-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.11.5/camel-file-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-file-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors

[camel-kafka-connector-examples] 28/31: Move example to 0.11.5: SQL

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

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

commit 551c4d42cd1c11ac992d4e3bc1dddbe9a8177158
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:34:22 2022 +0100

    Move example to 0.11.5: SQL
---
 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 354d920..1d35ceb 100644
--- a/sql/sql-sink/README.adoc
+++ b/sql/sql-sink/README.adoc
@@ -25,8 +25,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.11.0/camel-sql-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-sql-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.11.5/camel-sql-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-sql-kafka-connector-0.11.5-package.tar.gz
 ----
 
 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 436cb7e..76f1083 100644
--- a/sql/sql-source/README.adoc
+++ b/sql/sql-source/README.adoc
@@ -25,8 +25,8 @@ Download the connector package tar.gz and extract the content to a directory. In
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.11.0/camel-sql-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-sql-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.11.5/camel-sql-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-sql-kafka-connector-0.11.5-package.tar.gz
 ----
 
 There is also the need of the driver for this example

[camel-kafka-connector-examples] 09/31: Move examples to 0.11.5: Exec

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

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

commit 8c70a8f2d57338e6e68189ee27767db7fd42fb16
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 07:27:55 2022 +0100

    Move examples to 0.11.5: Exec
---
 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 36f5e3b..0097488 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.11.0/camel-exec-kafka-connector-0.11.0-package.tar.gz
-> untar.gz camel-exec-kafka-connector-0.11.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-exec-kafka-connector/0.11.5/camel-exec-kafka-connector-0.11.5-package.tar.gz
+> untar.gz camel-exec-kafka-connector-0.11.5-package.tar.gz
 ```
 
 Now it's time to setup the connectors