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/24 15:42:02 UTC

[camel-karaf] 02/02: Camel-Osgi-Activator: Added metadata after regen

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 76c985367d7164bc2c437e84dd22487c706b95d2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 24 16:31:13 2020 +0100

    Camel-Osgi-Activator: Added metadata after regen
---
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../camel-osgi-activator/src/generated/resources/osgi-activator.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 989d3e7..9138f8a 100644
--- a/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -1,6 +1,6 @@
 # Generated by camel build tools - do NOT edit this file!
 name=osgi-activator
-groupId=org.apache.camel
+groupId=org.apache.camel.karaf
 artifactId=camel-osgi-activator
 version=3.2.0-SNAPSHOT
 projectName=Camel :: OSGi Activator
diff --git a/components/camel-osgi-activator/src/generated/resources/osgi-activator.json b/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
index 26df4ea..178d847 100644
--- a/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
+++ b/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
@@ -6,7 +6,7 @@
     "description": "Camel OSGi Activator for running Camel routes from other bundles",
     "deprecated": false,
     "firstVersion": "3.1.0",
-    "groupId": "org.apache.camel",
+    "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-osgi-activator",
     "version": "3.2.0-SNAPSHOT"
   }