You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/06 13:13:53 UTC

[camel-kafka-connector] 04/05: Added a camel-kafka-connector-catalog to collect all the json descriptor - fixed module name

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 585df24a6607b2bec46e769c27c9ae3a56e43d62
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 6 14:33:28 2020 +0200

    Added a camel-kafka-connector-catalog to collect all the json descriptor - fixed module name
---
 camel-kafka-connector-catalog/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-kafka-connector-catalog/pom.xml b/camel-kafka-connector-catalog/pom.xml
index e5f0e4b..faee857 100644
--- a/camel-kafka-connector-catalog/pom.xml
+++ b/camel-kafka-connector-catalog/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>camel-kafka-connector-catalog</artifactId>
     <packaging>jar</packaging>
-    <name>Camel Kafka Connector Calog</name>
+    <name>Camel Kafka Connector Catalog</name>
     <description>Camel Kafka Connector Catalog</description>
 
     <dependencies>