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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 7be11635e Add section for the next release
7be11635e is described below
commit 7be11635e040e177a0f3a879a851939321040f7f
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Dec 18 21:14:22 2024 +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 756b8f496..f8203b68b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,11 @@
<title>Apache Commons Collections Release Notes</title>
</properties>
<body>
+ <release version="4.5.0-M4" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="4.5.0-M3" date="2024-12-15" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action issue="COLLECTIONS-857" type="fix" dev="ggregory" due-to="Claude
Warren">Complete bloom filter documentation #507.</action>