You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/01 23:08:43 UTC

[commons-fileupload] branch master updated: Bump commons-parent from 52 to 53.

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


The following commit(s) were added to refs/heads/master by this push:
     new 19f8793  Bump commons-parent from 52 to 53.
19f8793 is described below

commit 19f8793c30d514505758ee9b2dede23127fe264f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 1 19:08:38 2022 -0400

    Bump commons-parent from 52 to 53.
---
 pom.xml                              | 2 +-
 src/changes/changes.xml              | 1 +
 src/checkstyle/fileupload_checks.xml | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 904543e..85ebbcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>52</version>
+    <version>53</version>
   </parent>
 
   <artifactId>commons-fileupload2</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index da14f19..2889032 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                        dev="ggregory" type="update" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.2.3 to 4.7.1.1 #103, #133, #141, #146, #155.</action>
       <action                        dev="jochen" type="update" due-to="Dependabot">Bump spotbugs from 4.2.3 to 4.7.1, ignore EI_EXPOSE_REP, and EI_EXPOSE_REP2, #152.</action>
       <action                        dev="ggregory" type="update" due-to="Dependabot">Bump biz.aQute.bndlib from 6.0.0 to 6.1.0 #129.</action>
+      <action                        dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent 52 -> 53.</action>
     </release>
     <release version="1.4" date="2018-12-23" description="1.4 Release">
       <action issue="FILEUPLOAD-292" dev="chtompki" type="update">Don't create un-needed resources in FileUploadBase.java</action>
diff --git a/src/checkstyle/fileupload_checks.xml b/src/checkstyle/fileupload_checks.xml
index 1aa940b..de07ed9 100644
--- a/src/checkstyle/fileupload_checks.xml
+++ b/src/checkstyle/fileupload_checks.xml
@@ -118,7 +118,7 @@
         <!-- Checks for Javadoc comments.                     -->
         <!-- See http://checkstyle.sf.net/config_javadoc.html -->
         <module name="JavadocMethod">
-          <property name="scope" value="protected"/>
+          <property name="accessModifiers" value="protected"/>
         </module>
         <module name="JavadocType"/>
         <module name="JavadocVariable"/>