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

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

commit 69839860f057ad718d57528018c1113f7096f6cd
Author: nferraro <ni.ferr...@gmail.com>
AuthorDate: Thu Sep 13 19:07:04 2018 +0200

    Release 0.0.1
---
 deploy/operator-deployment.yaml | 2 +-
 deploy/resources.go             | 2 +-
 runtime/jvm/pom.xml             | 2 +-
 runtime/pom.xml                 | 2 +-
 version/version.go              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/deploy/operator-deployment.yaml b/deploy/operator-deployment.yaml
index 265b76d..df67a73 100644
--- a/deploy/operator-deployment.yaml
+++ b/deploy/operator-deployment.yaml
@@ -17,7 +17,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.1-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.1
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/resources.go b/deploy/resources.go
index c0b8bbf..725558c 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -113,7 +113,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.1-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.1
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/runtime/jvm/pom.xml b/runtime/jvm/pom.xml
index 1aeb457..93347db 100644
--- a/runtime/jvm/pom.xml
+++ b/runtime/jvm/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.0.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/pom.xml b/runtime/pom.xml
index fb7cd42..3f17431 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -6,7 +6,7 @@
 
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/version/version.go b/version/version.go
index f656e8a..a1df73c 100644
--- a/version/version.go
+++ b/version/version.go
@@ -20,5 +20,5 @@ package version
 
 var (
        // Global Camel K Version
-       Version = "0.0.1-SNAPSHOT"
+       Version = "0.0.1"
 )

Reply via email to