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 fd1dd55 Add section for the next release fd1dd55 is described below commit fd1dd55330e17641fa176eb23c136c079a3fced8 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 29 12:24:59 2025 +0000 Add section for the next release --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8447768..6a3b94c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,6 +57,11 @@ The <action> type attribute can be add,update,fix,remove. The changes report outputs actions in the order they appear in this file. --> <body> + <release version="81" date="YYYY-MM-DD" description="Version 81: This is a feature and maintenance release. Java 8 or later is required."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> <release version="80" date="2025-01-25" description="Version 80: This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix broken Mockito dependency.</action>