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

[camel-kafka-connector] 01/01: camel-kafka-connector-model should have tooling pom as parent pom

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

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

commit 087556f9fed79b63ac5aa4c4ad33d5c17b7497f4
Author: Andrea Tarocchi <an...@tarocch.it>
AuthorDate: Wed Oct 7 00:34:49 2020 +0200

    camel-kafka-connector-model should have tooling pom as parent pom
---
 tooling/camel-kafka-connector-model/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tooling/camel-kafka-connector-model/pom.xml b/tooling/camel-kafka-connector-model/pom.xml
index 4ebb0e3..3d37189 100644
--- a/tooling/camel-kafka-connector-model/pom.xml
+++ b/tooling/camel-kafka-connector-model/pom.xml
@@ -22,9 +22,9 @@
 
     <parent>
         <groupId>org.apache.camel.kafkaconnector</groupId>
-        <artifactId>parent</artifactId>
+        <artifactId>tooling</artifactId>
         <version>0.6.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>camel-kafka-connector-model</artifactId>