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/07 04:18:04 UTC

[camel-kafka-connector] branch master updated: camel-kafka-connector-model should have tooling pom as parent pom

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 2d6c7c5  camel-kafka-connector-model should have tooling pom as parent pom
2d6c7c5 is described below

commit 2d6c7c52594ffa03e41f2269c9335ce7ffa1b4b9
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>