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 35A6E200D5A for ; Wed, 29 Nov 2017 15:40:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 34CDB160C18; Wed, 29 Nov 2017 14:40:24 +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 8C73F160C17 for ; Wed, 29 Nov 2017 15:40:23 +0100 (CET) Received: (qmail 54840 invoked by uid 500); 29 Nov 2017 14:40:14 -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 53061 invoked by uid 99); 29 Nov 2017 14:40:13 -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, 29 Nov 2017 14:40:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4BE94F17E8; Wed, 29 Nov 2017 14:40:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chtompki@apache.org To: commits@commons.apache.org Date: Wed, 29 Nov 2017 14:40:48 -0000 Message-Id: In-Reply-To: <8ab47765e7d44909b9fdadfe6bdd31ec@git.apache.org> References: <8ab47765e7d44909b9fdadfe6bdd31ec@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [37/50] commons-build-plugin git commit: Use versions-maven-plugin 2.3. Version 2.2 causes an NPE with Maven 3.3.9. archived-at: Wed, 29 Nov 2017 14:40:24 -0000 Use versions-maven-plugin 2.3. Version 2.2 causes an NPE with Maven 3.3.9. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1770455 13f79535-47bb-0310-9956-ffa450edef68 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/b6d87fc8 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/b6d87fc8 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/b6d87fc8 Branch: refs/heads/master Commit: b6d87fc8a04108b2d94032a30448c724b7cc0090 Parents: a79d88b Author: Gary D. Gregory Authored: Sat Nov 19 01:23:20 2016 +0000 Committer: Gary D. Gregory Committed: Sat Nov 19 01:23:20 2016 +0000 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/b6d87fc8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e1103ce..3c1c6bf 100644 --- a/pom.xml +++ b/pom.xml @@ -142,6 +142,12 @@ + + org.codehaus.mojo + versions-maven-plugin + + 2.3 +