You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/11/03 07:01:25 UTC

[camel-website] 02/11: Website updated to fefa5f3d7e

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit afa5cbc01af1864c78f09ca25b5008b569bede20
Author: jenkins <bu...@apache.org>
AuthorDate: Tue Oct 27 17:42:50 2020 +0000

    Website updated to fefa5f3d7e
---
 blog/2020/10/Camel36-Whatsnew/index.html           |    2 +-
 .../DocumentSymbolJava.gif                         |  Bin 0 -> 547305 bytes
 .../DocumentSymbolXML.gif                          |  Bin 0 -> 791892 bytes
 ...pletionAndHoverForCamelSinkSourceProperties.gif |  Bin 0 -> 136820 bytes
 .../completionConnectorClass.gif                   |  Bin 0 -> 90675 bytes
 .../completionConverter.gif                        |  Bin 0 -> 83327 bytes
 .../completionTransformer.gif                      |  Bin 0 -> 78643 bytes
 .../convertCamelURlToListOfProperties.gif          |  Bin 0 -> 391960 bytes
 .../10/VSCode-LanguageSupport-0.0.28/index.html    |    1 +
 blog/index.html                                    |    2 +-
 blog/index.xml                                     |   13 +-
 blog/page/10/index.html                            |    2 +-
 blog/page/11/index.html                            |    2 +-
 blog/page/12/index.html                            |    2 +-
 blog/page/13/index.html                            |    2 +-
 blog/page/14/index.html                            |    2 +-
 blog/page/15/index.html                            |    2 +-
 blog/page/16/index.html                            |    2 +-
 blog/page/17/index.html                            |    2 +-
 blog/page/18/index.html                            |    2 +-
 blog/page/19/index.html                            |    2 +-
 blog/page/2/index.html                             |    2 +-
 blog/page/20/index.html                            |    2 +-
 blog/page/21/index.html                            |    2 +-
 blog/page/22/index.html                            |    2 +-
 blog/page/3/index.html                             |    2 +-
 blog/page/4/index.html                             |    2 +-
 blog/page/5/index.html                             |    2 +-
 blog/page/6/index.html                             |    2 +-
 blog/page/7/index.html                             |    2 +-
 blog/page/8/index.html                             |    2 +-
 blog/page/9/index.html                             |    2 +-
 .../latest/camel-compatibility-matrix.html         |    2 +-
 camel-kafka-connector/latest/connectors.html       |    2 +-
 categories/Apache/index.html                       |    2 +-
 categories/Camel-K/index.html                      |    2 +-
 categories/Camel-Quarkus/index.html                |    2 +-
 categories/Camel/index.html                        |    2 +-
 categories/Events/index.html                       |    2 +-
 categories/GSoC/index.html                         |    2 +-
 categories/Howtos/index.html                       |    2 +-
 categories/Outreachy/index.html                    |    2 +-
 categories/Podcasts/index.html                     |    2 +-
 categories/Releases/index.html                     |    2 +-
 categories/Releases/index.xml                      |   13 +-
 categories/Roadmap/index.html                      |    2 +-
 categories/Tooling/index.html                      |    2 +-
 categories/Tooling/index.xml                       |   13 +-
 categories/Usecases/index.html                     |    2 +-
 categories/Videos/index.html                       |    2 +-
 components/latest/eips/loadBalance-eip.html        |    2 +-
 components/latest/grpc-component.html              |    2 +-
 index.html                                         |    2 +-
 index.xml                                          |   13 +-
 manual/latest/camel-3-migration-guide.html         |    2 +-
 sitemap-camel-k.xml                                |  154 +-
 sitemap-camel-kafka-connector.xml                  | 2194 +++++++-------
 sitemap-camel-karaf.xml                            |   28 +-
 sitemap-camel-quarkus-examples.xml                 |   24 +-
 sitemap-camel-quarkus.xml                          |  644 ++--
 sitemap-camel-spring-boot.xml                      | 1276 ++++----
 sitemap-components.xml                             | 3134 ++++++++++----------
 sitemap-manual.xml                                 |  480 +--
 sitemap-website.xml                                |   27 +-
 64 files changed, 4075 insertions(+), 4025 deletions(-)

diff --git a/blog/2020/10/Camel36-Whatsnew/index.html b/blog/2020/10/Camel36-Whatsnew/index.html
index b274a4e..d6c37d8 100644
--- a/blog/2020/10/Camel36-Whatsnew/index.html
+++ b/blog/2020/10/Camel36-Whatsnew/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144 [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144 [...]
\ No newline at end of file
diff --git a/blog/2020/10/VSCode-LanguageSupport-0.0.28/DocumentSymbolJava.gif b/blog/2020/10/VSCode-LanguageSupport-0.0.28/DocumentSymbolJava.gif
new file mode 100644
index 0000000..d87cd92
Binary files /dev/null and b/blog/2020/10/VSCode-LanguageSupport-0.0.28/DocumentSymbolJava.gif differ
diff --git a/blog/2020/10/VSCode-LanguageSupport-0.0.28/DocumentSymbolXML.gif b/blog/2020/10/VSCode-LanguageSupport-0.0.28/DocumentSymbolXML.gif
new file mode 100644
index 0000000..629fd09
Binary files /dev/null and b/blog/2020/10/VSCode-LanguageSupport-0.0.28/DocumentSymbolXML.gif differ
diff --git a/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionAndHoverForCamelSinkSourceProperties.gif b/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionAndHoverForCamelSinkSourceProperties.gif
new file mode 100644
index 0000000..f54a88d
Binary files /dev/null and b/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionAndHoverForCamelSinkSourceProperties.gif differ
diff --git a/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionConnectorClass.gif b/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionConnectorClass.gif
new file mode 100644
index 0000000..5ce5d18
Binary files /dev/null and b/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionConnectorClass.gif differ
diff --git a/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionConverter.gif b/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionConverter.gif
new file mode 100644
index 0000000..2defef5
Binary files /dev/null and b/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionConverter.gif differ
diff --git a/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionTransformer.gif b/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionTransformer.gif
new file mode 100644
index 0000000..bbe19ac
Binary files /dev/null and b/blog/2020/10/VSCode-LanguageSupport-0.0.28/completionTransformer.gif differ
diff --git a/blog/2020/10/VSCode-LanguageSupport-0.0.28/convertCamelURlToListOfProperties.gif b/blog/2020/10/VSCode-LanguageSupport-0.0.28/convertCamelURlToListOfProperties.gif
new file mode 100644
index 0000000..4ca810c
Binary files /dev/null and b/blog/2020/10/VSCode-LanguageSupport-0.0.28/convertCamelURlToListOfProperties.gif differ
diff --git a/blog/2020/10/VSCode-LanguageSupport-0.0.28/index.html b/blog/2020/10/VSCode-LanguageSupport-0.0.28/index.html
new file mode 100644
index 0000000..3b53e9b
--- /dev/null
+++ b/blog/2020/10/VSCode-LanguageSupport-0.0.28/index.html
@@ -0,0 +1 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144 [...]
\ No newline at end of file
diff --git a/blog/index.html b/blog/index.html
index f7c4432..ca802ad 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../apple-touch- [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../apple-touch- [...]
\ No newline at end of file
diff --git a/blog/index.xml b/blog/index.xml
index 685b9e1..4f4b96a 100644
--- a/blog/index.xml
+++ b/blog/index.xml
@@ -6,12 +6,23 @@
     <description>Recent content in Blog on Apache Camel</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <lastBuildDate>Wed, 21 Oct 2020 00:00:00 +0000</lastBuildDate>
+    <lastBuildDate>Tue, 27 Oct 2020 00:00:00 +0000</lastBuildDate>
     
 	<atom:link href="https://camel.apache.org/blog/index.xml" rel="self" type="application/rss+xml" />
     
     
     <item>
+      <title>New release of VS Code Language Support for Apache Camel 0.0.28</title>
+      <link>https://camel.apache.org/blog/2020/10/VSCode-LanguageSupport-0.0.28/</link>
+      <pubDate>Tue, 27 Oct 2020 00:00:00 +0000</pubDate>
+      
+      <guid>https://camel.apache.org/blog/2020/10/VSCode-LanguageSupport-0.0.28/</guid>
+      <description>A new release of VS Code Language Support for Apache Camel 0.0.28 is available. It includes an interesting set of new features.
+Camel 3.6.0 upgrade Camel 3.6.0 catalog is now provided by default. The 3.6.0 version is also leveraged internally.
+Camel Kafka Connector Properties file improvements Previously, the support for Camel Kafka Connector was limited to Camel URI in camel.(sink|source).url property value. This release adds support for the list of properties provided for each parameter instead of using a potentially long Camel URI.</description>
+    </item>
+    
+    <item>
       <title>Apache Camel 3.6 What&#39;s New</title>
       <link>https://camel.apache.org/blog/2020/10/Camel36-Whatsnew/</link>
       <pubDate>Wed, 21 Oct 2020 00:00:00 +0000</pubDate>
diff --git a/blog/page/10/index.html b/blog/page/10/index.html
index 3679dce..86fd6a0 100644
--- a/blog/page/10/index.html
+++ b/blog/page/10/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/11/index.html b/blog/page/11/index.html
index aba2cf6..ce759fc 100644
--- a/blog/page/11/index.html
+++ b/blog/page/11/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/12/index.html b/blog/page/12/index.html
index 8b7b737..b84ed69 100644
--- a/blog/page/12/index.html
+++ b/blog/page/12/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/13/index.html b/blog/page/13/index.html
index b1117d0..4ba77a4 100644
--- a/blog/page/13/index.html
+++ b/blog/page/13/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/14/index.html b/blog/page/14/index.html
index 1e40d14..d68b883 100644
--- a/blog/page/14/index.html
+++ b/blog/page/14/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/15/index.html b/blog/page/15/index.html
index 478954b..ff689b2 100644
--- a/blog/page/15/index.html
+++ b/blog/page/15/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/16/index.html b/blog/page/16/index.html
index e20aa69..55b76df 100644
--- a/blog/page/16/index.html
+++ b/blog/page/16/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/17/index.html b/blog/page/17/index.html
index 1064154..e572c25 100644
--- a/blog/page/17/index.html
+++ b/blog/page/17/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/18/index.html b/blog/page/18/index.html
index 3d8e887..f74f19f 100644
--- a/blog/page/18/index.html
+++ b/blog/page/18/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/19/index.html b/blog/page/19/index.html
index a7d4829..dd8dfb4 100644
--- a/blog/page/19/index.html
+++ b/blog/page/19/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/2/index.html b/blog/page/2/index.html
index 476144a..44eb83b 100644
--- a/blog/page/2/index.html
+++ b/blog/page/2/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/20/index.html b/blog/page/20/index.html
index f74b8ed..4a81c8c 100644
--- a/blog/page/20/index.html
+++ b/blog/page/20/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/21/index.html b/blog/page/21/index.html
index 1bc99a1..30d34bf 100644
--- a/blog/page/21/index.html
+++ b/blog/page/21/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/22/index.html b/blog/page/22/index.html
index bad00cb..f1afc73 100644
--- a/blog/page/22/index.html
+++ b/blog/page/22/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/3/index.html b/blog/page/3/index.html
index 27cbc96..f35e774 100644
--- a/blog/page/3/index.html
+++ b/blog/page/3/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/4/index.html b/blog/page/4/index.html
index e0c9071..ffb9154 100644
--- a/blog/page/4/index.html
+++ b/blog/page/4/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/5/index.html b/blog/page/5/index.html
index 03d0ee7..b0f805c 100644
--- a/blog/page/5/index.html
+++ b/blog/page/5/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/6/index.html b/blog/page/6/index.html
index 2407bf9..0d316ea 100644
--- a/blog/page/6/index.html
+++ b/blog/page/6/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/7/index.html b/blog/page/7/index.html
index c95b6d9..89c3533 100644
--- a/blog/page/7/index.html
+++ b/blog/page/7/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/8/index.html b/blog/page/8/index.html
index b798fcc..4bfaddd 100644
--- a/blog/page/8/index.html
+++ b/blog/page/8/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/blog/page/9/index.html b/blog/page/9/index.html
index ad9944a..cc64236 100644
--- a/blog/page/9/index.html
+++ b/blog/page/9/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" hre [...]
\ No newline at end of file
diff --git a/camel-kafka-connector/latest/camel-compatibility-matrix.html b/camel-kafka-connector/latest/camel-compatibility-matrix.html
index b462a2a..933d31f 100644
--- a/camel-kafka-connector/latest/camel-compatibility-matrix.html
+++ b/camel-kafka-connector/latest/camel-compatibility-matrix.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Camel Compatibility Matrix :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kafka-connector/latest/camel-compatibility-matrix.html"> <meta name="generator" content="Antora 2.3.0"> <link rel="stylesheet" href="../../_/css/site-6701f4f7c2.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" hr [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Camel Compatibility Matrix :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kafka-connector/latest/camel-compatibility-matrix.html"> <meta name="generator" content="Antora 2.3.0"> <link rel="stylesheet" href="../../_/css/site-6701f4f7c2.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" hr [...]
\ No newline at end of file
diff --git a/camel-kafka-connector/latest/connectors.html b/camel-kafka-connector/latest/connectors.html
index 605270b..47014f8 100644
--- a/camel-kafka-connector/latest/connectors.html
+++ b/camel-kafka-connector/latest/connectors.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Supported connectors and documentation :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kafka-connector/latest/connectors.html"> <meta name="generator" content="Antora 2.3.0"> <link rel="stylesheet" href="../../_/css/site-6701f4f7c2.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href=" [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Supported connectors and documentation :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/camel-kafka-connector/latest/connectors.html"> <meta name="generator" content="Antora 2.3.0"> <link rel="stylesheet" href="../../_/css/site-6701f4f7c2.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href=" [...]
\ No newline at end of file
diff --git a/categories/Apache/index.html b/categories/Apache/index.html
index 995591b..611a519 100644
--- a/categories/Apache/index.html
+++ b/categories/Apache/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Camel-K/index.html b/categories/Camel-K/index.html
index 8565ad3..875f7fc 100644
--- a/categories/Camel-K/index.html
+++ b/categories/Camel-K/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Camel-Quarkus/index.html b/categories/Camel-Quarkus/index.html
index 985f4a9..772e3b8 100644
--- a/categories/Camel-Quarkus/index.html
+++ b/categories/Camel-Quarkus/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Camel/index.html b/categories/Camel/index.html
index 66a17eb..026e13a 100644
--- a/categories/Camel/index.html
+++ b/categories/Camel/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Events/index.html b/categories/Events/index.html
index a784b22..610a938 100644
--- a/categories/Events/index.html
+++ b/categories/Events/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/GSoC/index.html b/categories/GSoC/index.html
index ba31be5..25660ae 100644
--- a/categories/GSoC/index.html
+++ b/categories/GSoC/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Howtos/index.html b/categories/Howtos/index.html
index 93f67e6..176a106 100644
--- a/categories/Howtos/index.html
+++ b/categories/Howtos/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Outreachy/index.html b/categories/Outreachy/index.html
index 0ff4b8e..4a4f561 100644
--- a/categories/Outreachy/index.html
+++ b/categories/Outreachy/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Podcasts/index.html b/categories/Podcasts/index.html
index 1be37f0..e0f7cde 100644
--- a/categories/Podcasts/index.html
+++ b/categories/Podcasts/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Releases/index.html b/categories/Releases/index.html
index 0d0450a..6ac3dbe 100644
--- a/categories/Releases/index.html
+++ b/categories/Releases/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Releases/index.xml b/categories/Releases/index.xml
index 01ff853..adede71 100644
--- a/categories/Releases/index.xml
+++ b/categories/Releases/index.xml
@@ -6,12 +6,23 @@
     <description>Recent content in Releases on Apache Camel</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <lastBuildDate>Wed, 21 Oct 2020 00:00:00 +0000</lastBuildDate>
+    <lastBuildDate>Tue, 27 Oct 2020 00:00:00 +0000</lastBuildDate>
     
 	<atom:link href="https://camel.apache.org/categories/Releases/index.xml" rel="self" type="application/rss+xml" />
     
     
     <item>
+      <title>New release of VS Code Language Support for Apache Camel 0.0.28</title>
+      <link>https://camel.apache.org/blog/2020/10/VSCode-LanguageSupport-0.0.28/</link>
+      <pubDate>Tue, 27 Oct 2020 00:00:00 +0000</pubDate>
+      
+      <guid>https://camel.apache.org/blog/2020/10/VSCode-LanguageSupport-0.0.28/</guid>
+      <description>A new release of VS Code Language Support for Apache Camel 0.0.28 is available. It includes an interesting set of new features.
+Camel 3.6.0 upgrade Camel 3.6.0 catalog is now provided by default. The 3.6.0 version is also leveraged internally.
+Camel Kafka Connector Properties file improvements Previously, the support for Camel Kafka Connector was limited to Camel URI in camel.(sink|source).url property value. This release adds support for the list of properties provided for each parameter instead of using a potentially long Camel URI.</description>
+    </item>
+    
+    <item>
       <title>Apache Camel 3.6 What&#39;s New</title>
       <link>https://camel.apache.org/blog/2020/10/Camel36-Whatsnew/</link>
       <pubDate>Wed, 21 Oct 2020 00:00:00 +0000</pubDate>
diff --git a/categories/Roadmap/index.html b/categories/Roadmap/index.html
index 160d90d..52234f7 100644
--- a/categories/Roadmap/index.html
+++ b/categories/Roadmap/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Tooling/index.html b/categories/Tooling/index.html
index 3193c9d..71d6e63 100644
--- a/categories/Tooling/index.html
+++ b/categories/Tooling/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Tooling/index.xml b/categories/Tooling/index.xml
index f185c0c..1966463 100644
--- a/categories/Tooling/index.xml
+++ b/categories/Tooling/index.xml
@@ -6,12 +6,23 @@
     <description>Recent content in Tooling on Apache Camel</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <lastBuildDate>Mon, 07 Sep 2020 00:00:00 +0000</lastBuildDate>
+    <lastBuildDate>Tue, 27 Oct 2020 00:00:00 +0000</lastBuildDate>
     
 	<atom:link href="https://camel.apache.org/categories/Tooling/index.xml" rel="self" type="application/rss+xml" />
     
     
     <item>
+      <title>New release of VS Code Language Support for Apache Camel 0.0.28</title>
+      <link>https://camel.apache.org/blog/2020/10/VSCode-LanguageSupport-0.0.28/</link>
+      <pubDate>Tue, 27 Oct 2020 00:00:00 +0000</pubDate>
+      
+      <guid>https://camel.apache.org/blog/2020/10/VSCode-LanguageSupport-0.0.28/</guid>
+      <description>A new release of VS Code Language Support for Apache Camel 0.0.28 is available. It includes an interesting set of new features.
+Camel 3.6.0 upgrade Camel 3.6.0 catalog is now provided by default. The 3.6.0 version is also leveraged internally.
+Camel Kafka Connector Properties file improvements Previously, the support for Camel Kafka Connector was limited to Camel URI in camel.(sink|source).url property value. This release adds support for the list of properties provided for each parameter instead of using a potentially long Camel URI.</description>
+    </item>
+    
+    <item>
       <title>Upgrading to Camel 3.0.0 with Windup</title>
       <link>https://camel.apache.org/blog/2020/09/windup/</link>
       <pubDate>Mon, 07 Sep 2020 00:00:00 +0000</pubDate>
diff --git a/categories/Usecases/index.html b/categories/Usecases/index.html
index ca680fe..26f0808 100644
--- a/categories/Usecases/index.html
+++ b/categories/Usecases/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/categories/Videos/index.html b/categories/Videos/index.html
index a9df330..bead3b3 100644
--- a/categories/Videos/index.html
+++ b/categories/Videos/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../ [...]
\ No newline at end of file
diff --git a/components/latest/eips/loadBalance-eip.html b/components/latest/eips/loadBalance-eip.html
index 5b0ef36..320b866 100644
--- a/components/latest/eips/loadBalance-eip.html
+++ b/components/latest/eips/loadBalance-eip.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Load Balance :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/components/latest/eips/loadBalance-eip.html"> <meta name="description" content="Balances message processing among a number of nodes"> <meta name="generator" content="Antora 2.3.0"> <link rel="stylesheet" href="../../../_/css/site-6701f4f7c2.css"> <meta name="appli [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Load Balance :: Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/components/latest/eips/loadBalance-eip.html"> <meta name="description" content="Balances message processing among a number of nodes"> <meta name="generator" content="Antora 2.3.0"> <link rel="stylesheet" href="../../../_/css/site-6701f4f7c2.css"> <meta name="appli [...]
     .loadBalance().roundRobin()
         .to("mock:x")
         .to("mock:y")
diff --git a/components/latest/grpc-component.html b/components/latest/grpc-component.html
index fd7a351..7ad5c9e 100644
--- a/components/latest/grpc-component.html
+++ b/components/latest/grpc-component.html
@@ -5,7 +5,7 @@
     &lt;!-- use the same version as your Camel core version --&gt;
 &lt;/dependency&gt;</code></pre> </div> </div> <div class="paragraph"> <p>gRCP requires strong own of the Google Guava version. It&#8217;s necessary to add following configuration property to the maven file</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;properties&gt;
     &lt;google-guava-version&gt;${grpc-guava-version}&lt;/google-guava-version&gt;
-&lt;properties&gt;</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_uri_format"><a class="anchor" href="#_uri_format"></a>URI format</h2> <div class="sectionbody"> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">grpc://service[?options]</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_endpoint_options"><a class="anchor" href="#_endpoint_options"></a>Endpoint Opt [...]
+&lt;properties&gt;</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_uri_format"><a class="anchor" href="#_uri_format"></a>URI format</h2> <div class="sectionbody"> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">grpc://service[?options]</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_endpoint_options"><a class="anchor" href="#_endpoint_options"></a>Endpoint Opt [...]
 .to("grpc://remotehost:1101/org.apache.camel.component.grpc.PingPong?method=sendPing&amp;synchronous=true");</code></pre> </div> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">&lt;route&gt;
     &lt;from uri="direct:grpc-sync" /&gt;
     &lt;to uri="grpc://remotehost:1101/org.apache.camel.component.grpc.PingPong?method=sendPing&amp;synchronous=true"/&gt;
diff --git a/index.html b/index.html
index 998c6d39..04c9c55 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-<!doctype html> <html lang="en"> <head> <meta name="generator" content="Hugo 0.58.2"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="./apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="./apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomp [...]
\ No newline at end of file
+<!doctype html> <html lang="en"> <head> <meta name="generator" content="Hugo 0.58.2"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="./apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="./apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomp [...]
\ No newline at end of file
diff --git a/index.xml b/index.xml
index 38e517f..2a97d76 100644
--- a/index.xml
+++ b/index.xml
@@ -6,12 +6,23 @@
     <description>Recent content in Home on Apache Camel</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <lastBuildDate>Wed, 21 Oct 2020 00:00:00 +0000</lastBuildDate>
+    <lastBuildDate>Tue, 27 Oct 2020 00:00:00 +0000</lastBuildDate>
     
 	<atom:link href="https://camel.apache.org/index.xml" rel="self" type="application/rss+xml" />
     
     
     <item>
+      <title>New release of VS Code Language Support for Apache Camel 0.0.28</title>
+      <link>https://camel.apache.org/blog/2020/10/VSCode-LanguageSupport-0.0.28/</link>
+      <pubDate>Tue, 27 Oct 2020 00:00:00 +0000</pubDate>
+      
+      <guid>https://camel.apache.org/blog/2020/10/VSCode-LanguageSupport-0.0.28/</guid>
+      <description>A new release of VS Code Language Support for Apache Camel 0.0.28 is available. It includes an interesting set of new features.
+Camel 3.6.0 upgrade Camel 3.6.0 catalog is now provided by default. The 3.6.0 version is also leveraged internally.
+Camel Kafka Connector Properties file improvements Previously, the support for Camel Kafka Connector was limited to Camel URI in camel.(sink|source).url property value. This release adds support for the list of properties provided for each parameter instead of using a potentially long Camel URI.</description>
+    </item>
+    
+    <item>
       <title>Apache Camel 3.6 What&#39;s New</title>
       <link>https://camel.apache.org/blog/2020/10/Camel36-Whatsnew/</link>
       <pubDate>Wed, 21 Oct 2020 00:00:00 +0000</pubDate>
diff --git a/manual/latest/camel-3-migration-guide.html b/manual/latest/camel-3-migration-guide.html
index dcf0c96..58c5f08 100644
--- a/manual/latest/camel-3-migration-guide.html
+++ b/manual/latest/camel-3-migration-guide.html
@@ -48,6 +48,6 @@ context.getGlobalOptions().put("CamelJacksonTypeConverterToPojo", "true");</code
 }</code></pre> </div> </div> <div class="paragraph"> <p>to using style:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">ModelCamelContext mcc = camelContext.adapt(ModelCamelContext.class);
 RouteReifier.adviceWith(mcc.getRouteDefinition("start"), mcc, new AdviceWithRouteBuilder() {
   ...
-}</code></pre> </div> </div> <div class="paragraph"> <p>However its even easier using lambda style with <code>AdviceWithRouteBuilder</code> directly:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">AdviceWithRouteBuilder.adviceWith(context, "myRoute", a -&gt; {
+}</code></pre> </div> </div> <div class="paragraph"> <p>However its even easier using lambda style with <code>AdviceWithRouteBuilder</code> directly:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">AdviceWith.adviceWith(context, "myRoute", a -&gt; {
   a.replaceFromWith("direct:start");
 }</code></pre> </div> </div> </div> <div class="sect2"> <h3 id="_generic_classes"><a class="anchor" href="#_generic_classes"></a>Generic Classes</h3> <div class="paragraph"> <p>The class <code>JNDIContext</code> has been moved from <code>org.apache.camel.util.jndi.JNDIContext</code> in the camel-core JAR to <code>org.apache.camel.support.jndi.JNDIContext</code> and moved to the <code>camel-support</code> JAR.</p> </div> </div> <div class="sect2"> <h3 id="_eips"><a class="anchor" href="#_ [...]
\ No newline at end of file
diff --git a/sitemap-camel-k.xml b/sitemap-camel-k.xml
index 7d1c4ff..e414a57 100644
--- a/sitemap-camel-k.xml
+++ b/sitemap-camel-k.xml
@@ -2,310 +2,310 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-k/latest/architecture/architecture.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/architecture/cr/build.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/architecture/cr/camel-catalog.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/architecture/cr/integration-kit.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/architecture/cr/integration-platform.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/architecture/cr/integration.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/architecture/operator.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/architecture/runtime.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/architecture/sources.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/architecture/traits.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/cli/cli.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/cli/modeline.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/configuration/components.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/configuration/configmap-secret.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/configuration/configuration.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/configuration/dependencies.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/configuration/logging.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/developers.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/crc.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/gke.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/iks.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/installation.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/minikube.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/minishift.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/openshift.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/registry/dockerhub.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/registry/gcr.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/registry/github.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/registry/icr.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/registry/registry.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/kamelets/kamelets.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/groovy.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/java.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/javascript.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/kotlin.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/languages.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/xml.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/yaml.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/observability/monitoring.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/running/dev-mode.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/running/run-from-github.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/running/running.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/3scale.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/affinity.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/builder.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/camel.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/container.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/cron.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/dependencies.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/deployer.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/deployment.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/environment.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/gc.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/ingress.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/istio.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/jolokia.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/jvm.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/kamelets.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/knative-service.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/knative.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/master.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/openapi.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/owner.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/platform.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/prometheus.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/pull-secret.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/quarkus.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/route.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/service.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/tracing.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits/traits.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/troubleshooting/debugging.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/troubleshooting/known-issues.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/tutorials/tekton/tekton.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/tutorials/tutorials.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/uninstalling.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-camel-kafka-connector.xml b/sitemap-camel-kafka-connector.xml
index 0893fcd..1a04267 100644
--- a/sitemap-camel-kafka-connector.xml
+++ b/sitemap-camel-kafka-connector.xml
@@ -2,4390 +2,4390 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/about.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/aggregation.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/archetypes.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/basic-concepts.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/camel-compatibility-matrix.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-activemq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-activemq-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ahc-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ahc-ws-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ahc-ws-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ahc-wss-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ahc-wss-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-amqp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-amqp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-apns-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-apns-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-arangodb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-as2-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-as2-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-asterisk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-asterisk-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atmos-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atmos-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atmosphere-websocket-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atmosphere-websocket-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atom-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-map-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-map-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-messaging-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-messaging-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-multimap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-queue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-queue-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-set-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-set-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-value-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-atomix-value-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-avro-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-avro-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-cw-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-ddb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-ddbstream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-ec2-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-ecs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-eks-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-iam-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-kinesis-firehose-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-kinesis-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-kinesis-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-kms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-lambda-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-mq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-msk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-s3-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-s3-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-sdb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-ses-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-sns-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-sqs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-sqs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-swf-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-swf-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws-translate-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-athena-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-cw-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-ddb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-ddbstream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-ec2-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-ecs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-eks-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-eventbridge-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-iam-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-kinesis-firehose-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-kinesis-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-kinesis-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-kms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-lambda-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-mq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-msk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-s3-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-s3-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-ses-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-sns-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-sqs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-sqs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-sts-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-aws2-translate-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-azure-blob-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-azure-blob-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-azure-eventhubs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-azure-eventhubs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-azure-queue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-azure-queue-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-azure-storage-blob-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-azure-storage-blob-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-azure-storage-queue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-azure-storage-queue-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-bean-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-beanstalk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-beanstalk-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-box-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-box-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-braintree-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-braintree-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-caffeine-cache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-caffeine-loadcache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-chatscript-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-chunk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cm-sms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cmis-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cmis-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-coap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-coap-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-coap+tcp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-coap+tcp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-coaps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-coaps-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-coaps+tcp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-coaps+tcp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cometd-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cometd-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cometds-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cometds-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-consul-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-consul-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-controlbus-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-corda-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-corda-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-couchbase-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-couchbase-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-couchdb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-couchdb-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cql-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cql-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cron-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-crypto-cms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-crypto-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cxf-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cxf-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cxfrs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-cxfrs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-dataformat-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-direct-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-direct-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-direct-vm-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-direct-vm-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-disruptor-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-disruptor-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-disruptor-vm-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-disruptor-vm-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-djl-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-dns-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-docker-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-docker-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-dozer-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-drill-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-dropbox-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-dropbox-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ehcache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ehcache-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-elasticsearch-rest-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-elsql-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-elsql-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-elytron-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-elytron-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-etcd-keys-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-etcd-stats-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-etcd-stats-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-etcd-watch-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-eventadmin-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-eventadmin-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-exec-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-facebook-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-facebook-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-fhir-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-fhir-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-file-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-file-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-file-watch-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-flatpack-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-flatpack-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-flink-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-fop-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-freemarker-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ftp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ftp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ftps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ftps-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ganglia-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-geocoder-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-git-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-git-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-github-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-github-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-bigquery-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-bigquery-sql-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-calendar-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-calendar-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-calendar-stream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-drive-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-drive-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-mail-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-mail-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-mail-stream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-pubsub-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-pubsub-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-sheets-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-sheets-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-google-sheets-stream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-gora-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-gora-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-grape-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-graphql-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-grpc-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-grpc-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-guava-eventbus-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-guava-eventbus-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-atomicvalue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-instance-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-list-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-list-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-map-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-map-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-multimap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-multimap-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-queue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-queue-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-replicatedmap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-replicatedmap-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-ringbuffer-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-seda-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-seda-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-set-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-set-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-topic-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hazelcast-topic-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hbase-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hbase-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hdfs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-hdfs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-http-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-https-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-iec60870-client-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-iec60870-client-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-iec60870-server-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-iec60870-server-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ignite-cache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ignite-cache-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ignite-compute-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ignite-events-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ignite-idgen-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ignite-messaging-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ignite-messaging-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ignite-queue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ignite-set-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-imap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-imap-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-imaps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-imaps-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-infinispan-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-infinispan-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-influxdb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-iota-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ipfs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-irc-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-irc-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ironmq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ironmq-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jbpm-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jbpm-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jcache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jcache-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jclouds-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jclouds-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jcr-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jcr-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jdbc-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jetty-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jgroups-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jgroups-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jgroups-raft-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jgroups-raft-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jing-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jira-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jira-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jms-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jmx-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jolt-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jooq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jooq-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jpa-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jpa-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jslt-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-json-validator-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jsonata-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jt400-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-jt400-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kafka-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kafka-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-config-maps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-deployments-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-deployments-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-hpa-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-hpa-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-job-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-job-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-namespaces-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-namespaces-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-nodes-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-nodes-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-persistent-volumes-claims-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-persistent-volumes-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-pods-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-pods-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-replication-controllers-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-replication-controllers-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-resources-quota-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-secrets-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-service-accounts-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-services-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kubernetes-services-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-kudu-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-language-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ldap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ldif-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-log-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-lpr-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-lucene-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-lumberjack-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-master-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-metrics-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-micrometer-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-microprofile-metrics-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-milo-client-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-milo-client-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-milo-server-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-milo-server-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mina-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mina-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-minio-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-minio-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mllp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mllp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mongodb-gridfs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mongodb-gridfs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mongodb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mongodb-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-msv-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mustache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mvel-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mybatis-bean-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mybatis-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-mybatis-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-nagios-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-nats-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-nats-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-netty-http-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-netty-http-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-netty-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-netty-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-nitrite-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-nitrite-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-nsq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-nsq-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-oaipmh-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-oaipmh-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-olingo2-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-olingo2-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-olingo4-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-olingo4-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-openshift-build-configs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-openshift-builds-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-openstack-cinder-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-openstack-glance-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-openstack-keystone-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-openstack-neutron-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-openstack-nova-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-openstack-swift-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-optaplanner-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-optaplanner-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-paho-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-paho-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-paxlogging-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pdf-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pg-replication-slot-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pgevent-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pgevent-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-platform-http-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pop3-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pop3-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pop3s-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pop3s-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pubnub-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pubnub-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pulsar-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-pulsar-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-quartz-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-quickfix-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-quickfix-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-rabbitmq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-rabbitmq-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-reactive-streams-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-reactive-streams-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-rest-api-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-rest-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-rest-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-rest-openapi-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-rest-swagger-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-resteasy-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-resteasy-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-rss-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-saga-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-salesforce-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-salesforce-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sap-netweaver-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-scheduler-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-schematron-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-scp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-seda-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-seda-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-service-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-servicenow-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-servlet-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sftp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sftp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sip-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sip-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sips-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sips-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sjms-batch-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sjms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sjms-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sjms2-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sjms2-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-slack-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-slack-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-smpp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-smpp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-smpps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-smpps-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-smtp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-smtp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-smtps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-smtps-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-snmp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-snmp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-solr-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-solrCloud-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-solrs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-soroush-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-soroush-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spark-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spark-rest-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-splunk-hec-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-splunk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-splunk-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spring-batch-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spring-event-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spring-event-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spring-integration-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spring-integration-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spring-ldap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spring-redis-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spring-redis-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spring-ws-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-spring-ws-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sql-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sql-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-sql-stored-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ssh-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-ssh-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-stax-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-stomp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-stomp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-stream-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-stream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-string-template-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-stub-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-stub-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-syslog-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-syslog-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-telegram-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-telegram-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-thrift-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-thrift-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-tika-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-timer-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-twilio-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-twilio-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-twitter-directmessage-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-twitter-directmessage-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-twitter-search-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-twitter-search-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-twitter-timeline-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-twitter-timeline-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-undertow-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-undertow-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-validator-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-velocity-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-vertx-http-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-vertx-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-vertx-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-vertx-websocket-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-vertx-websocket-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-vm-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-vm-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-weather-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-weather-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-web3j-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-web3j-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-webhook-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-websocket-jsr356-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-websocket-jsr356-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-websocket-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-websocket-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-weka-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-wordpress-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-wordpress-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-workday-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-xchange-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-xj-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-xmlsecurity-sign-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-xmlsecurity-verify-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-xmpp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-xmpp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-xquery-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-xquery-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-xslt-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-xslt-saxon-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-yammer-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-yammer-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-zendesk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-zendesk-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-zookeeper-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-zookeeper-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/connectors/camel-zookeeper-master-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/contributing.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/getting-started-with-packages.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/getting-started.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/testing.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/troubleshooting.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/try-it-out-locally.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/try-it-out-on-kubernetes.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/latest/try-it-out-on-openshift-with-strimzi.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/about.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/aggregation.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/archetypes.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/basic-concepts.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-activemq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-activemq-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ahc-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ahc-ws-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ahc-ws-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ahc-wss-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ahc-wss-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-amqp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-amqp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-apns-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-apns-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-as2-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-as2-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-asterisk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-asterisk-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atmos-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atmos-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atmosphere-websocket-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atmosphere-websocket-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atom-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-map-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-map-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-messaging-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-messaging-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-multimap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-queue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-queue-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-set-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-set-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-value-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-atomix-value-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-avro-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-avro-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-cw-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-ddb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-ddbstream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-ec2-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-ecs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-eks-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-iam-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-kinesis-firehose-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-kinesis-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-kinesis-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-kms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-lambda-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-mq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-msk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-s3-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-s3-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-sdb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-ses-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-sns-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-sqs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-sqs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-swf-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-swf-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws-translate-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-athena-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-cw-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-ddb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-ddbstream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-ec2-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-ecs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-eks-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-iam-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-kinesis-firehose-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-kinesis-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-kinesis-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-kms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-lambda-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-mq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-msk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-s3-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-s3-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-ses-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-sns-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-sqs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-sqs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-aws2-translate-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-azure-blob-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-azure-blob-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-azure-queue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-azure-queue-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-azure-storage-blob-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-azure-storage-blob-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-azure-storage-queue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-azure-storage-queue-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-bean-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-bean-validator-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-beanstalk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-beanstalk-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-box-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-box-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-braintree-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-braintree-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-browse-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-browse-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-caffeine-cache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-caffeine-loadcache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-chatscript-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-chunk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-class-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cm-sms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cmis-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cmis-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-coap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-coap-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-coap+tcp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-coap+tcp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-coaps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-coaps-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-coaps+tcp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-coaps+tcp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cometd-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cometd-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cometds-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cometds-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-consul-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-consul-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-controlbus-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-corda-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-corda-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-couchbase-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-couchbase-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-couchdb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-couchdb-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cql-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cql-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cron-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-crypto-cms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-crypto-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cxf-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cxf-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cxfrs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-cxfrs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-dataformat-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-dataset-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-dataset-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-dataset-test-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-debezium-mongodb-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-debezium-mysql-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-debezium-postgres-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-debezium-sqlserver-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-digitalocean-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-direct-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-direct-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-direct-vm-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-direct-vm-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-disruptor-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-disruptor-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-disruptor-vm-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-disruptor-vm-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-djl-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-dns-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-docker-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-docker-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-dozer-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-drill-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-dropbox-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-dropbox-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ehcache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ehcache-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-elasticsearch-rest-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-elsql-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-elsql-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-elytron-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-elytron-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-etcd-keys-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-etcd-stats-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-etcd-stats-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-etcd-watch-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-eventadmin-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-eventadmin-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-exec-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-facebook-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-facebook-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-fhir-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-fhir-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-file-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-file-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-file-watch-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-flatpack-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-flatpack-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-flink-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-fop-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-freemarker-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ftp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ftp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ftps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ftps-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ganglia-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-geocoder-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-git-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-git-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-github-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-github-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-bigquery-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-bigquery-sql-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-calendar-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-calendar-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-calendar-stream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-drive-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-drive-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-mail-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-mail-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-mail-stream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-pubsub-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-pubsub-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-sheets-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-sheets-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-google-sheets-stream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-gora-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-gora-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-grape-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-graphql-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-grpc-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-grpc-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-guava-eventbus-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-guava-eventbus-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-atomicvalue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-instance-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-list-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-list-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-map-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-map-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-multimap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-multimap-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-queue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-queue-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-replicatedmap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-replicatedmap-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-ringbuffer-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-seda-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-seda-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-set-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-set-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-topic-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hazelcast-topic-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hbase-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hbase-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hdfs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hdfs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hipchat-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-hipchat-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-http-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-https-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-iec60870-client-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-iec60870-client-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-iec60870-server-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-iec60870-server-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ignite-cache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ignite-cache-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ignite-compute-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ignite-events-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ignite-idgen-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ignite-messaging-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ignite-messaging-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ignite-queue-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ignite-set-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-imap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-imap-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-imaps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-imaps-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-infinispan-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-infinispan-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-influxdb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-iota-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ipfs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-irc-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-irc-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ironmq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ironmq-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jbpm-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jbpm-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jcache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jcache-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jclouds-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jclouds-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jcr-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jcr-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jdbc-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jetty-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jgroups-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jgroups-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jgroups-raft-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jgroups-raft-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jing-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jira-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jira-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jms-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jmx-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jolt-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jooq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jooq-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jpa-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jpa-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jslt-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-json-validator-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jt400-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-jt400-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kafka-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kafka-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-config-maps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-deployments-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-deployments-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-hpa-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-hpa-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-job-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-job-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-namespaces-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-namespaces-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-nodes-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-nodes-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-persistent-volumes-claims-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-persistent-volumes-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-pods-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-pods-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-replication-controllers-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-replication-controllers-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-resources-quota-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-secrets-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-service-accounts-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-services-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kubernetes-services-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-kudu-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-language-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ldap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ldif-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-log-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-lpr-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-lucene-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-lumberjack-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-master-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-metrics-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-micrometer-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-microprofile-metrics-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-milo-client-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-milo-client-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-milo-server-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-milo-server-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mina-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mina-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mllp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mllp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mock-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mongodb-gridfs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mongodb-gridfs-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mongodb-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mongodb-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-msv-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mustache-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mvel-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mybatis-bean-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mybatis-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-mybatis-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-nagios-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-nats-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-nats-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-netty-http-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-netty-http-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-netty-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-netty-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-nitrite-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-nitrite-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-nsq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-nsq-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-olingo2-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-olingo2-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-olingo4-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-olingo4-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-openshift-build-configs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-openshift-builds-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-openstack-cinder-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-openstack-glance-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-openstack-keystone-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-openstack-neutron-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-openstack-nova-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-openstack-swift-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-optaplanner-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-optaplanner-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-paho-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-paho-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-paxlogging-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pdf-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pg-replication-slot-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pgevent-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pgevent-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-platform-http-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pop3-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pop3-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pop3s-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pop3s-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pubnub-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pubnub-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pulsar-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-pulsar-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-quartz-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-quickfix-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-quickfix-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-rabbitmq-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-rabbitmq-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-reactive-streams-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-reactive-streams-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ref-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ref-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-rest-api-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-rest-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-rest-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-rest-openapi-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-rest-swagger-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-resteasy-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-resteasy-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-robotframework-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-robotframework-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-rss-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-saga-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-salesforce-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-salesforce-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sap-netweaver-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-scheduler-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-schematron-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-scp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-seda-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-seda-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-service-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-servicenow-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-servlet-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sftp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sftp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sip-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sip-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sips-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sips-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sjms-batch-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sjms-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sjms-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sjms2-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sjms2-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-slack-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-slack-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-smpp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-smpp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-smpps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-smpps-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-smtp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-smtp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-smtps-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-smtps-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-snmp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-snmp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-solr-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-solrCloud-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-solrs-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-soroush-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-soroush-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spark-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spark-rest-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-splunk-hec-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-splunk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-splunk-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spring-batch-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spring-event-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spring-event-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spring-integration-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spring-integration-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spring-ldap-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spring-redis-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spring-redis-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spring-ws-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-spring-ws-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sql-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sql-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-sql-stored-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ssh-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-ssh-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-stax-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-stomp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-stomp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-stream-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-stream-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-string-template-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-stub-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-stub-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-syslog-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-syslog-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-telegram-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-telegram-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-thrift-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-thrift-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-tika-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-timer-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-twilio-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-twilio-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-twitter-directmessage-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-twitter-directmessage-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-twitter-search-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-twitter-search-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-twitter-timeline-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-twitter-timeline-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-undertow-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-undertow-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-validator-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-velocity-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-vertx-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-vertx-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-vm-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-vm-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-weather-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-weather-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-web3j-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-web3j-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-webhook-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-websocket-jsr356-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-websocket-jsr356-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-websocket-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-websocket-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-weka-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-wordpress-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-wordpress-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-workday-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-xchange-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-xj-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-xmlsecurity-sign-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-xmlsecurity-verify-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-xmpp-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-xmpp-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-xquery-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-xquery-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-xslt-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-xslt-saxon-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-yammer-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-yammer-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-zendesk-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-zendesk-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-zookeeper-kafka-sink-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-zookeeper-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/connectors/camel-zookeeper-master-kafka-source-connector.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/contributing.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/getting-started-with-packages.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/getting-started.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/try-it-out-locally.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/try-it-out-on-kubernetes.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-kafka-connector/0.4.x/try-it-out-on-openshift-with-strimzi.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-camel-karaf.xml b/sitemap-camel-karaf.xml
index 0faf984..b1b657d 100644
--- a/sitemap-camel-karaf.xml
+++ b/sitemap-camel-karaf.xml
@@ -2,58 +2,58 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-karaf/latest/blueprint.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/latest/components.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/latest/eventadmin-component.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/latest/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/latest/kura.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/latest/osgi-activator.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/latest/paxlogging-component.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.4.x/blueprint.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.4.x/components.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.4.x/eventadmin-component.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.4.x/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.4.x/kura.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.4.x/osgi-activator.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-karaf/3.4.x/paxlogging-component.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-camel-quarkus-examples.xml b/sitemap-camel-quarkus-examples.xml
index 2910680..7ff26f2 100644
--- a/sitemap-camel-quarkus-examples.xml
+++ b/sitemap-camel-quarkus-examples.xml
@@ -2,50 +2,50 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/file-split-log-xml.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/health.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/http-log.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/observability.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/rest-json.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/timer-log-cdi.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/timer-log-kotlin.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/timer-log-main.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/timer-log-spring.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/timer-log-xml.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/examples/timer-log.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus-examples/latest/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-camel-quarkus.xml b/sitemap-camel-quarkus.xml
index d0fcfcd..d615129 100644
--- a/sitemap-camel-quarkus.xml
+++ b/sitemap-camel-quarkus.xml
@@ -2,1290 +2,1290 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/contributor-guide/ci.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/contributor-guide/create-jvm-only-extension.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/contributor-guide/create-new-extension.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/contributor-guide/extension-documentation.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/contributor-guide/extension-metadata.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/contributor-guide/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/contributor-guide/promote-jvm-to-native.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/contributor-guide/release-guide.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/components.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/components/stringtemplate.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/dataformats.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/activemq.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ahc-ws.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ahc.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/amqp.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/apns.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/arangodb.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/as2.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/asn1.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/asterisk.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/atmos.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/atom.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/atomix.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/attachments.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/avro-rpc.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/avro.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-ec2.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-ecs.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-eks.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-iam.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-kinesis.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-kms.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-lambda.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-s3.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-sdb.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-sns.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-sqs.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-swf.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-translate.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws-xray.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-athena.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-cw.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-ddb.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-ec2.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-ecs.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-eks.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-iam.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-kinesis.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-kms.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-lambda.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-mq.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-msk.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-s3.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-ses.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-sns.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-sqs.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-sts.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/aws2-translate.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/azure-storage-blob.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/azure-storage-queue.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/azure.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/barcode.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/base64.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/bean-validator.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/bean.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/beanio.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/beanstalk.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/bindy.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/bonita.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/box.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/braintree.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/browse.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/caffeine-lrucache.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/caffeine.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/cassandraql.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/cbor.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/chatscript.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/chunk.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/cm-sms.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/cmis.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/coap.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/cometd.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/componentdsl.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/consul.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/controlbus.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/corda.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/core-cloud.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/core.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/couchbase.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/couchdb.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/cron.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/crypto.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/csv.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/dataformat.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/debezium-mongodb.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/debezium-mysql.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/debezium-postgres.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/debezium-sqlserver.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/digitalocean.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/direct.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/disruptor.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/djl.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/dns.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/dozer.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/drill.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/dropbox.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ehcache.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/elasticsearch-rest.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/elsql.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/endpointdsl.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/etcd.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/exec.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/facebook.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/fastjson.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/fhir.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/file-watch.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/file.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/flatpack.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/flink.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/fop.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/freemarker.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ftp.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ganglia.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/geocoder.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/git.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/github.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-bigquery.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-calendar.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-drive.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-mail.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-pubsub.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-sheets.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/graphql.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/grok.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/groovy.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/grpc.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/gson.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/guava-eventbus.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/hazelcast.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/hbase.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/hdfs.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/headersmap.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/hl7.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/http.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/hystrix.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ical.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/iec60870.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ignite.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/infinispan.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/influxdb.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/iota.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ipfs.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/irc.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jackson.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jacksonxml.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jasypt.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jaxb.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jbpm.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jcache.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jclouds.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jcr.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jdbc.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jgroups-raft.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jgroups.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jing.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jira.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jms.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/johnzon.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jolt.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jooq.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jpa.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jsch.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jslt.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/json-validator.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jsonapi.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jsonpath.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jt400.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/jta.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/kafka.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/kotlin.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/kubernetes.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/kudu.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/language.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ldap.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ldif.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/leveldb.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/log.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/lra.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/lucene.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/lumberjack.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/lzf.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/mail.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/main.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/management.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/master.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/microprofile-fault-tolerance.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/microprofile-health.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/microprofile-metrics.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/milo.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/mllp.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/mock.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/mongodb-gridfs.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/mongodb.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/msv.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/mustache.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/mvel.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/mybatis.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/nagios.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/nats.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/netty-http.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/netty.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/nitrite.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/nsq.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ognl.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/olingo4.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/openapi-java.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/openstack.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/opentracing.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/optaplanner.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/paho.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/pdf.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/pg-replication-slot.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/pgevent.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/platform-http.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/printer.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/protobuf.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/pubnub.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/pulsar.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/quartz.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/quickfix.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/qute.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/rabbitmq.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/reactive-executor.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/reactive-streams.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ref.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/rest-openapi.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/rest.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ribbon.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/robotframework.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/rss.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/saga.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/salesforce.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/sap-netweaver.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/saxon.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/scheduler.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/schematron.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/seda.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/servicenow.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/servlet.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/shiro.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/sip.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/sjms.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/sjms2.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/slack.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/smallrye-reactive-messaging.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/smpp.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/snakeyaml.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/snmp.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/soap.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/solr.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/soroush.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/spark.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/splunk-hec.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/splunk.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/sql.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/ssh.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/stax.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/stomp.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/stream.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/stringtemplate.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/stub.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/syslog.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/tagsoup.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/tarfile.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/telegram.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/threadpoolfactory-vertx.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/thrift.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/tika.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/timer.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/twilio.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/twitter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/univocity-parsers.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/validator.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/velocity.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/vertx-http.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/vertx-websocket.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/vertx.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/vm.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/weather.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/web3j.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/websocket-jsr356.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/weka.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/wordpress.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/workday.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xchange.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xj.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xml-io.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xml-jaxb.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xml-jaxp.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xmlsecurity.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xmpp.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xpath.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xslt-saxon.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xslt.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/xstream.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/yammer.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/zendesk.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/zip-deflater.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/zipfile.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/zookeeper-master.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/extensions/zookeeper.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/languages.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/reference/others.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/user-guide/bootstrap.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/user-guide/cdi.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/user-guide/examples.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/user-guide/first-steps.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/user-guide/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/user-guide/native-mode.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/user-guide/observability.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-camel-spring-boot.xml b/sitemap-camel-spring-boot.xml
index f43c769..0a57cc9 100644
--- a/sitemap-camel-spring-boot.xml
+++ b/sitemap-camel-spring-boot.xml
@@ -2,2554 +2,2554 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/activemq-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ahc-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ahc-ws-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/amqp-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/any23-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/apns-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/arangodb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/as2-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/asn1-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/asterisk-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/atlasmap-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/atmos-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/atmosphere-websocket-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/atom-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/atomix-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/avro-rpc-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/avro-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-cw-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-ddb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-ec2-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-ecs-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-eks-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-iam-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-kinesis-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-kms-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-lambda-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-mq-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-msk-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-s3-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-sdb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-ses-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-sns-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-sqs-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-swf-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws-translate-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-athena-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-cw-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-ddb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-ec2-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-ecs-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-eks-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-eventbridge-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-iam-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-kinesis-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-kms-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-lambda-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-mq-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-msk-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-s3-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-ses-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-sns-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-sqs-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-sts-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/aws2-translate-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/azure-eventhubs-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/azure-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/azure-storage-blob-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/azure-storage-queue-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/barcode-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/base64-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/bean-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/bean-validator-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/beanio-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/beanstalk-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/bindy-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/bonita-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/box-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/braintree-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/browse-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/caffeine-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/cassandraql-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/cbor-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/chatscript-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/chunk-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/cm-sms-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/cmis-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/coap-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/cometd-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/consul-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/controlbus-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/corda-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/core-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/couchbase-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/couchdb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/cron-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/crypto-cms-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/crypto-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/csv-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/cxf-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/dataformat-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/dataset-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/debezium-mongodb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/debezium-mysql-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/debezium-postgres-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/debezium-sqlserver-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/digitalocean-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/direct-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/directvm-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/disruptor-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/djl-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/dns-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/docker-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/dozer-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/drill-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/dropbox-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ehcache-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/elasticsearch-rest-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/elsql-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/etcd-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/exec-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/facebook-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/fastjson-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/fhir-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/file-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/file-watch-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/flatpack-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/flink-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/fop-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/freemarker-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ftp-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ganglia-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/geocoder-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/git-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/github-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/google-bigquery-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/google-calendar-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/google-drive-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/google-mail-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/google-pubsub-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/google-sheets-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/gora-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/grape-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/graphql-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/grok-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/groovy-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/grpc-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/gson-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/guava-eventbus-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/hazelcast-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/hbase-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/hdfs-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/hl7-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/http-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/hystrix-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ical-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/iec60870-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ignite-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/index.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/infinispan-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/influxdb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/iota-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ipfs-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/irc-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ironmq-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jackson-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jacksonxml-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jasypt-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jaxb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jbpm-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jcache-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jclouds-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jcr-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jdbc-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jetty-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jgroups-raft-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jgroups-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jing-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jira-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jms-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jmx-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/johnzon-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jolt-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jooq-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jpa-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jsch-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jslt-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/json-validator-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jsonapi-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jsonata-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jsonb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jsonpath-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/jt400-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/kafka-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/kubernetes-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/kudu-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/language-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ldap-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ldif-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/list.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/log-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/lra-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/lucene-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/lumberjack-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/lzf-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/mail-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/master-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/metrics-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/micrometer-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/milo-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/mina-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/minio-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/mllp-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/mock-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/mongodb-gridfs-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/mongodb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/msv-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/mustache-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/mvel-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/mybatis-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/nagios-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/nats-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/netty-http-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/netty-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/nitrite-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/nsq-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/oaipmh-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ognl-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/olingo2-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/olingo4-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/openstack-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/opentelemetry-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/opentracing-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/optaplanner-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/paho-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/pdf-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/pg-replication-slot-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/pgevent-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/platform-http-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/printer-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/protobuf-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/pubnub-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/pulsar-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/quartz-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/quickfix-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/rabbitmq-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/reactive-streams-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ref-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/rest-openapi-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/rest-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/rest-swagger-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/resteasy-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/robotframework-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/rss-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/saga-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/salesforce-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/sap-netweaver-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/saxon-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/scheduler-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/schematron-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/seda-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/service-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/servicenow-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/servlet-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/sip-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/sjms-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/sjms2-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/slack-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/smpp-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/snakeyaml-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/snmp-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/soap-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/solr-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/soroush-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spark-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/splunk-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-batch-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-boot.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-cloud-consul.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-cloud-netflix.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-cloud-zookeeper.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-cloud.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-integration-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-ldap-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-redis-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/spring-ws-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/sql-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/ssh-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/stax-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/stomp-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/stream-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/stringtemplate-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/stub-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/syslog-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/tagsoup-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/tarfile-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/telegram-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/thrift-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/tika-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/timer-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/twilio-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/twitter-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/undertow-spring-security-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/undertow-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/univocity-parsers-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/validator-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/velocity-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/vertx-http-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/vertx-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/vertx-websocket-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/vm-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/weather-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/web3j-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/webhook-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/websocket-jsr356-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/websocket-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/weka-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/wordpress-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/workday-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/xchange-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/xj-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/xml-jaxp-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/xmlsecurity-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/xmpp-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/xpath-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/xslt-saxon-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/xslt-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/xstream-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/yammer-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/zendesk-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/zip-deflater-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/zipfile-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/zipkin-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/zookeeper-master-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/latest/zookeeper-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/activemq-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/ahc-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/ahc-ws-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/amqp-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/any23-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/apns-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/as2-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/asn1-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/asterisk-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/atmos-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/atmosphere-websocket-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/atom-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/atomix-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/avro-rpc-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/avro-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/aws-cw-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/aws-ddb-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/aws-ec2-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/aws-ecs-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/aws-eks-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-spring-boot/3.4.x/aws-iam-starter.html</loc>
-<lastmod>2020-10-26T19:22:20.111Z</lastmod>
+<lastmod>2020-10-27T17:18:51.352Z</lastmod>
... 10566 lines suppressed ...