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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 3b595cf Add placeholder for version 59 3b595cf is described below commit 3b595cf5f4979ed6496b58bf95158f1981cfd9ae Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 23 17:36:56 2023 -0400 Add placeholder for version 59 --- src/changes/changes.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b686697..c668e28 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,8 +60,13 @@ The <action> type attribute can be add,update,fix,remove. --> <body> + <release version="59" date="2023-MM-DD" description="Version 59: Maintenance and update dependencies"> + <!-- ADD --> + <!-- FIX --> + <!-- UPDATE --> + </release> <release version="58" date="2023-05-20" description="Version 58: Maintenance and update dependencies"> - <!-- ADD --> + <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add commons.javadoc20.java.link.</action> <!-- FIX --> <!-- UPDATE --> @@ -70,7 +75,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot">Bump junit-bom from 5.9.2 to 5.9.3 #263.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 #270.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump buildnumber-maven-plugin from 3.0.0 to 3.1.0 #271.</action> - </release> + </release> <release version="57" date="2023-04-22" description="Version 57: Maintenance and update dependencies"> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Hervé Boutemy">Fix cyclonedx-maven-plugin configuration for multi-module projects.</action>