From 6863d7d57692ef4d71d65e03cf8fa38373b6bd3c Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 23 Jul 2020 16:59:32 -0400 Subject: [PATCH] Update maven-checkstyle-plugin from 3.0.0 to 3.1.1. --- checkstyle.xml | 8 ++++---- pom.xml | 2 +- src/changes/changes.xml | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index 47fbf3aa..8873dd40 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -55,14 +55,14 @@ limitations under the License. + + + + - - - - diff --git a/pom.xml b/pom.xml index 0a549ab5..68e93a20 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ UTF-8 UTF-8 - 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 a11e8bf6..0b40e186 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,6 +61,7 @@ Update actions/checkout from v1 to v2.3.1 #79. Update commons-parent from 50 to 51 #80. Update junit-jupiter from 5.6.1 to 5.6.2 #84. + Update maven-checkstyle-plugin from 3.0.0 to 3.1.1.