This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 17711a332 Bump org.apache.commons:commons-parent from 103 to 104.
17711a332 is described below
commit 17711a33239f44674feccf8136d5f5047ceea1e1
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 10:10:34 2026 -0400
Bump org.apache.commons:commons-parent from 103 to 104.
Port to Checkstyle 14.0.0 on newer Java
---
checkstyle.xml | 4 ++--
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/checkstyle.xml b/checkstyle.xml
index 8d3da38d7..32531b4cb 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -100,8 +100,8 @@
<module name="JavadocVariable">
<property name="accessModifiers" value="protected" />
</module>
- <module name="JavadocStyle">
- <property name="scope" value="public" />
+ <module name="JavadocMethod">
+ <property name="accessModifiers" value="public" />
</module>
<!-- Checks for Naming Conventions. -->
diff --git a/pom.xml b/pom.xml
index 2363ff5a9..4df2d2ecc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>103</version>
+ <version>104</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-vfs2-project</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ed1d666ea..3b92c85ab 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,7 +80,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
FileObject.close(FileObject).</action>
<action type="add" dev="ggregory" due-to="Michael Hausegger">Add tests
to SizeFileFilterTest and URIUtilsTest #743.</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 81 to 103 #715, #721,
#742.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 81 to 104 #715, #721,
#742.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.mina:mina-core from 2.1.10 to 2.2.9 (#745, #772, #777).</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to
5.6.4 #658, #667, #684, #690, #726.</action>