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/09/13 15:03:40 UTC

[camel-k] tag 0.0.1 created (now 513a7b4)

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

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


      at 513a7b4  (commit)
This tag includes the following new commits:

     new 513a7b4  Release 0.0.1

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.1

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.1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 513a7b49753d14f19329d4ad8f53f3a0aa8f1f64
Author: nferraro <ni...@gmail.com>
AuthorDate: Thu Sep 13 17:01:48 2018 +0200

    Release 0.0.1
---
 runtime/jvm/pom.xml | 2 +-
 runtime/pom.xml     | 2 +-
 version/version.go  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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"
 )