This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new fe6e21380 Updates for the next release
fe6e21380 is described below
commit fe6e213806d580e1cbc8b4c2143ed860fe12e8bb
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 13 17:56:10 2026 +0000
Updates 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 aa0a06190..9033d335f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,11 @@
<author email="[email protected]">Apache Commons Community</author>
</properties>
<body>
+ <release version="2.15.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="2.15.0" date="2026-05-11" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
<!-- FIX -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Disable
include schemes http[s] by default, see AbstractFileLocationStrategy
#633.</action>