From commits-return-75320-apmail-commons-commits-archive=commons.apache.org@commons.apache.org Tue Aug 4 23:28:55 2020 Return-Path: X-Original-To: apmail-commons-commits-archive@locus.apache.org Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with ESMTP id 68D841A99E for ; Tue, 4 Aug 2020 23:28:55 +0000 (UTC) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 15272125D8E for ; Tue, 4 Aug 2020 23:28:55 +0000 (UTC) Received: (qmail 60808 invoked by uid 500); 4 Aug 2020 23:28:54 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 60747 invoked by uid 500); 4 Aug 2020 23:28:54 -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 60738 invoked by uid 99); 4 Aug 2020 23:28:54 -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; Tue, 04 Aug 2020 23:28:54 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id F38878242E; Tue, 4 Aug 2020 23:28:53 +0000 (UTC) Date: Tue, 04 Aug 2020 23:28:53 +0000 To: "commits@commons.apache.org" Subject: [commons-crypto] branch master updated: Update maven-checkstyle-plugin 3.0.0 -> 3.1.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159658373376.9728.4760442879030594604@gitbox.apache.org> From: ggregory@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: commons-crypto X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cd0f4463133afb5fbb124593146bcf122b356c6e X-Git-Newrev: c2b0e6e736c3d7f8379671ddfb9175f7c7f68283 X-Git-Rev: c2b0e6e736c3d7f8379671ddfb9175f7c7f68283 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git The following commit(s) were added to refs/heads/master by this push: new c2b0e6e Update maven-checkstyle-plugin 3.0.0 -> 3.1.1. c2b0e6e is described below commit c2b0e6e736c3d7f8379671ddfb9175f7c7f68283 Author: Gary Gregory AuthorDate: Tue Aug 4 19:28:46 2020 -0400 Update maven-checkstyle-plugin 3.0.0 -> 3.1.1. --- checkstyle.xml | 2 -- pom.xml | 2 +- src/changes/changes.xml | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index 5661e3a..6ae72f2 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -31,13 +31,11 @@ limitations under the License. - - diff --git a/pom.xml b/pom.xml index 205e0c6..256a483 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ The following provides more details on the included cryptographic software: ${commons.encoding} - 3.0.0 + 3.1.1 ${basedir}/LICENSE-header.txt LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ee7b0eb..3ce67e1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,6 +71,7 @@ Add support for AARCH64. Errors in native code can leave Java wrappers in bad state. Reset JAVA_HOME for aarch64 and ppc builds. Turn off maven-enforcer for Xenial builds #104. + Update maven-checkstyle-plugin 3.0.0 -> 3.1.1.