This is an automated email from the ASF dual-hosted git repository.
ggregory 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 137e194db Bump org.apache.commons:commons-parent from 94 to 95.
137e194db is described below
commit 137e194db78f8e5b562f96b866cd4f19f8b150d4
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 12 11:40:29 2026 -0500
Bump org.apache.commons:commons-parent from 94 to 95.
---
pom.xml | 15 +--------------
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 22f944e33..220887658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>94</version>
+ <version>95</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>
@@ -508,19 +508,6 @@
</plugins>
</build>
</profile>
- <profile>
- <!-- TEMP until commons-parent 95 -->
- <!-- Java 11-16 -->
- <id>java-11-16</id>
- <activation>
- <jdk>[11,16]</jdk>
- </activation>
- <properties>
- <commons.checkstyle.version>10.26.1</commons.checkstyle.version>
- <!-- spdx can require Java 17 depending on undocumented behavior which
kicks in for us here on macOS (but not on Java 8 somehow). -->
- <commons.spdx.version>0.5.5</commons.spdx.version>
- </properties>
- </profile>
<profile>
<id>java15</id>
<activation>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 474f2dd86..49d9ed022 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -101,7 +101,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary
Gregory">JavaVersion.get(String) now support Java 26 and 27.</action>
<action issue="LANG-1810" type="add" dev="ggregory" due-to="Yelim Koo,
Gary Gregory">Deprecate SOFT_MAX_ARRAY_LENGTH in favor of MAX_ARRAY_LENGTH
#1559.</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 94
#1498.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 95
#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.">