You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2018/12/10 00:04:08 UTC

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

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 89ebbea  Bump version to 0.1.0-SNAPSHOT
89ebbea is described below

commit 89ebbea09d259793897db3bec71650c70e04deb8
Author: nferraro <ni...@gmail.com>
AuthorDate: Mon Dec 10 01:03:53 2018 +0100

    Bump version to 0.1.0-SNAPSHOT
---
 deploy/operator-deployment-kubernetes.yaml | 2 +-
 deploy/operator-deployment-openshift.yaml  | 2 +-
 deploy/resources.go                        | 4 ++--
 runtime/camel-knative-http/pom.xml         | 2 +-
 runtime/camel-knative/pom.xml              | 2 +-
 runtime/catalog-builder/pom.xml            | 2 +-
 runtime/dependency-lister/pom.xml          | 2 +-
 runtime/groovy/pom.xml                     | 2 +-
 runtime/jvm/pom.xml                        | 2 +-
 runtime/kotlin/pom.xml                     | 2 +-
 runtime/pom.xml                            | 2 +-
 runtime/spring-boot/pom.xml                | 2 +-
 version/version.go                         | 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/deploy/operator-deployment-kubernetes.yaml b/deploy/operator-deployment-kubernetes.yaml
index 2555c4f..05ff7dd 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.0.6-SNAPSHOT
+          image: docker.io/apache/camel-k:0.1.0-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/operator-deployment-openshift.yaml b/deploy/operator-deployment-openshift.yaml
index fc15f4a..3c3e5c6 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.0.6-SNAPSHOT
+          image: docker.io/apache/camel-k:0.1.0-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/resources.go b/deploy/resources.go
index 28401ca..3dbe40f 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -2259,7 +2259,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.6-SNAPSHOT
+          image: docker.io/apache/camel-k:0.1.0-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
@@ -2318,7 +2318,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.6-SNAPSHOT
+          image: docker.io/apache/camel-k:0.1.0-SNAPSHOT
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/runtime/camel-knative-http/pom.xml b/runtime/camel-knative-http/pom.xml
index b20b895..56b4d3f 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.0.6-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/camel-knative/pom.xml b/runtime/camel-knative/pom.xml
index dd035d1..fed61e4 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.0.6-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/catalog-builder/pom.xml b/runtime/catalog-builder/pom.xml
index 9e0968d..c3f3ba2 100644
--- a/runtime/catalog-builder/pom.xml
+++ b/runtime/catalog-builder/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.0.6-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/dependency-lister/pom.xml b/runtime/dependency-lister/pom.xml
index 9d3a62a..523d338 100644
--- a/runtime/dependency-lister/pom.xml
+++ b/runtime/dependency-lister/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.0.6-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/groovy/pom.xml b/runtime/groovy/pom.xml
index b1fa227..7666780 100644
--- a/runtime/groovy/pom.xml
+++ b/runtime/groovy/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.6-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/jvm/pom.xml b/runtime/jvm/pom.xml
index b421512..242da85 100644
--- a/runtime/jvm/pom.xml
+++ b/runtime/jvm/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.6-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/kotlin/pom.xml b/runtime/kotlin/pom.xml
index dbff455..37f3d9a 100644
--- a/runtime/kotlin/pom.xml
+++ b/runtime/kotlin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.6-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 79b7ff6..2a158db 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -24,7 +24,7 @@
 
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.0.6-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/runtime/spring-boot/pom.xml b/runtime/spring-boot/pom.xml
index 1e822ff..ae0c1b8 100644
--- a/runtime/spring-boot/pom.xml
+++ b/runtime/spring-boot/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.6-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/version/version.go b/version/version.go
index 938471e..f47f015 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.0.6-SNAPSHOT"
+	Version = "0.1.0-SNAPSHOT"
 )