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 <garydgreg...@gmail.com>
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.
     <property name="fileExtensions" value="java,xml"/>
   </module>
   <module name="TreeWalker">
-    <property name="cacheFile" value="target/cachefile"/>
     <module name="AvoidStarImport"/>
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>
     <module name="NeedBraces"/>
     <module name="JavadocMethod">
-      <property name="allowUndeclaredRTE" value="true"/>
       <property name="scope" value="protected"/>
     </module>
  </module>
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:
     <!-- This is used by reporting plugins -->
     
<project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding>
 
-    <checkstyle.version>3.0.0</checkstyle.version>
+    <checkstyle.version>3.1.1</checkstyle.version>
     
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, 
**/maven-archiver/pom.properties</checkstyle.resourceExcludes>
 
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 @@
       <action issue="CRYPTO-139" type="add">Add support for AARCH64.</action>
       <action issue="CRYPTO-141" type="fix">Errors in native code can leave 
Java wrappers in bad state.</action>
       <action                    type="update" dev="ggregory" due-to="Geoffrey 
Blake">Reset JAVA_HOME for aarch64 and ppc builds. Turn off maven-enforcer for 
Xenial builds #104.</action>
+      <action                    type="update" dev="ggregory">Update 
maven-checkstyle-plugin 3.0.0 -> 3.1.1.</action>
     </release>
 
     <release version="1.0.0" date="2016-07-22" description="

Reply via email to