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

nferraro 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 51f2f4c  Bump version to 0.2.1-SNAPSHOT
51f2f4c is described below

commit 51f2f4ce0def3dbd4315443a62a6ce36746c59da
Author: nferraro <[email protected]>
AuthorDate: Tue Jan 22 09:16:36 2019 +0100

    Bump version to 0.2.1-SNAPSHOT
---
 deploy/camel-catalog.yaml                   | 2 +-
 deploy/operator-deployment-kubernetes.yaml  | 2 +-
 deploy/operator-deployment-openshift.yaml   | 2 +-
 deploy/resources.go                         | 6 +++---
 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/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 +-
 15 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/deploy/camel-catalog.yaml b/deploy/camel-catalog.yaml
index 1a118db..4b3de72 100644
--- a/deploy/camel-catalog.yaml
+++ b/deploy/camel-catalog.yaml
@@ -1501,7 +1501,7 @@ artifacts:
     - http: true
       id: knative
       passive: false
-    version: 0.2.0-SNAPSHOT
+    version: 0.2.1-SNAPSHOT
   camel-krati:
     artifactId: camel-krati
     dataformats: []
diff --git a/deploy/operator-deployment-kubernetes.yaml 
b/deploy/operator-deployment-kubernetes.yaml
index 82ce18d..4e17f11 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.0-SNAPSHOT
+          image: docker.io/apache/camel-k:0.2.1-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/operator-deployment-openshift.yaml 
b/deploy/operator-deployment-openshift.yaml
index 965db72..4920d03 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.0-SNAPSHOT
+          image: docker.io/apache/camel-k:0.2.1-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/resources.go b/deploy/resources.go
index fc54a5b..211bda6 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -1545,7 +1545,7 @@ artifacts:
     - http: true
       id: knative
       passive: false
-    version: 0.2.0-SNAPSHOT
+    version: 0.2.1-SNAPSHOT
   camel-krati:
     artifactId: camel-krati
     dataformats: []
@@ -2936,7 +2936,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.2.0-SNAPSHOT
+          image: docker.io/apache/camel-k:0.2.1-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
@@ -2995,7 +2995,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.2.0-SNAPSHOT
+          image: docker.io/apache/camel-k:0.2.1-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 7f702a6..f564e25 100644
--- a/runtime/camel-k-maven-plugin/pom.xml
+++ b/runtime/camel-k-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.1-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 10694f0..07a8ab3 100644
--- a/runtime/camel-k-runtime-core/pom.xml
+++ b/runtime/camel-k-runtime-core/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.1-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 f98f85b..58c8c6c 100644
--- a/runtime/camel-k-runtime-groovy/pom.xml
+++ b/runtime/camel-k-runtime-groovy/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.1-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 5a870b3..e20998f 100644
--- a/runtime/camel-k-runtime-jvm/pom.xml
+++ b/runtime/camel-k-runtime-jvm/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.1-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 fa7baf3..1ac82e0 100644
--- a/runtime/camel-k-runtime-kotlin/pom.xml
+++ b/runtime/camel-k-runtime-kotlin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.1-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 ab16dfb..d798348 100644
--- a/runtime/camel-k-runtime-spring-boot/pom.xml
+++ b/runtime/camel-k-runtime-spring-boot/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.1-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 c6b4531..719ba5a 100644
--- a/runtime/camel-k-runtime-yaml/pom.xml
+++ b/runtime/camel-k-runtime-yaml/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.1-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 ac79fd2..e5e050f 100644
--- a/runtime/camel-knative-http/pom.xml
+++ b/runtime/camel-knative-http/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/camel-knative/pom.xml b/runtime/camel-knative/pom.xml
index 0e23401..c629488 100644
--- a/runtime/camel-knative/pom.xml
+++ b/runtime/camel-knative/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/pom.xml b/runtime/pom.xml
index ac766c0..ced3a52 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/version/version.go b/version/version.go
index 0a91e4c..7d6de4d 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.0-SNAPSHOT"
+       Version = "0.2.1-SNAPSHOT"
 )

Reply via email to