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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 0406d1ce Bump org.apache.commons:commons-parent from 100 to 101
0406d1ce is described below
commit 0406d1cee892b2d49c5861630ff77cefddfb4933
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 11:40:19 2026 -0400
Bump org.apache.commons:commons-parent from 100 to 101
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a7b34e99..07770108 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>100</version>
+ <version>101</version>
</parent>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e814d353..c96f8857 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.21.0 to 2.22.0.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 98 to 100.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 98 to 101.</action>
</release>
<release version="1.22.0" date="2026-04-19" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->