From commits-return-80776-archive-asf-public=cust-asf.ponee.io@maven.apache.org Wed Jun 5 18:34:14 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 B1C18180763 for ; Wed, 5 Jun 2019 20:34:13 +0200 (CEST) Received: (qmail 79099 invoked by uid 500); 5 Jun 2019 18:34:13 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 79081 invoked by uid 99); 5 Jun 2019 18:34:12 -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; Wed, 05 Jun 2019 18:34:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BDFD78AB46; Wed, 5 Jun 2019 18:34:07 +0000 (UTC) Date: Wed, 05 Jun 2019 18:34:08 +0000 To: "commits@maven.apache.org" Subject: [maven-shared-incremental] 01/01: [MSHARED-827] Require Java 8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rfscholte@apache.org In-Reply-To: <155975964772.18170.5692967134888991998@gitbox.apache.org> References: <155975964772.18170.5692967134888991998@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: maven-shared-incremental X-Git-Refname: refs/heads/MSHARED-827 X-Git-Reftype: branch X-Git-Rev: ced48d187618417b5bd1a2eac6b0a9a7b3be4b4d X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190605183407.BDFD78AB46@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MSHARED-827 in repository https://gitbox.apache.org/repos/asf/maven-shared-incremental.git commit ced48d187618417b5bd1a2eac6b0a9a7b3be4b4d Author: rfscholte AuthorDate: Wed Jun 5 20:33:55 2019 +0200 [MSHARED-827] Require Java 8 --- Jenkinsfile | 2 +- pom.xml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 09ac70f..eb67523 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild() +asfMavenTlpStdBuild(jdk:['8','11','12','13']) diff --git a/pom.xml b/pom.xml index db7360f..088c145 100644 --- a/pom.xml +++ b/pom.xml @@ -22,12 +22,12 @@ org.apache.maven.shared maven-shared-components - 30 - ../../pom/maven/maven-shared-components/pom.xml + 33 + maven-shared-incremental - 1.2-SNAPSHOT + 2.0.0-SNAPSHOT Apache Maven Incremental Build Support Utilities @@ -58,6 +58,7 @@ 2.2.1 + 8