You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/02/19 14:37:32 UTC

[camel-k] branch master updated: Bump version to 0.3.0-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0070c44  Bump version to 0.3.0-SNAPSHOT
0070c44 is described below

commit 0070c44c6f6e0fb9db9de96ffe2b440f42db52a5
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Feb 19 15:37:16 2019 +0100

    Bump version to 0.3.0-SNAPSHOT
---
 deploy/camel-catalog-2.23.0.yaml                   |    8 +-
 deploy/camel-catalog-2.23.1.yaml                   |    8 +-
 deploy/operator-deployment-kubernetes.yaml         |    2 +-
 deploy/operator-deployment-openshift.yaml          |    2 +-
 deploy/resources.go                                | 2089 +-------------------
 runtime/camel-k-maven-plugin/pom.xml               |    2 +-
 runtime/camel-k-runtime-core/pom.xml               |    2 +-
 runtime/camel-k-runtime-groovy/pom.xml             |    2 +-
 runtime/camel-k-runtime-jvm/pom.xml                |    2 +-
 runtime/camel-k-runtime-kotlin/pom.xml             |    2 +-
 runtime/camel-k-runtime-spring-boot-layout/pom.xml |    2 +-
 runtime/camel-k-runtime-spring-boot/pom.xml        |    2 +-
 runtime/camel-k-runtime-yaml/pom.xml               |    2 +-
 runtime/camel-knative-http/pom.xml                 |    2 +-
 runtime/camel-knative/pom.xml                      |    2 +-
 runtime/pom.xml                                    |    2 +-
 version/version.go                                 |    2 +-
 17 files changed, 32 insertions(+), 2101 deletions(-)

diff --git a/deploy/camel-catalog-2.23.0.yaml b/deploy/camel-catalog-2.23.0.yaml
index 8c2ff6e..7dd2125 100644
--- a/deploy/camel-catalog-2.23.0.yaml
+++ b/deploy/camel-catalog-2.23.0.yaml
@@ -1110,21 +1110,21 @@ spec:
     camel-k-runtime-groovy:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-groovy
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       dependencies:
       - groupId: org.apache.camel
         artifactId: camel-groovy
     camel-k-runtime-jvm:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-jvm
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       dependencies:
       - groupId: org.apache.camel
         artifactId: camel-core
     camel-k-runtime-kotlin:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-kotlin
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
     camel-kafka:
       groupId: org.apache.camel
       artifactId: camel-kafka
@@ -1142,7 +1142,7 @@ spec:
     camel-knative:
       groupId: org.apache.camel.k
       artifactId: camel-knative
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       schemes:
       - id: knative
         http: true
diff --git a/deploy/camel-catalog-2.23.1.yaml b/deploy/camel-catalog-2.23.1.yaml
index a5282fa..573b5a8 100644
--- a/deploy/camel-catalog-2.23.1.yaml
+++ b/deploy/camel-catalog-2.23.1.yaml
@@ -1110,21 +1110,21 @@ spec:
     camel-k-runtime-groovy:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-groovy
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       dependencies:
       - groupId: org.apache.camel
         artifactId: camel-groovy
     camel-k-runtime-jvm:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-jvm
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       dependencies:
       - groupId: org.apache.camel
         artifactId: camel-core
     camel-k-runtime-kotlin:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-kotlin
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
     camel-kafka:
       groupId: org.apache.camel
       artifactId: camel-kafka
@@ -1142,7 +1142,7 @@ spec:
     camel-knative:
       groupId: org.apache.camel.k
       artifactId: camel-knative
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       schemes:
       - id: knative
         http: true
diff --git a/deploy/operator-deployment-kubernetes.yaml b/deploy/operator-deployment-kubernetes.yaml
index b451773..9ca9403 100644
--- a/deploy/operator-deployment-kubernetes.yaml
+++ b/deploy/operator-deployment-kubernetes.yaml
@@ -21,7 +21,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.2.1-SNAPSHOT
+          image: docker.io/apache/camel-k:0.3.0-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/operator-deployment-openshift.yaml b/deploy/operator-deployment-openshift.yaml
index b7711a4..9bec031 100644
--- a/deploy/operator-deployment-openshift.yaml
+++ b/deploy/operator-deployment-openshift.yaml
@@ -21,7 +21,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.2.1-SNAPSHOT
+          image: docker.io/apache/camel-k:0.3.0-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/resources.go b/deploy/resources.go
index 76c56f7..95ade1a 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -1154,21 +1154,21 @@ spec:
     camel-k-runtime-groovy:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-groovy
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       dependencies:
       - groupId: org.apache.camel
         artifactId: camel-groovy
     camel-k-runtime-jvm:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-jvm
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       dependencies:
       - groupId: org.apache.camel
         artifactId: camel-core
     camel-k-runtime-kotlin:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-kotlin
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
     camel-kafka:
       groupId: org.apache.camel
       artifactId: camel-kafka
@@ -1186,7 +1186,7 @@ spec:
     camel-knative:
       groupId: org.apache.camel.k
       artifactId: camel-knative
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       schemes:
       - id: knative
         http: true
@@ -2109,2075 +2109,6 @@ spec:
         passive: false
 
 `
-	Resources["camel-catalog-2.23.1_save.yaml"] =
-		`
-apiVersion: camel.apache.org/v1alpha1
-kind: CamelCatalog
-metadata:
-  name: camel-catalog-2.23.1
-  labels:
-    app: camel-k
-    camel.apache.org/catalog.version: 2.23.1
-    camel.apache.org/catalog.loader.version: 2.23.1
-spec:
-  artifacts:
-    camel-ahc:
-      artifactId: camel-ahc
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: ahc
-        passive: false
-    camel-ahc-ws:
-      artifactId: camel-ahc-ws
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: ahc-ws
-        passive: false
-      - http: false
-        id: ahc-wss
-        passive: false
-    camel-amqp:
-      artifactId: camel-amqp
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: amqp
-        passive: false
-    camel-apns:
-      artifactId: camel-apns
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: apns
-        passive: false
-    camel-as2:
-      artifactId: camel-as2
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: as2
-        passive: false
-    camel-asn1:
-      artifactId: camel-asn1
-      dataformats:
-      - asn1
-      groupId: org.apache.camel
-    camel-asterisk:
-      artifactId: camel-asterisk
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: asterisk
-        passive: false
-    camel-atmos:
-      artifactId: camel-atmos
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: atmos
-        passive: false
-    camel-atmosphere-websocket:
-      artifactId: camel-atmosphere-websocket
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: atmosphere-websocket
-        passive: false
-    camel-atom:
-      artifactId: camel-atom
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: atom
-        passive: false
-    camel-atomix:
-      artifactId: camel-atomix
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: atomix-map
-        passive: false
-      - http: false
-        id: atomix-messaging
-        passive: false
-      - http: false
-        id: atomix-multimap
-        passive: false
-      - http: false
-        id: atomix-queue
-        passive: false
-      - http: false
-        id: atomix-set
-        passive: false
-      - http: false
-        id: atomix-value
-        passive: false
-    camel-avro:
-      artifactId: camel-avro
-      dataformats:
-      - avro
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: avro
-        passive: false
-    camel-aws:
-      artifactId: camel-aws
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: aws-cw
-        passive: false
-      - http: false
-        id: aws-ddb
-        passive: false
-      - http: false
-        id: aws-ddbstream
-        passive: false
-      - http: false
-        id: aws-ec2
-        passive: false
-      - http: false
-        id: aws-iam
-        passive: false
-      - http: false
-        id: aws-kinesis
-        passive: false
-      - http: false
-        id: aws-kinesis-firehose
-        passive: false
-      - http: false
-        id: aws-kms
-        passive: false
-      - http: false
-        id: aws-lambda
-        passive: false
-      - http: false
-        id: aws-mq
-        passive: false
-      - http: false
-        id: aws-s3
-        passive: false
-      - http: false
-        id: aws-sdb
-        passive: false
-      - http: false
-        id: aws-ses
-        passive: false
-      - http: false
-        id: aws-sns
-        passive: false
-      - http: false
-        id: aws-sqs
-        passive: false
-      - http: false
-        id: aws-swf
-        passive: false
-    camel-azure:
-      artifactId: camel-azure
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: azure-blob
-        passive: false
-      - http: false
-        id: azure-queue
-        passive: false
-    camel-barcode:
-      artifactId: camel-barcode
-      dataformats:
-      - barcode
-      groupId: org.apache.camel
-    camel-base64:
-      artifactId: camel-base64
-      dataformats:
-      - base64
-      groupId: org.apache.camel
-    camel-bean-validator:
-      artifactId: camel-bean-validator
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: bean-validator
-        passive: false
-    camel-beanio:
-      artifactId: camel-beanio
-      dataformats:
-      - beanio
-      groupId: org.apache.camel
-    camel-beanstalk:
-      artifactId: camel-beanstalk
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: beanstalk
-        passive: false
-    camel-bindy:
-      artifactId: camel-bindy
-      dataformats:
-      - bindy-csv
-      - bindy-fixed
-      - bindy-kvp
-      groupId: org.apache.camel
-    camel-bonita:
-      artifactId: camel-bonita
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: bonita
-        passive: false
-    camel-boon:
-      artifactId: camel-boon
-      dataformats:
-      - boon
-      groupId: org.apache.camel
-    camel-box:
-      artifactId: camel-box
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: box
-        passive: false
-    camel-braintree:
-      artifactId: camel-braintree
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: braintree
-        passive: false
-    camel-cache:
-      artifactId: camel-cache
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: cache
-        passive: false
-    camel-caffeine:
-      artifactId: camel-caffeine
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: caffeine-cache
-        passive: false
-      - http: false
-        id: caffeine-loadcache
-        passive: false
-    camel-cassandraql:
-      artifactId: camel-cassandraql
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: cql
-        passive: false
-    camel-castor:
-      artifactId: camel-castor
-      dataformats:
-      - castor
-      groupId: org.apache.camel
-    camel-chronicle:
-      artifactId: camel-chronicle
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: chronicle-engine
-        passive: false
-    camel-chunk:
-      artifactId: camel-chunk
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: chunk
-        passive: false
-    camel-cm-sms:
-      artifactId: camel-cm-sms
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: cm-sms
-        passive: false
-    camel-cmis:
-      artifactId: camel-cmis
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: cmis
-        passive: false
-    camel-coap:
-      artifactId: camel-coap
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: coap
-        passive: false
-    camel-cometd:
-      artifactId: camel-cometd
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: cometd
-        passive: false
-      - http: false
-        id: cometds
-        passive: false
-    camel-consul:
-      artifactId: camel-consul
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: consul
-        passive: false
-    camel-context:
-      artifactId: camel-context
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: context
-        passive: false
-    camel-core:
-      artifactId: camel-core
-      dataformats:
-      - gzip
-      - serialization
-      - string
-      - zip
-      groupId: org.apache.camel
-      languages:
-      - bean
-      - constant
-      - exchangeProperty
-      - file
-      - header
-      - ref
-      - simple
-      - tokenize
-      - xpath
-      - xtokenize
-      schemes:
-      - http: false
-        id: bean
-        passive: true
-      - http: false
-        id: binding
-        passive: true
-      - http: false
-        id: browse
-        passive: true
-      - http: false
-        id: class
-        passive: true
-      - http: false
-        id: controlbus
-        passive: true
-      - http: false
-        id: dataformat
-        passive: true
-      - http: false
-        id: dataset
-        passive: true
-      - http: false
-        id: direct
-        passive: true
-      - http: false
-        id: direct-vm
-        passive: true
-      - http: false
-        id: file
-        passive: false
-      - http: false
-        id: language
-        passive: true
-      - http: false
-        id: log
-        passive: true
-      - http: false
-        id: mock
-        passive: true
-      - http: false
-        id: properties
-        passive: true
-      - http: false
-        id: ref
-        passive: true
-      - http: true
-        id: rest
-        passive: false
-      - http: false
-        id: rest-api
-        passive: false
-      - http: false
-        id: saga
-        passive: false
-      - http: false
-        id: scheduler
-        passive: false
-      - http: false
-        id: seda
-        passive: true
-      - http: false
-        id: stub
-        passive: true
-      - http: false
-        id: test
-        passive: true
-      - http: false
-        id: timer
-        passive: false
-      - http: false
-        id: validator
-        passive: true
-      - http: false
-        id: vm
-        passive: true
-      - http: false
-        id: xslt
-        passive: false
-    camel-couchbase:
-      artifactId: camel-couchbase
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: couchbase
-        passive: false
-    camel-couchdb:
-      artifactId: camel-couchdb
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: couchdb
-        passive: false
-    camel-crypto:
-      artifactId: camel-crypto
-      dataformats:
-      - crypto
-      - pgp
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: crypto
-        passive: false
-    camel-crypto-cms:
-      artifactId: camel-crypto-cms
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: crypto-cms
-        passive: false
-    camel-csv:
-      artifactId: camel-csv
-      dataformats:
-      - csv
-      groupId: org.apache.camel
-    camel-cxf:
-      artifactId: camel-cxf
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: cxf
-        passive: false
-      - http: true
-        id: cxfrs
-        passive: false
-    camel-digitalocean:
-      artifactId: camel-digitalocean
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: digitalocean
-        passive: false
-    camel-disruptor:
-      artifactId: camel-disruptor
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: disruptor
-        passive: false
-      - http: false
-        id: disruptor-vm
-        passive: false
-    camel-dns:
-      artifactId: camel-dns
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: dns
-        passive: false
-    camel-docker:
-      artifactId: camel-docker
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: docker
-        passive: false
-    camel-dozer:
-      artifactId: camel-dozer
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: dozer
-        passive: false
-    camel-drill:
-      artifactId: camel-drill
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: drill
-        passive: false
-    camel-dropbox:
-      artifactId: camel-dropbox
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: dropbox
-        passive: false
-    camel-ehcache:
-      artifactId: camel-ehcache
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ehcache
-        passive: false
-    camel-ejb:
-      artifactId: camel-ejb
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ejb
-        passive: false
-    camel-elasticsearch:
-      artifactId: camel-elasticsearch
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: elasticsearch
-        passive: false
-    camel-elasticsearch-rest:
-      artifactId: camel-elasticsearch-rest
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: elasticsearch-rest
-        passive: false
-    camel-elasticsearch5:
-      artifactId: camel-elasticsearch5
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: elasticsearch5
-        passive: false
-    camel-elsql:
-      artifactId: camel-elsql
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: elsql
-        passive: false
-    camel-etcd:
-      artifactId: camel-etcd
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: etcd
-        passive: false
-    camel-eventadmin:
-      artifactId: camel-eventadmin
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: eventadmin
-        passive: false
-    camel-exec:
-      artifactId: camel-exec
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: exec
-        passive: false
-    camel-facebook:
-      artifactId: camel-facebook
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: facebook
-        passive: false
-    camel-fastjson:
-      artifactId: camel-fastjson
-      dataformats:
-      - json-fastjson
-      groupId: org.apache.camel
-    camel-fhir:
-      artifactId: camel-fhir
-      dataformats:
-      - fhirJson
-      - fhirXml
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: fhir
-        passive: false
-    camel-flatpack:
-      artifactId: camel-flatpack
-      dataformats:
-      - flatpack
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: flatpack
-        passive: false
-    camel-flink:
-      artifactId: camel-flink
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: flink
-        passive: false
-    camel-fop:
-      artifactId: camel-fop
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: fop
-        passive: false
-    camel-freemarker:
-      artifactId: camel-freemarker
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: freemarker
-        passive: false
-    camel-ftp:
-      artifactId: camel-ftp
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ftp
-        passive: false
-      - http: false
-        id: ftps
-        passive: false
-      - http: false
-        id: sftp
-        passive: false
-    camel-ganglia:
-      artifactId: camel-ganglia
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ganglia
-        passive: false
-    camel-geocoder:
-      artifactId: camel-geocoder
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: geocoder
-        passive: false
-    camel-git:
-      artifactId: camel-git
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: git
-        passive: false
-    camel-github:
-      artifactId: camel-github
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: github
-        passive: false
-    camel-google-bigquery:
-      artifactId: camel-google-bigquery
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: google-bigquery
-        passive: false
-    camel-google-calendar:
-      artifactId: camel-google-calendar
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: google-calendar
-        passive: false
-      - http: false
-        id: google-calendar-stream
-        passive: false
-    camel-google-drive:
-      artifactId: camel-google-drive
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: google-drive
-        passive: false
-    camel-google-mail:
-      artifactId: camel-google-mail
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: google-mail
-        passive: false
-      - http: false
-        id: google-mail-stream
-        passive: false
-    camel-google-pubsub:
-      artifactId: camel-google-pubsub
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: google-pubsub
-        passive: false
-    camel-google-sheets:
-      artifactId: camel-google-sheets
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: google-sheets
-        passive: false
-      - http: false
-        id: google-sheets-stream
-        passive: false
-    camel-gora:
-      artifactId: camel-gora
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: gora
-        passive: false
-    camel-grape:
-      artifactId: camel-grape
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: grape
-        passive: false
-    camel-groovy:
-      artifactId: camel-groovy
-      groupId: org.apache.camel
-      languages:
-      - groovy
-    camel-grpc:
-      artifactId: camel-grpc
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: grpc
-        passive: false
-    camel-gson:
-      artifactId: camel-gson
-      dataformats:
-      - json-gson
-      groupId: org.apache.camel
-    camel-guava-eventbus:
-      artifactId: camel-guava-eventbus
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: guava-eventbus
-        passive: false
-    camel-hazelcast:
-      artifactId: camel-hazelcast
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: hazelcast-atomicvalue
-        passive: false
-      - http: false
-        id: hazelcast-instance
-        passive: false
-      - http: false
-        id: hazelcast-list
-        passive: false
-      - http: false
-        id: hazelcast-map
-        passive: false
-      - http: false
-        id: hazelcast-multimap
-        passive: false
-      - http: false
-        id: hazelcast-queue
-        passive: false
-      - http: false
-        id: hazelcast-replicatedmap
-        passive: false
-      - http: false
-        id: hazelcast-ringbuffer
-        passive: false
-      - http: false
-        id: hazelcast-seda
-        passive: false
-      - http: false
-        id: hazelcast-set
-        passive: false
-      - http: false
-        id: hazelcast-topic
-        passive: false
-    camel-hbase:
-      artifactId: camel-hbase
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: hbase
-        passive: false
-    camel-hdfs:
-      artifactId: camel-hdfs
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: hdfs
-        passive: false
-    camel-hdfs2:
-      artifactId: camel-hdfs2
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: hdfs2
-        passive: false
-    camel-hessian:
-      artifactId: camel-hessian
-      dataformats:
-      - hessian
-      groupId: org.apache.camel
-    camel-hipchat:
-      artifactId: camel-hipchat
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: hipchat
-        passive: false
-    camel-hl7:
-      artifactId: camel-hl7
-      dataformats:
-      - hl7
-      groupId: org.apache.camel
-      languages:
-      - terser
-    camel-http:
-      artifactId: camel-http
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: http
-        passive: false
-      - http: false
-        id: https
-        passive: false
-    camel-http4:
-      artifactId: camel-http4
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: http4
-        passive: false
-      - http: false
-        id: https4
-        passive: false
-    camel-ibatis:
-      artifactId: camel-ibatis
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ibatis
-        passive: false
-    camel-ical:
-      artifactId: camel-ical
-      dataformats:
-      - ical
-      groupId: org.apache.camel
-    camel-iec60870:
-      artifactId: camel-iec60870
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: iec60870-client
-        passive: false
-      - http: false
-        id: iec60870-server
-        passive: false
-    camel-ignite:
-      artifactId: camel-ignite
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ignite-cache
-        passive: false
-      - http: false
-        id: ignite-compute
-        passive: false
-      - http: false
-        id: ignite-events
-        passive: false
-      - http: false
-        id: ignite-idgen
-        passive: false
-      - http: false
-        id: ignite-messaging
-        passive: false
-      - http: false
-        id: ignite-queue
-        passive: false
-      - http: false
-        id: ignite-set
-        passive: false
-    camel-infinispan:
-      artifactId: camel-infinispan
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: infinispan
-        passive: false
-    camel-influxdb:
-      artifactId: camel-influxdb
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: influxdb
-        passive: false
-    camel-ipfs:
-      artifactId: camel-ipfs
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ipfs
-        passive: false
-    camel-irc:
-      artifactId: camel-irc
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: irc
-        passive: false
-    camel-ironmq:
-      artifactId: camel-ironmq
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ironmq
-        passive: false
-    camel-jackson:
-      artifactId: camel-jackson
-      dataformats:
-      - json-jackson
-      groupId: org.apache.camel
-    camel-jacksonxml:
-      artifactId: camel-jacksonxml
-      dataformats:
-      - jacksonxml
-      groupId: org.apache.camel
-    camel-javaspace:
-      artifactId: camel-javaspace
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: javaspace
-        passive: false
-    camel-jaxb:
-      artifactId: camel-jaxb
-      dataformats:
-      - jaxb
-      groupId: org.apache.camel
-    camel-jbpm:
-      artifactId: camel-jbpm
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jbpm
-        passive: false
-    camel-jcache:
-      artifactId: camel-jcache
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jcache
-        passive: false
-    camel-jclouds:
-      artifactId: camel-jclouds
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jclouds
-        passive: false
-    camel-jcr:
-      artifactId: camel-jcr
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jcr
-        passive: false
-    camel-jdbc:
-      artifactId: camel-jdbc
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jdbc
-        passive: false
-    camel-jetty9:
-      artifactId: camel-jetty9
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: jetty
-        passive: false
-    camel-jgroups:
-      artifactId: camel-jgroups
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jgroups
-        passive: false
-    camel-jibx:
-      artifactId: camel-jibx
-      dataformats:
-      - jibx
-      groupId: org.apache.camel
-    camel-jing:
-      artifactId: camel-jing
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jing
-        passive: false
-    camel-jira:
-      artifactId: camel-jira
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jira
-        passive: false
-    camel-jms:
-      artifactId: camel-jms
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jms
-        passive: false
-    camel-jmx:
-      artifactId: camel-jmx
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jmx
-        passive: false
-    camel-johnzon:
-      artifactId: camel-johnzon
-      dataformats:
-      - json-johnzon
-      groupId: org.apache.camel
-    camel-jolt:
-      artifactId: camel-jolt
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jolt
-        passive: false
-    camel-josql:
-      artifactId: camel-josql
-      groupId: org.apache.camel
-      languages:
-      - sql
-    camel-jpa:
-      artifactId: camel-jpa
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jpa
-        passive: false
-    camel-jsch:
-      artifactId: camel-jsch
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: scp
-        passive: false
-    camel-json-validator:
-      artifactId: camel-json-validator
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: json-validator
-        passive: false
-    camel-jsonpath:
-      artifactId: camel-jsonpath
-      groupId: org.apache.camel
-      languages:
-      - jsonpath
-    camel-jt400:
-      artifactId: camel-jt400
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: jt400
-        passive: false
-    camel-juel:
-      artifactId: camel-juel
-      groupId: org.apache.camel
-      languages:
-      - el
-    camel-jxpath:
-      artifactId: camel-jxpath
-      groupId: org.apache.camel
-      languages:
-      - jxpath
-    camel-k-runtime-groovy:
-      artifactId: camel-k-runtime-groovy
-      dependencies:
-      - artifactId: camel-groovy
-        groupId: org.apache.camel
-      groupId: org.apache.camel.k
-      version: 0.2.1-SNAPSHOT
-    camel-k-runtime-jvm:
-      artifactId: camel-k-runtime-jvm
-      dependencies:
-      - artifactId: camel-core
-        groupId: org.apache.camel
-      groupId: org.apache.camel.k
-      version: 0.2.1-SNAPSHOT
-    camel-k-runtime-kotlin:
-      artifactId: camel-k-runtime-kotlin
-      groupId: org.apache.camel.k
-      version: 0.2.1-SNAPSHOT
-    camel-kafka:
-      artifactId: camel-kafka
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: kafka
-        passive: false
-    camel-kestrel:
-      artifactId: camel-kestrel
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: kestrel
-        passive: false
-    camel-knative:
-      artifactId: camel-knative
-      dependencies:
-      - artifactId: camel-netty4-http
-        groupId: org.apache.camel
-      groupId: org.apache.camel.k
-      schemes:
-      - http: true
-        id: knative
-        passive: false
-      version: 0.2.1-SNAPSHOT
-    camel-krati:
-      artifactId: camel-krati
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: krati
-        passive: false
-    camel-kubernetes:
-      artifactId: camel-kubernetes
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: kubernetes
-        passive: false
-      - http: false
-        id: kubernetes-config-maps
-        passive: false
-      - http: false
-        id: kubernetes-deployments
-        passive: false
-      - http: false
-        id: kubernetes-hpa
-        passive: false
-      - http: false
-        id: kubernetes-job
-        passive: false
-      - http: false
-        id: kubernetes-namespaces
-        passive: false
-      - http: false
-        id: kubernetes-nodes
-        passive: false
-      - http: false
-        id: kubernetes-persistent-volumes
-        passive: false
-      - http: false
-        id: kubernetes-persistent-volumes-claims
-        passive: false
-      - http: false
-        id: kubernetes-pods
-        passive: false
-      - http: false
-        id: kubernetes-replication-controllers
-        passive: false
-      - http: false
-        id: kubernetes-resources-quota
-        passive: false
-      - http: false
-        id: kubernetes-secrets
-        passive: false
-      - http: false
-        id: kubernetes-service-accounts
-        passive: false
-      - http: false
-        id: kubernetes-services
-        passive: false
-      - http: false
-        id: openshift-build-configs
-        passive: false
-      - http: false
-        id: openshift-builds
-        passive: false
-    camel-ldap:
-      artifactId: camel-ldap
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ldap
-        passive: false
-    camel-ldif:
-      artifactId: camel-ldif
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ldif
-        passive: false
-    camel-linkedin:
-      artifactId: camel-linkedin
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: linkedin
-        passive: false
-    camel-lucene:
-      artifactId: camel-lucene
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: lucene
-        passive: false
-    camel-lumberjack:
-      artifactId: camel-lumberjack
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: lumberjack
-        passive: false
-    camel-lzf:
-      artifactId: camel-lzf
-      dataformats:
-      - lzf
-      groupId: org.apache.camel
-    camel-mail:
-      artifactId: camel-mail
-      dataformats:
-      - mime-multipart
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: imap
-        passive: false
-      - http: false
-        id: imaps
-        passive: false
-      - http: false
-        id: pop3
-        passive: false
-      - http: false
-        id: pop3s
-        passive: false
-      - http: false
-        id: smtp
-        passive: false
-      - http: false
-        id: smtps
-        passive: false
-    camel-master:
-      artifactId: camel-master
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: master
-        passive: false
-    camel-metrics:
-      artifactId: camel-metrics
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: metrics
-        passive: false
-    camel-micrometer:
-      artifactId: camel-micrometer
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: micrometer
-        passive: false
-    camel-milo:
-      artifactId: camel-milo
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: milo-client
-        passive: false
-      - http: false
-        id: milo-server
-        passive: false
-    camel-mina:
-      artifactId: camel-mina
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: mina
-        passive: false
-    camel-mina2:
-      artifactId: camel-mina2
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: mina2
-        passive: false
-    camel-mllp:
-      artifactId: camel-mllp
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: mllp
-        passive: false
-    camel-mongodb:
-      artifactId: camel-mongodb
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: mongodb
-        passive: false
-    camel-mongodb-gridfs:
-      artifactId: camel-mongodb-gridfs
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: mongodb-gridfs
-        passive: false
-    camel-mongodb3:
-      artifactId: camel-mongodb3
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: mongodb3
-        passive: false
-    camel-mqtt:
-      artifactId: camel-mqtt
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: mqtt
-        passive: false
-    camel-msv:
-      artifactId: camel-msv
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: msv
-        passive: false
-    camel-mustache:
-      artifactId: camel-mustache
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: mustache
-        passive: false
-    camel-mvel:
-      artifactId: camel-mvel
-      groupId: org.apache.camel
-      languages:
-      - mvel
-      schemes:
-      - http: false
-        id: mvel
-        passive: false
-    camel-mybatis:
-      artifactId: camel-mybatis
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: mybatis
-        passive: false
-      - http: false
-        id: mybatis-bean
-        passive: false
-    camel-nagios:
-      artifactId: camel-nagios
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: nagios
-        passive: false
-    camel-nats:
-      artifactId: camel-nats
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: nats
-        passive: false
-    camel-netty:
-      artifactId: camel-netty
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: netty
-        passive: false
-    camel-netty-http:
-      artifactId: camel-netty-http
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: netty-http
-        passive: false
-    camel-netty4:
-      artifactId: camel-netty4
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: netty4
-        passive: false
-    camel-netty4-http:
-      artifactId: camel-netty4-http
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: netty4-http
-        passive: false
-    camel-nsq:
-      artifactId: camel-nsq
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: nsq
-        passive: false
-    camel-ognl:
-      artifactId: camel-ognl
-      groupId: org.apache.camel
-      languages:
-      - ognl
-    camel-olingo2:
-      artifactId: camel-olingo2
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: olingo2
-        passive: false
-    camel-olingo4:
-      artifactId: camel-olingo4
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: olingo4
-        passive: false
-    camel-openshift:
-      artifactId: camel-openshift
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: openshift
-        passive: false
-    camel-openstack:
-      artifactId: camel-openstack
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: openstack-cinder
-        passive: false
-      - http: false
-        id: openstack-glance
-        passive: false
-      - http: false
-        id: openstack-keystone
-        passive: false
-      - http: false
-        id: openstack-neutron
-        passive: false
-      - http: false
-        id: openstack-nova
-        passive: false
-      - http: false
-        id: openstack-swift
-        passive: false
-    camel-optaplanner:
-      artifactId: camel-optaplanner
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: optaplanner
-        passive: false
-    camel-paho:
-      artifactId: camel-paho
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: paho
-        passive: false
-    camel-paxlogging:
-      artifactId: camel-paxlogging
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: paxlogging
-        passive: false
-    camel-pdf:
-      artifactId: camel-pdf
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: pdf
-        passive: false
-    camel-pgevent:
-      artifactId: camel-pgevent
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: pgevent
-        passive: false
-    camel-printer:
-      artifactId: camel-printer
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: lpr
-        passive: false
-    camel-protobuf:
-      artifactId: camel-protobuf
-      dataformats:
-      - protobuf
-      groupId: org.apache.camel
-    camel-pubnub:
-      artifactId: camel-pubnub
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: pubnub
-        passive: false
-    camel-quartz:
-      artifactId: camel-quartz
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: quartz
-        passive: false
-    camel-quartz2:
-      artifactId: camel-quartz2
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: quartz2
-        passive: false
-    camel-quickfix:
-      artifactId: camel-quickfix
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: quickfix
-        passive: false
-    camel-rabbitmq:
-      artifactId: camel-rabbitmq
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: rabbitmq
-        passive: false
-    camel-reactive-streams:
-      artifactId: camel-reactive-streams
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: reactive-streams
-        passive: false
-    camel-rest-swagger:
-      artifactId: camel-rest-swagger
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: rest-swagger
-        passive: false
-    camel-restlet:
-      artifactId: camel-restlet
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: restlet
-        passive: false
-    camel-rmi:
-      artifactId: camel-rmi
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: rmi
-        passive: false
-    camel-routebox:
-      artifactId: camel-routebox
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: routebox
-        passive: false
-    camel-rss:
-      artifactId: camel-rss
-      dataformats:
-      - rss
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: rss
-        passive: false
-    camel-salesforce:
-      artifactId: camel-salesforce
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: salesforce
-        passive: false
-    camel-sap-netweaver:
-      artifactId: camel-sap-netweaver
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: sap-netweaver
-        passive: false
-    camel-saxon:
-      artifactId: camel-saxon
-      groupId: org.apache.camel
-      languages:
-      - xquery
-      schemes:
-      - http: false
-        id: xquery
-        passive: false
-    camel-schematron:
-      artifactId: camel-schematron
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: schematron
-        passive: false
-    camel-script:
-      artifactId: camel-script
-      groupId: org.apache.camel
-      languages:
-      - javaScript
-      - php
-      - python
-      - ruby
-    camel-service:
-      artifactId: camel-service
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: service
-        passive: false
-    camel-servicenow:
-      artifactId: camel-servicenow
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: servicenow
-        passive: false
-    camel-servlet:
-      artifactId: camel-servlet
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: servlet
-        passive: false
-    camel-sip:
-      artifactId: camel-sip
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: sip
-        passive: false
-      - http: false
-        id: sips
-        passive: false
-    camel-sjms:
-      artifactId: camel-sjms
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: sjms
-        passive: false
-      - http: false
-        id: sjms-batch
-        passive: false
-    camel-sjms2:
-      artifactId: camel-sjms2
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: sjms2
-        passive: false
-    camel-slack:
-      artifactId: camel-slack
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: slack
-        passive: false
-    camel-smpp:
-      artifactId: camel-smpp
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: smpp
-        passive: false
-      - http: false
-        id: smpps
-        passive: false
-    camel-snakeyaml:
-      artifactId: camel-snakeyaml
-      dataformats:
-      - yaml-snakeyaml
-      groupId: org.apache.camel
-    camel-snmp:
-      artifactId: camel-snmp
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: snmp
-        passive: false
-    camel-soap:
-      artifactId: camel-soap
-      dataformats:
-      - soapjaxb
-      groupId: org.apache.camel
-    camel-solr:
-      artifactId: camel-solr
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: solr
-        passive: false
-      - http: false
-        id: solrs
-        passive: false
-      - http: false
-        id: solrCloud
-        passive: false
-    camel-spark:
-      artifactId: camel-spark
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: spark
-        passive: false
-    camel-spark-rest:
-      artifactId: camel-spark-rest
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: spark-rest
-        passive: false
-    camel-splunk:
-      artifactId: camel-splunk
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: splunk
-        passive: false
-    camel-spring:
-      artifactId: camel-spring
-      groupId: org.apache.camel
-      languages:
-      - spel
-      schemes:
-      - http: false
-        id: spring-event
-        passive: false
-    camel-spring-batch:
-      artifactId: camel-spring-batch
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: spring-batch
-        passive: false
-    camel-spring-integration:
-      artifactId: camel-spring-integration
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: spring-integration
-        passive: false
-    camel-spring-ldap:
-      artifactId: camel-spring-ldap
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: spring-ldap
-        passive: false
-    camel-spring-redis:
-      artifactId: camel-spring-redis
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: spring-redis
-        passive: false
-    camel-spring-ws:
-      artifactId: camel-spring-ws
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: spring-ws
-        passive: false
-    camel-sql:
-      artifactId: camel-sql
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: sql
-        passive: false
-      - http: false
-        id: sql-stored
-        passive: false
-    camel-ssh:
-      artifactId: camel-ssh
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: ssh
-        passive: false
-    camel-stax:
-      artifactId: camel-stax
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: stax
-        passive: false
-    camel-stomp:
-      artifactId: camel-stomp
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: stomp
-        passive: false
-    camel-stream:
-      artifactId: camel-stream
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: stream
-        passive: false
-    camel-stringtemplate:
-      artifactId: camel-stringtemplate
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: string-template
-        passive: false
-    camel-syslog:
-      artifactId: camel-syslog
-      dataformats:
-      - syslog
-      groupId: org.apache.camel
-    camel-tagsoup:
-      artifactId: camel-tagsoup
-      dataformats:
-      - tidyMarkup
-      groupId: org.apache.camel
-    camel-tarfile:
-      artifactId: camel-tarfile
-      dataformats:
-      - tarfile
-      groupId: org.apache.camel
-    camel-telegram:
-      artifactId: camel-telegram
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: telegram
-        passive: false
-    camel-thrift:
-      artifactId: camel-thrift
-      dataformats:
-      - thrift
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: thrift
-        passive: false
-    camel-tika:
-      artifactId: camel-tika
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: tika
-        passive: false
-    camel-twilio:
-      artifactId: camel-twilio
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: twilio
-        passive: false
-    camel-twitter:
-      artifactId: camel-twitter
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: twitter
-        passive: false
-      - http: false
-        id: twitter-directmessage
-        passive: false
-      - http: false
-        id: twitter-search
-        passive: false
-      - http: false
-        id: twitter-streaming
-        passive: false
-      - http: false
-        id: twitter-timeline
-        passive: false
-    camel-undertow:
-      artifactId: camel-undertow
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: undertow
-        passive: false
-    camel-univocity-parsers:
-      artifactId: camel-univocity-parsers
-      dataformats:
-      - univocity-csv
-      - univocity-fixed
-      - univocity-tsv
-      groupId: org.apache.camel
-    camel-velocity:
-      artifactId: camel-velocity
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: velocity
-        passive: false
-    camel-vertx:
-      artifactId: camel-vertx
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: vertx
-        passive: false
-    camel-weather:
-      artifactId: camel-weather
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: weather
-        passive: false
-    camel-web3j:
-      artifactId: camel-web3j
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: web3j
-        passive: false
-    camel-websocket:
-      artifactId: camel-websocket
-      groupId: org.apache.camel
-      schemes:
-      - http: true
-        id: websocket
-        passive: false
-    camel-wordpress:
-      artifactId: camel-wordpress
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: wordpress
-        passive: false
-    camel-xchange:
-      artifactId: camel-xchange
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: xchange
-        passive: false
-    camel-xmlbeans:
-      artifactId: camel-xmlbeans
-      dataformats:
-      - xmlBeans
-      groupId: org.apache.camel
-    camel-xmljson:
-      artifactId: camel-xmljson
-      dataformats:
-      - xmljson
-      groupId: org.apache.camel
-    camel-xmlrpc:
-      artifactId: camel-xmlrpc
-      dataformats:
-      - xmlrpc
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: xmlrpc
-        passive: false
-    camel-xmlsecurity:
-      artifactId: camel-xmlsecurity
-      dataformats:
-      - secureXML
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: xmlsecurity
-        passive: false
-    camel-xmpp:
-      artifactId: camel-xmpp
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: xmpp
-        passive: false
-    camel-xstream:
-      artifactId: camel-xstream
-      dataformats:
-      - json-xstream
-      - xstream
-      groupId: org.apache.camel
-    camel-yammer:
-      artifactId: camel-yammer
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: yammer
-        passive: false
-    camel-yql:
-      artifactId: camel-yql
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: yql
-        passive: false
-    camel-zendesk:
-      artifactId: camel-zendesk
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: zendesk
-        passive: false
-    camel-zipfile:
-      artifactId: camel-zipfile
-      dataformats:
-      - zipfile
-      groupId: org.apache.camel
-    camel-zookeeper:
-      artifactId: camel-zookeeper
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: zookeeper
-        passive: false
-    camel-zookeeper-master:
-      artifactId: camel-zookeeper-master
-      groupId: org.apache.camel
-      schemes:
-      - http: false
-        id: zookeeper-master
-        passive: false
-  version: 2.23.1
-
-`
 	Resources["camel-catalog-2.23.1.yaml"] =
 		`
 apiVersion: camel.apache.org/v1alpha1
@@ -5292,21 +3223,21 @@ spec:
     camel-k-runtime-groovy:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-groovy
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       dependencies:
       - groupId: org.apache.camel
         artifactId: camel-groovy
     camel-k-runtime-jvm:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-jvm
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       dependencies:
       - groupId: org.apache.camel
         artifactId: camel-core
     camel-k-runtime-kotlin:
       groupId: org.apache.camel.k
       artifactId: camel-k-runtime-kotlin
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
     camel-kafka:
       groupId: org.apache.camel
       artifactId: camel-kafka
@@ -5324,7 +3255,7 @@ spec:
     camel-knative:
       groupId: org.apache.camel.k
       artifactId: camel-knative
-      version: 0.2.1-SNAPSHOT
+      version: 0.3.0-SNAPSHOT
       schemes:
       - id: knative
         http: true
@@ -6418,7 +4349,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.2.1-SNAPSHOT
+          image: docker.io/apache/camel-k:0.3.0-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
@@ -6481,7 +4412,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.2.1-SNAPSHOT
+          image: docker.io/apache/camel-k:0.3.0-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/runtime/camel-k-maven-plugin/pom.xml b/runtime/camel-k-maven-plugin/pom.xml
index f3d52c0..a6ad36e 100644
--- a/runtime/camel-k-maven-plugin/pom.xml
+++ b/runtime/camel-k-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/camel-k-runtime-core/pom.xml b/runtime/camel-k-runtime-core/pom.xml
index 1a3fc12..6f704df 100644
--- a/runtime/camel-k-runtime-core/pom.xml
+++ b/runtime/camel-k-runtime-core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/camel-k-runtime-groovy/pom.xml b/runtime/camel-k-runtime-groovy/pom.xml
index c344f77..389d7b1 100644
--- a/runtime/camel-k-runtime-groovy/pom.xml
+++ b/runtime/camel-k-runtime-groovy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/camel-k-runtime-jvm/pom.xml b/runtime/camel-k-runtime-jvm/pom.xml
index 38bea83..4cbaedf 100644
--- a/runtime/camel-k-runtime-jvm/pom.xml
+++ b/runtime/camel-k-runtime-jvm/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/camel-k-runtime-kotlin/pom.xml b/runtime/camel-k-runtime-kotlin/pom.xml
index 1937729..6d4bfc8 100644
--- a/runtime/camel-k-runtime-kotlin/pom.xml
+++ b/runtime/camel-k-runtime-kotlin/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/camel-k-runtime-spring-boot-layout/pom.xml b/runtime/camel-k-runtime-spring-boot-layout/pom.xml
index a69b47e..2471e55 100644
--- a/runtime/camel-k-runtime-spring-boot-layout/pom.xml
+++ b/runtime/camel-k-runtime-spring-boot-layout/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/camel-k-runtime-spring-boot/pom.xml b/runtime/camel-k-runtime-spring-boot/pom.xml
index 23db733..70bb80b 100644
--- a/runtime/camel-k-runtime-spring-boot/pom.xml
+++ b/runtime/camel-k-runtime-spring-boot/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/camel-k-runtime-yaml/pom.xml b/runtime/camel-k-runtime-yaml/pom.xml
index efc335c..dac0cef 100644
--- a/runtime/camel-k-runtime-yaml/pom.xml
+++ b/runtime/camel-k-runtime-yaml/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/camel-knative-http/pom.xml b/runtime/camel-knative-http/pom.xml
index 401ebec..b0a955e 100644
--- a/runtime/camel-knative-http/pom.xml
+++ b/runtime/camel-knative-http/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/camel-knative/pom.xml b/runtime/camel-knative/pom.xml
index e211150..f845ac6 100644
--- a/runtime/camel-knative/pom.xml
+++ b/runtime/camel-knative/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 4cfe0b2..c460bf1 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/version/version.go b/version/version.go
index 7d6de4d..72892b7 100644
--- a/version/version.go
+++ b/version/version.go
@@ -20,5 +20,5 @@ package version
 
 var (
 	// Version is the global Camel K Version
-	Version = "0.2.1-SNAPSHOT"
+	Version = "0.3.0-SNAPSHOT"
 )