This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch 032 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 6d57b4cdce32f1c1974888c95711d3186805c45c Author: Claus Ibsen <claus.ib...@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