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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 1b150336 Bump org.apache.commons:commons-parent from 99 to 100
1b150336 is described below
commit 1b1503363898d1ff4c34f215c283a1d6e2940435
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 16 11:06:36 2026 +0000
Bump org.apache.commons:commons-parent from 99 to 100
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ceb0c98c..e43114d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>99</version>
+ <version>100</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-cli</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e28659e1..6b740aea 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,7 +29,7 @@
<action type="fix" dev="ggregory" due-to="Dan Ziemba, Ken Dombeck, Gary
Gregory" issue="CLI-352">Correct HelpFormatter Javadoc #418.</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 91 to 99 #414,
#416.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 91 to 100 #414,
#416.</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>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.21.0 to 2.22.0.</action>
</release>