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-io.git
commit 80550ab829dc2e2af969e943d11ed88b50c2fcc9 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Jun 19 07:14:06 2022 -0400 Fix XML tree --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ddbf9f05..938cbd6f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -431,6 +431,7 @@ The <action> type attribute can be add,update,fix,remove. </action> <action dev="ggregory" type="update" due-to="Dependabot"> Bump maven-antrun-plugin from 3.0.0 to 3.1.0 #354. + </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump commons.surefire.version 3.0.0-M5 to 3.0.0-M7. </action> @@ -440,7 +441,6 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump PMD plugin from 3.16.0 to 3.17.0. </action> - </action> </release> <release version="2.11.0" date="2021-07-09" description="Java 8 required."> <!-- FIX -->