This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/release by this push:
new 32d82adf Get mockito version from parent pom (#351)
32d82adf is described below
commit 32d82adf5658082a9c162290b57a5755c8247ba2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jan 22 12:57:41 2025 -0500
Get mockito version from parent pom (#351)
---
src/changes/changes.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 054339c1..a1472906 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,8 @@
<action type="fix" dev="ggregory" due-to="Gary Gregory">Generics for
Converter should use Exception not Throwable.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up
maven-antrun-plugin version from parent POM org.apache:apache.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is
missing its Overview page.</action>
+ <action type="fix" dev="ggregory" due-to="Arnout Engelen">Get mockito
version from parent pom (#351).</action>
+
<!-- ADD -->
<action type="add" issue="CLI-339" dev="ggregory" due-to="Claude Warren,
Gary Gregory">Help formatter extension in the new package #314.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">CommandLine.Builder implements Supplier<CommandLine>.</action>