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 11:04:00 UTC

[camel-k] branch master updated: set version to 0.2.1-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 88d6d70  set version to 0.2.1-SNAPSHOT
88d6d70 is described below

commit 88d6d70017ad2f17bce607262bab5abe4ee40588
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Feb 19 12:03:40 2019 +0100

    set version to 0.2.1-SNAPSHOT
---
 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 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/runtime/camel-k-maven-plugin/pom.xml b/runtime/camel-k-maven-plugin/pom.xml
index 72a8f02..f3d52c0 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.2-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 8a95deb..1a3fc12 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.2-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 7ec0d8d..c344f77 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.2-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 323e5da..38bea83 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.2-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 7339ffb..1937729 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.2-SNAPSHOT</version>
+        <version>0.2.1-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 cbd79dc..a69b47e 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.2-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 41e9ecc..23db733 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.2-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 85bc020..efc335c 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.2-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 4f03c45..401ebec 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.2-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 0b9120d..e211150 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.2-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 67aa9b2..4cfe0b2 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.2-SNAPSHOT</version>
+    <version>0.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>