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 5c4aa65 Add section for the next release
5c4aa65 is described below
commit 5c4aa65c2dc28e4827d30b954201cea32e333344
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 7 20:05:34 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 ce786ac..b0a5854 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="80" date="YYYY-MM-DD" description="Version 80: This
is a feature and maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="79" date="2025-01-03" description="Version 79: This is
a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Disable
annotation processing during compile.