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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 7cab315eb Bump org.apache.commons:commons-parent from 100 to 101
7cab315eb is described below
commit 7cab315eba320ec56bce1c225da90ecc8a74e286
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 16:28:38 2026 -0400
Bump org.apache.commons:commons-parent from 100 to 101
---
pom.xml | 3 +--
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6242d65c9..6518f3565 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,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-lang3</artifactId>
@@ -41,7 +41,6 @@
Starting with Commons Lang 3.9, we target Java 8 and use those features.
For advice on upgrading from 2.x to 3.x, see
https://commons.apache.org/lang/article3_0.html
-
</description>
<url>https://commons.apache.org/proper/commons-lang/</url>
<ciManagement>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3059991f6..73e9b0392 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -195,7 +195,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add CharUtils isHex(int), isAsciiNumeric(int), isOctal(int)
(#1685).</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add and use Instants.toInstant(Instant[, Instant]) (#1690).</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 100
#1498.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 101
#1498.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to
1.15.0.</action>
</release>
<release version="3.20.0" date="2025-11-12" description="This is a feature
and maintenance release. Java 8 or later is required.">