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
commit 1e70e88341026004cbef864bcfc3358438f532e6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 25 14:18:31 2021 -0400 Replace package.html with package-info.java #206. --- src/changes/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3eb594d..4cd4322 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,10 +46,14 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="2.9.1" date="2021-MM-DD" description="Maintenance release. Requires Java 8."> + <!-- FIX --> + <action type="update" dev="ggregory" due-to="Seth Falco"> + Replace package.html with package-info.java #206. + </action> <!-- UDPATE --> <action type="update" dev="ggregory" due-to="Dependabot"> Bump jakarta.mail from 1.6.7 to 2.0.1 #200. - </action> + </action> </release> <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8."> <!-- ADDS -->