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:58 UTC

[camel-kafka-connector] branch ckcModelBuildIssue created (now 087556f)

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

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


      at 087556f  camel-kafka-connector-model should have tooling pom as parent pom

This branch includes the following new commits:

     new 087556f  camel-kafka-connector-model should have tooling pom as parent pom

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by va...@apache.org.
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>