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 14eea7419986f9fc6cc11d8a92a0f2f0a83ee41a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon May 4 08:03:50 2020 +0200

    Added FirstVersion metadata to camel-cxf-transport-blueprint
---
 .../camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json       | 1 +
 components/camel-cxf-transport-blueprint/pom.xml                         | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json 
b/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
index 5e3af5d..410bc22 100644
--- a/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
+++ b/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
@@ -5,6 +5,7 @@
     "title": "Cxf Blueprint",
     "description": "Camel CXF for OSGi Blueprint",
     "deprecated": false,
+    "firstVersion": "3.2.0",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-cxf-blueprint",
diff --git a/components/camel-cxf-transport-blueprint/pom.xml 
b/components/camel-cxf-transport-blueprint/pom.xml
index 8977fa0..6a32856 100644
--- a/components/camel-cxf-transport-blueprint/pom.xml
+++ b/components/camel-cxf-transport-blueprint/pom.xml
@@ -32,6 +32,7 @@
     <description>Camel CXF Transport for OSGi Blueprint</description>
 
     <properties>
+        <firstVersion>3.2.0</firstVersion>
         <camel.osgi.import>
             javax.xml.bind*;version="[2.2,3.0)",
             *

Reply via email to