From commits-return-70359-archive-asf-public=cust-asf.ponee.io@camel.apache.org Sun Mar 3 10:17:53 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id F0793180630 for ; Sun, 3 Mar 2019 11:17:52 +0100 (CET) Received: (qmail 38901 invoked by uid 500); 3 Mar 2019 10:17:51 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 38888 invoked by uid 99); 3 Mar 2019 10:17:51 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Mar 2019 10:17:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3FEF087750; Sun, 3 Mar 2019 10:17:51 +0000 (UTC) Date: Sun, 03 Mar 2019 10:17:52 +0000 To: "commits@camel.apache.org" Subject: [camel-k] 01/01: chore(runtime): Bump runtime to 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: acosentino@apache.org In-Reply-To: <155160827114.3159.7834205390523163177@gitbox.apache.org> References: <155160827114.3159.7834205390523163177@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel-k X-Git-Refname: refs/heads/runtime-0.3.0 X-Git-Reftype: branch X-Git-Rev: 7cc657e2391606e65d5652a1bcca4cb8aa474d6f X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190303101751.3FEF087750@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch runtime-0.3.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 7cc657e2391606e65d5652a1bcca4cb8aa474d6f Author: Andrea Cosentino AuthorDate: Sun Mar 3 11:17:12 2019 +0100 chore(runtime): Bump runtime to 0.3.0 --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 57dfb00..e55c55a 100644 --- a/script/Makefile +++ b/script/Makefile @@ -1,6 +1,6 @@ VERSIONFILE := pkg/util/defaults/defaults.go VERSION := 0.3.0-SNAPSHOT -RUNTIME_VERSION := 0.2.1 +RUNTIME_VERSION := 0.3.0 CAMEL_VERSION := 2.23.1 CAMEL_VERSION_CONSTRAINT := ~2.23.x BASE_IMAGE := fabric8/s2i-java:3.0-java8