From commits-return-1969-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Thu Jun 13 09:06:00 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 927F918064E for ; Thu, 13 Jun 2019 11:06:00 +0200 (CEST) Received: (qmail 51563 invoked by uid 500); 13 Jun 2019 09:06:00 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 51554 invoked by uid 99); 13 Jun 2019 09:06:00 -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; Thu, 13 Jun 2019 09:06:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E704987ACF; Thu, 13 Jun 2019 09:05:59 +0000 (UTC) Date: Thu, 13 Jun 2019 09:05:59 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin-layout-factory] branch master updated: updates to latest jdk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156041675989.24423.4825784650904795854@gitbox.apache.org> From: adriancole@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin-layout-factory X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: efaf13df00157d6e1ffa128d1bd4fe4cb66ec39d X-Git-Newrev: ed026f0caf09cf3e3549a6aead97bd15826a1dda X-Git-Rev: ed026f0caf09cf3e3549a6aead97bd15826a1dda X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. adriancole pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-layout-factory.git The following commit(s) were added to refs/heads/master by this push: new ed026f0 updates to latest jdk ed026f0 is described below commit ed026f0caf09cf3e3549a6aead97bd15826a1dda Author: Adrian Cole AuthorDate: Thu Jun 13 17:05:38 2019 +0800 updates to latest jdk --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33bb896..34d4193 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: language: java -jdk: oraclejdk8 +jdk: openjdk11 before_install: # allocate commits to CI, not the owner of the deploy key