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 9d74c98 Organize 9d74c98 is described below commit 9d74c98061e1e3aa9c7f9410fda753ddd6dd9161 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 17 16:22:38 2022 -0500 Organize --- src/changes/changes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 314b821..2c96e91 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,12 +61,13 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="56" date="TBA" description="Version 56: Maintenance and update dependencies"> + <!-- FIX --> + <action type="fix" dev="sebb">Add Privacy link to site.xml</action> + <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump apache from 28 to 29 #182.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump versions-maven-plugin from 2.13.0 to 2.14.1 #181, #187.</action> - <action type="fix" dev="sebb">Add Privacy link to site.xml</action> </release> <release version="55" date="2022-12-07" description="Version 55: Maintenance and update dependencies"> - <!-- FIX --> <action type="update" dev="ggregory" due-to="Gary Gregory">Make CycloneDX work better with multi-module projects.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">New interface methods must be default methods to maintain BC.</action> <!-- ADD -->