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 e47bb5e  chore(release): use 1.0.0 runtime
e47bb5e is described below

commit e47bb5ef33326b520d29a0dca641bd3eaeddb5be
Author: nferraro <ni.ferr...@gmail.com>
AuthorDate: Mon Jul 29 11:46:45 2019 +0200

    chore(release): use 1.0.0 runtime
---
 pkg/util/defaults/defaults.go | 2 +-
 script/Makefile               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 0cd5c02..a4a2605 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -28,7 +28,7 @@ const (
        CamelVersionConstraint = ">=3.0.0-M4"
 
        // RuntimeVersion --
-       RuntimeVersion = "1.0.0-SNAPSHOT"
+       RuntimeVersion = "1.0.0"
 
        // BaseImage --
        BaseImage = "fabric8/s2i-java:3.0-java8"
diff --git a/script/Makefile b/script/Makefile
index da51a14..55a4c0f 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -15,7 +15,7 @@
 
 VERSIONFILE := pkg/util/defaults/defaults.go
 VERSION := 1.0.0-M2-SNAPSHOT
-RUNTIME_VERSION := 1.0.0-SNAPSHOT
+RUNTIME_VERSION := 1.0.0
 CAMEL_VERSION := 3.0.0-M4
 CAMEL_VERSION_CONSTRAINT := >=3.0.0-M4
 BASE_IMAGE := fabric8/s2i-java:3.0-java8

Reply via email to