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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 225ecd7  com.puppycrawl.tools:checkstyle 8.24 -> 8.25.
225ecd7 is described below

commit 225ecd7d7ee11d01c8a88a8e7dc08a8018bea826
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Mon Sep 30 11:13:43 2019 -0400

    com.puppycrawl.tools:checkstyle 8.24 -> 8.25.
---
 conf/checkstyle.xml     | 2 +-
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/conf/checkstyle.xml b/conf/checkstyle.xml
index 173cd87..b0c370d 100644
--- a/conf/checkstyle.xml
+++ b/conf/checkstyle.xml
@@ -70,7 +70,7 @@
         <module name="JavadocMethod">
             <property name="scope" value="public"/>
             <property name="allowUndeclaredRTE" value="true"/>
-           <property name="allowMissingJavadoc" value="true"/>
+<!--       <property name="allowMissingJavadoc" value="true"/> -->
         </module>
         <module name="JavadocType">
         </module>
diff --git a/pom.xml b/pom.xml
index dc63c93..b243f83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -573,7 +573,7 @@
     <commons.jacoco.version>0.8.4</commons.jacoco.version>
     <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>
     <commons.javadoc.version>3.1.1</commons.javadoc.version>
-    <checkstyle.version>8.24</checkstyle.version>
+    <checkstyle.version>8.25</checkstyle.version>
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.5</commons.bc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 14acd97..bab5e0c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-762" 
due-to="Gary Gregory">
         Use variable arguments.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        com.puppycrawl.tools:checkstyle 8.24 -> 8.25.
+      </action>
     </release>
     <release version="2.6" date="2019-09-13"
              description="Minor release with new features and updated 
dependencies.">

Reply via email to