You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/27 20:28:21 UTC

[camel-kafka-connector] branch master updated: Fix table doc and rename connecotr word

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


The following commit(s) were added to refs/heads/master by this push:
     new 4bb910e  Fix table doc and rename connecotr word
4bb910e is described below

commit 4bb910e95424cdb93af76c6f1099f14ee628f7b3
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Jan 27 16:54:04 2021 -0300

    Fix table doc and rename connecotr word
---
 ...onnecotr-java-header.txt => camel-kafka-connector-java-header.txt} | 0
 tooling/camel-kafka-connector-generator-maven-plugin/README.adoc      | 4 ++++
 2 files changed, 4 insertions(+)

diff --git a/connectors/camel-kafka-connecotr-java-header.txt b/connectors/camel-kafka-connector-java-header.txt
similarity index 100%
rename from connectors/camel-kafka-connecotr-java-header.txt
rename to connectors/camel-kafka-connector-java-header.txt
diff --git a/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc b/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc
index a1ada18..572e3d0 100644
--- a/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc
+++ b/tooling/camel-kafka-connector-generator-maven-plugin/README.adoc
@@ -4,12 +4,15 @@ The Camel Kafka Connector generator plugin allows you to generator connectors ba
 
 === Goals Supported
 
+|===============
 | Goal | Description |
 | ------------- | ----------- |
 | generate-camel-kafka-connectors | Generate connectors based off of a catalog |
+|===============
 
 === Options
 
+|===============
 | Parameter | Default Value | Description |
 | --------- | ------------- | ----------- |
 | excludedComponents | empty | components to exclude from connector generation |
@@ -20,3 +23,4 @@ The Camel Kafka Connector generator plugin allows you to generator connectors ba
 | fixDependenciesProperties | Properties file to configure additional dependencies |
 | packageFileTemplate | Package file template to be placed in src/main/assembly/package.xml |
 | exampleSinkPropertiesFileTemplate | Example connector sink file template |
+|===============
\ No newline at end of file