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-exec.git
The following commit(s) were added to refs/heads/master by this push:
new bd17d05f Fix typo in ThreadUtil exception message #138
bd17d05f is described below
commit bd17d05f5f45d85760e23539e0ef4a9d6c435156
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Mar 7 17:38:50 2026 -0500
Fix typo in ThreadUtil exception message #138
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fae9a8ba..d0d8439c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,7 @@
<body>
<release version="1.7.0" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Martin Wiesner">Fix typo in
ThreadUtil exception message #138.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 97.</action>