Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E13E0200BA9 for ; Sun, 23 Oct 2016 20:06:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D7AAB160AFC; Sun, 23 Oct 2016 18:06:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 504B6160ADF for ; Sun, 23 Oct 2016 20:06:44 +0200 (CEST) Received: (qmail 66056 invoked by uid 500); 23 Oct 2016 18:06:43 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 66047 invoked by uid 99); 23 Oct 2016 18:06:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Oct 2016 18:06:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 23E77DFC70; Sun, 23 Oct 2016 18:06:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pascalschumacher@apache.org To: commits@commons.apache.org Message-Id: <2172171c2852419e8fa08e5d37b1a9c1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [lang] LANG-1279: Update Java requirement from Java 6 to 7. Date: Sun, 23 Oct 2016 18:06:43 +0000 (UTC) archived-at: Sun, 23 Oct 2016 18:06:45 -0000 Repository: commons-lang Updated Branches: refs/heads/master 33884b226 -> 89afbb0c3 LANG-1279: Update Java requirement from Java 6 to 7. Remove jdk6 from travis configuration. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/89afbb0c Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/89afbb0c Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/89afbb0c Branch: refs/heads/master Commit: 89afbb0c3eaa2d074dc1ef46d09675f24da0e120 Parents: 33884b2 Author: pascalschumacher Authored: Sun Oct 23 20:06:22 2016 +0200 Committer: pascalschumacher Committed: Sun Oct 23 20:06:22 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/89afbb0c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 7733fe4..c1335bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ language: java sudo: false jdk: - - openjdk6 - openjdk7 - oraclejdk8