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/11/16 14:03:28 UTC

[camel-k] tag 0.0.5 created (now 7a5ee85)

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

nferraro pushed a change to tag 0.0.5
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


      at 7a5ee85  (commit)
This tag includes the following new commits:

     new 7a5ee85  Release 0.0.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: Release 0.0.5

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to tag 0.0.5
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 7a5ee8584e164b750fd1cadaa5ed5e7d12e21791
Author: nferraro <ni...@gmail.com>
AuthorDate: Fri Nov 16 15:03:21 2018 +0100

    Release 0.0.5
---
 deploy/operator-deployment-kubernetes.yaml | 2 +-
 deploy/operator-deployment-openshift.yaml  | 2 +-
 deploy/resources.go                        | 4 ++--
 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 +-
 version/version.go                         | 2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/deploy/operator-deployment-kubernetes.yaml b/deploy/operator-deployment-kubernetes.yaml
index c41f155..9ffc4a5 100644
--- a/deploy/operator-deployment-kubernetes.yaml
+++ b/deploy/operator-deployment-kubernetes.yaml
@@ -19,7 +19,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.5-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.5
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/operator-deployment-openshift.yaml b/deploy/operator-deployment-openshift.yaml
index da0a901..e3dd31d 100644
--- a/deploy/operator-deployment-openshift.yaml
+++ b/deploy/operator-deployment-openshift.yaml
@@ -19,7 +19,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.5-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.5
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/resources.go b/deploy/resources.go
index 72a4f7c..2095af9 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -2227,7 +2227,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.5-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.5
           ports:
           - containerPort: 60000
             name: metrics
@@ -2273,7 +2273,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.5-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.5
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/runtime/camel-knative/pom.xml b/runtime/camel-knative/pom.xml
index 53088a0..d599582 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.5-SNAPSHOT</version>
+        <version>0.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/catalog-builder/pom.xml b/runtime/catalog-builder/pom.xml
index 4967b2b..4dbcb53 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.5-SNAPSHOT</version>
+    <version>0.0.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/dependency-lister/pom.xml b/runtime/dependency-lister/pom.xml
index 0810fc0..c5f32da 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.5-SNAPSHOT</version>
+    <version>0.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/groovy/pom.xml b/runtime/groovy/pom.xml
index 681bab2..214e137 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.5-SNAPSHOT</version>
+        <version>0.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/jvm/pom.xml b/runtime/jvm/pom.xml
index cf87fb1..607411e 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.5-SNAPSHOT</version>
+        <version>0.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/kotlin/pom.xml b/runtime/kotlin/pom.xml
index 8a0db06..7666ed0 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.5-SNAPSHOT</version>
+        <version>0.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 5c28d0b..6f68d05 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.5-SNAPSHOT</version>
+    <version>0.0.5</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/version/version.go b/version/version.go
index 82c11df..18d2d1f 100644
--- a/version/version.go
+++ b/version/version.go
@@ -20,5 +20,5 @@ package version
 
 var (
 	// Global Camel K Version
-	Version = "0.0.5-SNAPSHOT"
+	Version = "0.0.5"
 )