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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 1874557c Clarifies Java platform requirement 1874557c is described below commit 1874557c723a2985c57d8f43a6e53275216e6cc4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:29:54 2023 -0400 Clarifies Java platform requirement --- RELEASE-NOTES.txt | 6 +++--- pom.xml | 2 +- src/changes/changes.xml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5e41c222..dfb285cb 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -6,7 +6,7 @@ The Apache Commons VFS Project team is pleased to announce the release of Apache Apache Commons VFS is a Virtual File System library. -Maintenance release. Requires Java 8. +Maintenance release. Requires Java 8 or above. Changes in this version include: @@ -95,7 +95,7 @@ The Apache Commons VFS Project team is pleased to announce the release of Apache Apache Commons VFS is a Virtual File System library. -Feature and maintenance release. Requires Java 8. +Feature and maintenance release. Requires Java 8 or above. Changes in this version include: @@ -185,7 +185,7 @@ The Apache Commons VFS Project team is pleased to announce the release of Apache Apache Commons VFS is a Virtual File System library. -Maintenance release. Requires Java 8. +Maintenance release. Requires Java 8 or above. Changes in this version include: diff --git a/pom.xml b/pom.xml index 61365867..dca6e8ce 100644 --- a/pom.xml +++ b/pom.xml @@ -183,7 +183,7 @@ --> <commons.rc.version>RC1</commons.rc.version> <commons.release.name>commons-vfs-${commons.release.version}</commons.release.name> - <commons.release.desc>(requires Java 8)</commons.release.desc> + <commons.release.desc>(requires Java 8 or above)</commons.release.desc> <vfs.parent.dir>${basedir}</vfs.parent.dir> <!-- make sure bundle plugin has dependency informations for 'optional' --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 741ed3b1..b46cb4c9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> - <release version="2.10.0" date="2023-MM-DD" description="Maintenance release. Requires Java 8."> + <release version="2.10.0" date="2023-MM-DD" description="Maintenance release. Requires Java 8 or above."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Seth Falco"> Replace package.html with package-info.java #206. @@ -325,7 +325,7 @@ The <action> type attribute can be add,update,fix,remove. Bump commons-lang3 from 3.12.0 to 3.13.0. </action> </release> - <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8."> + <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8 or above."> <!-- ADDS --> <action type="fix" dev="ggregory" due-to="Gary Gregory"> Add and use FileOperationProvider.EMPTY_ARRAY. @@ -467,7 +467,7 @@ The <action> type attribute can be add,update,fix,remove. Update from to javax.mail:mail 1.4.7 to com.sun.mail:jakarta.mail 1.6.7. </action> </release> - <release version="2.8.0" date="2021-03-06" description="Feature and maintenance release. Requires Java 8."> + <release version="2.8.0" date="2021-03-06" description="Feature and maintenance release. Requires Java 8 or above."> <!-- <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> --> <!-- [Local] Need an easy way to convert from a FileObject to a File. --> <!-- </action> --> @@ -656,7 +656,7 @@ The <action> type attribute can be add,update,fix,remove. Update commons-lang3 3.11 to 3.12.0. </action> </release> - <release version="2.7.0" date="2020-10-26" description="Feature and maintenance release. Requires Java 8."> + <release version="2.7.0" date="2020-10-26" description="Feature and maintenance release. Requires Java 8 or above."> <action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory" type="fix"> NumberFormatException in SftpFileSystem::getUId. </action>