From commits-return-63075-archive-asf-public=cust-asf.ponee.io@commons.apache.org Wed Jun 13 23:36: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 72070180609 for ; Wed, 13 Jun 2018 23:36:30 +0200 (CEST) Received: (qmail 56625 invoked by uid 500); 13 Jun 2018 21:36:29 -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 56616 invoked by uid 99); 13 Jun 2018 21:36:29 -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; Wed, 13 Jun 2018 21:36:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5B1FEE04A3; Wed, 13 Jun 2018 21:36:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ggregory@apache.org To: commits@commons.apache.org Message-Id: <1376d1f1b70b459795770beda4fce369@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: commons-build-plugin git commit: Require Java 8. Date: Wed, 13 Jun 2018 21:36:29 +0000 (UTC) Repository: commons-build-plugin Updated Branches: refs/heads/master 610136c63 -> e48c2142a Require Java 8. Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/e48c2142 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/e48c2142 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/e48c2142 Branch: refs/heads/master Commit: e48c2142a63067b5efb57c2a9e5ceb6c69737970 Parents: 610136c Author: Gary Gregory Authored: Wed Jun 13 15:36:25 2018 -0600 Committer: Gary Gregory Committed: Wed Jun 13 15:36:25 2018 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/e48c2142/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 61119db..3b89678 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -41,6 +41,9 @@ Change the Maven goal prefix from "commons" to "commons-build". + + Update platform requirement from Java 7 to Java 8. +