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 7a94b882f Revert from commons-parent 91 to 90.
7a94b882f is described below
commit 7a94b882fc4bcf32f9ca02f60440499ae4d75d9d
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 3 15:19:55 2025 -0500
Revert from commons-parent 91 to 90.
On the GH CI, for Java 25 and Windows we get a failure. A branch build
had previously passed.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 768cbda51..ee6b49e96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>91</version>
+ <version>90</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aa3a67816..c4e1006ca 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add TimedSemaphore.builder(), Builder, and deprecate
constructors.</action>
<action issue="LANG-1504" type="add" dev="ggregory" due-to="Edwin Delgado
H, Gary Gregory">Adding labels and history to split StopWatch #1473.</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 88 to 91
#1472.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 88 to 90
#1472.</action>
</release>
<release version="3.19.0" date="2025-09-19" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->