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
The following commit(s) were added to refs/heads/master by this push: new 5427920 Move entries to proper version. 5427920 is described below commit 54279207f914d6a65c0477038f2f0f1cdfe3769f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 11 09:30:42 2021 -0400 Move entries to proper version. --- src/changes/changes.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5759288..ebb472e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,10 +46,18 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="2.13.0" date="2021-MM-DD" description="Java 8 required."> + <!-- FIX --> + <action dev="ggregory" type="fix" due-to="Gary Gregory"> + Fix Javadoc links to the JRE. + </action> <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory"> Add BrokenReader.INSTANCE. </action> + <!-- UPDATE --> + <action dev="ggregory" type="update" due-to="Dependabot"> + Bump Maven Javadoc plugin from 3.2.0 to 3.3.0. + </action> </release> <release version="2.11.0" date="2021-07-09" description="Java 8 required."> <!-- FIX --> @@ -84,9 +92,6 @@ The <action> type attribute can be add,update,fix,remove. toString(byte[]) toString(byte[], String) </action> - <action dev="ggregory" type="fix" due-to="Gary Gregory"> - Fix Javadoc links to the JRE. - </action> <!-- ADD --> <action dev="ggregory" type="update" due-to="Gary Gregory"> Add SymbolicLinkFileFilter. @@ -104,12 +109,6 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot"> Bump jmh.version from 1.27 to 1.32 #237. </action> - <action dev="ggregory" type="update" due-to="Dependabot"> - Bump spotbugs from 4.2.3 to 4.3.0 #249. - </action> - <action dev="ggregory" type="update" due-to="Dependabot"> - Bump Maven Javadoc plugin from 3.2.0 to 3.3.0. - </action> </release> <!-- The release date is the date RC is cut --> <release version="2.10.0" date="2021-06-10" description="Java 8 required.">