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 2019/05/03 13:23:34 UTC

[camel-k] branch master updated: Upgrade to camel-k-runtime 0.3.2

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 13bc741  Upgrade to camel-k-runtime 0.3.2
13bc741 is described below

commit 13bc7416588237fd820d739c54b71b4c67b75e26
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed May 1 12:40:59 2019 +0200

    Upgrade to camel-k-runtime 0.3.2
---
 script/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/Makefile b/script/Makefile
index a5bdf85..324abeb 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -1,7 +1,7 @@
 VERSIONFILE := pkg/util/defaults/defaults.go
 VERSION := 0.3.3-SNAPSHOT
-RUNTIME_VERSION := 0.3.1
-CAMEL_VERSION := 2.23.1
+RUNTIME_VERSION := 0.3.2
+CAMEL_VERSION := 2.23.2
 CAMEL_VERSION_CONSTRAINT := ~2.23.x
 BASE_IMAGE := fabric8/s2i-java:3.0-java8
 LOCAL_REPOSITORY := /tmp/artifacts/m2