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 e31c70c8b Bump org.apache.commons:commons-parent from 100 to 101
e31c70c8b is described below
commit e31c70c8b91791e83a34e6e732d6ec617fc22821
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 11:43:57 2026 -0400
Bump org.apache.commons:commons-parent from 100 to 101
---
pom.xml | 2 +-
src/changes/changes.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 138f68a97..dcb18ca10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>100</version>
+ <version>101</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-configuration2</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5b3785a88..e4b0fc74d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,7 @@
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.21.4.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 100 to 101.</action>
</release>
<release version="2.15.1" date="2026-05-21" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
@@ -35,7 +36,7 @@
<action type="fix" dev="ggregory" due-to="Wei Huang, Gary Gregory">Avoid
NPE when combined location strategy sub strategies is immutable list
(#639).</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 99 to 100</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 99 to 100.</action>
</release>
<release version="2.15.0" date="2026-05-11" description="Minor release
with new features and updated dependencies; requires Java 8 or above; fixes
CVE-2026-45205.">
<!-- FIX -->