From 6d57b4cdce32f1c1974888c95711d3186805c45c Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Wed, 1 May 2019 12:40:59 +0200 Subject: [PATCH] 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 a5bdf85c54..324abeb4c7 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