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 3bbd43b08 Bump org.apache.commons:commons-parent from 101 to 102.
3bbd43b08 is described below
commit 3bbd43b08aef4836b6cb3edc9b6983be6730e338
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 11 09:39:33 2026 -0400
Bump org.apache.commons:commons-parent from 101 to 102.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index dcb18ca10..f44f36704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>101</version>
+ <version>102</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-configuration2</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e4b0fc74d..b4f4e254f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,8 +27,8 @@
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 100 to 102.</action>
<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 -->