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

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

commit 9b3aca8e82d4819d135be01e208af2740525dfa0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Feb 19 14:31:26 2021 +0100

    Generate just one connector package: .zip or .tar.gz
---
 .../src/main/resources/connectors.mvel                                | 4 ++--
 .../src/main/resources/connectors.mvel                                | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel
 
b/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel
index 2bb4eb9..6d376bb 100644
--- 
a/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel
+++ 
b/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel
@@ -4,8 +4,8 @@ Number of Camel Kafka connectors: @{options.size}
 
 [width="100%",cols="4,1,1,1,1,1,1",options="header"]
 |===
-| Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download 
Zip | Download Tar.gz
-@foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | 
@{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | 
@{row.getDownloadLinkZip()} | @{row.getDownloadLinkTar()}
+| Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download
+@foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | 
@{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | 
@{row.getDownloadLinkTar()}
 @end{}|===
 
 @end{}
\ No newline at end of file
diff --git 
a/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
 
b/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
index 2bb4eb9..a4744a3 100644
--- 
a/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
+++ 
b/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
@@ -4,8 +4,8 @@ Number of Camel Kafka connectors: @{options.size}
 
 [width="100%",cols="4,1,1,1,1,1,1",options="header"]
 |===
-| Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download 
Zip | Download Tar.gz
-@foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | 
@{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | 
@{row.getDownloadLinkZip()} | @{row.getDownloadLinkTar()}
+| Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download 
+@foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | 
@{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | 
@{row.getDownloadLinkTar()}
 @end{}|===
 
 @end{}
\ No newline at end of file

Reply via email to