From commits-return-65379-archive-asf-public=cust-asf.ponee.io@camel.apache.org Mon Sep 24 12:23:30 2018 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 17A5E180718 for ; Mon, 24 Sep 2018 12:23:29 +0200 (CEST) Received: (qmail 48594 invoked by uid 500); 24 Sep 2018 10:23:29 -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 48563 invoked by uid 99); 24 Sep 2018 10:23:29 -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; Mon, 24 Sep 2018 10:23:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 99BBF829B0; Mon, 24 Sep 2018 10:23:28 +0000 (UTC) Date: Mon, 24 Sep 2018 10:23:32 +0000 To: "commits@camel.apache.org" Subject: [camel] 04/04: Upgrade Spring Boot to 2.1.0.M3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: zregvart@apache.org In-Reply-To: <153778460793.20676.17395294965703801279@gitbox.apache.org> References: <153778460793.20676.17395294965703801279@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/java-10-test X-Git-Reftype: branch X-Git-Rev: 65eab008bb5e0bbf01ff0e10c3057664fcf2f40a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180924102328.99BBF829B0@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch java-10-test in repository https://gitbox.apache.org/repos/asf/camel.git commit 65eab008bb5e0bbf01ff0e10c3057664fcf2f40a Author: Zoran Regvart AuthorDate: Mon Sep 24 12:22:41 2018 +0200 Upgrade Spring Boot to 2.1.0.M3 --- parent/pom.xml | 2 +- pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 666213e..e1fa3d1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -639,7 +639,7 @@ 1.6.4.0_1 4.0.1.RELEASE 4.0.1.RELEASE_1 - 2.0.5.RELEASE + 2.1.0.M3 2.0.1.RELEASE 2.0.1.RELEASE 2.0.1.RELEASE diff --git a/pom.xml b/pom.xml index 2ef5ac6..f7d69c6 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,19 @@ false + + + spring.milestone + https://repo.spring.io/milestone/ + Spring Milestone repository + + false + + + true + + @@ -161,6 +174,17 @@ true + + spring.milestone + https://repo.spring.io/milestone/ + Spring Milestone repository + + false + + + true + +