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 4A534200B26 for ; Mon, 27 Jun 2016 20:48:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 490AA160A5B; Mon, 27 Jun 2016 18:48:11 +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 374F8160A54 for ; Mon, 27 Jun 2016 20:48:10 +0200 (CEST) Received: (qmail 43863 invoked by uid 500); 27 Jun 2016 18:48:09 -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 43846 invoked by uid 99); 27 Jun 2016 18:48:09 -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; Mon, 27 Jun 2016 18:48:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3E021DFDC3; Mon, 27 Jun 2016 18:48:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebb@apache.org To: commits@commons.apache.org Message-Id: <8987eb6b754e4bf4abe6307e3b2cc7af@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: commons-crypto git commit: Update to latest plugins etc Date: Mon, 27 Jun 2016 18:48:09 +0000 (UTC) archived-at: Mon, 27 Jun 2016 18:48:11 -0000 Repository: commons-crypto Updated Branches: refs/heads/master 1b4690e06 -> d4f1a57aa Update to latest plugins etc Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/d4f1a57a Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/d4f1a57a Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/d4f1a57a Branch: refs/heads/master Commit: d4f1a57aaa7980546925dd896ff50405710afc9c Parents: 1b4690e Author: Sebb Authored: Mon Jun 27 19:48:06 2016 +0100 Committer: Sebb Committed: Mon Jun 27 19:48:06 2016 +0100 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/d4f1a57a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9601d55..6b55286 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.commons commons-parent - 39 + 40 4.0.0 org.apache.commons @@ -217,9 +217,10 @@ The following provides more details on the included cryptographic software: OSInfo.java to detect the OS info and arch to generate the native binary for detected platform. User is able to specify the platform by maven profiles.--> all - 1.7 + 1.8 4.12 1.1.3 + 0.7.7.201606060606 1.7.10 @@ -356,6 +357,11 @@ The following provides more details on the included cryptographic software: + + org.apache.maven.plugins + maven-resources-plugin + 3.0.1 + @@ -427,7 +433,7 @@ The following provides more details on the included cryptographic software: maven-checkstyle-plugin - 2.15 + 2.17 ${basedir}/checkstyle.xml false @@ -452,7 +458,7 @@ The following provides more details on the included cryptographic software: maven-pmd-plugin - 3.5 + 3.6 ${maven.compiler.target}