You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/02/14 15:17:16 UTC

[camel] branch master updated: Fix wrong parent pom

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 90ba0f9  Fix wrong parent pom
90ba0f9 is described below

commit 90ba0f974c0de008fab269b2b6d7c79cc308ba4d
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Feb 14 16:16:57 2020 +0100

    Fix wrong parent pom
---
 tooling/maven/camel-resources-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/maven/camel-resources-plugin/pom.xml b/tooling/maven/camel-resources-plugin/pom.xml
index 2e52868..17f3d49 100644
--- a/tooling/maven/camel-resources-plugin/pom.xml
+++ b/tooling/maven/camel-resources-plugin/pom.xml
@@ -23,7 +23,7 @@
 
     <parent>
         <groupId>org.apache.camel</groupId>
-        <artifactId>init</artifactId>
+        <artifactId>maven-plugins</artifactId>
         <version>3.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>