You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/05/01 10:41:13 UTC

[camel-k] branch 032 created (now 6d57b4c)

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

davsclaus pushed a change to branch 032
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


      at 6d57b4c  Upgrade to camel-k-runtime 0.3.2

This branch includes the following new commits:

     new 6d57b4c  Upgrade to camel-k-runtime 0.3.2

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: Upgrade to camel-k-runtime 0.3.2

Posted by da...@apache.org.
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 <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