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/03/30 07:00:47 UTC

[camel-karaf] 02/03: Camel-commands-core: Fixed groupId of parent

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-karaf.git

commit a72130abfbf6073a9800756a2999622c4f5764f1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 08:42:09 2020 +0200

    Camel-commands-core: Fixed groupId of parent
---
 platforms/commands/commands-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/commands/commands-core/pom.xml b/platforms/commands/commands-core/pom.xml
index de13c29..596364b 100644
--- a/platforms/commands/commands-core/pom.xml
+++ b/platforms/commands/commands-core/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.camel</groupId>
+        <groupId>org.apache.camel.karaf</groupId>
         <artifactId>commands</artifactId>
         <version>3.2.0-SNAPSHOT</version>
     </parent>