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

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


The following commit(s) were added to refs/heads/master by this push:
     new 27d2f82  This osgi stuff is preview
27d2f82 is described below

commit 27d2f820762ef6adf7e1d4369161f7dbd6ec7927
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Apr 10 09:32:40 2020 +0200

    This osgi stuff is preview
---
 components/camel-osgi-activator/pom.xml                                 | 2 ++
 .../camel-osgi-activator/src/generated/resources/osgi-activator.json    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/components/camel-osgi-activator/pom.xml 
b/components/camel-osgi-activator/pom.xml
index fa129c8..8b11742 100644
--- a/components/camel-osgi-activator/pom.xml
+++ b/components/camel-osgi-activator/pom.xml
@@ -38,6 +38,8 @@
         
<camel.osgi.activator>org.apache.camel.osgi.activator.CamelRoutesActivator</camel.osgi.activator>
         <camel.osgi.dynamic>*</camel.osgi.dynamic>
         <firstVersion>3.1.0</firstVersion>
+
+        <supportLevel>preview</supportLevel>
     </properties>
 
     <dependencies>
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 a739996..622ea1c 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",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-osgi-activator",
     "version": "3.3.0-SNAPSHOT"

Reply via email to