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-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 61539001 Bump org.apache.commons:commons-parent from 103 to 104.
61539001 is described below
commit 61539001c61b2e1749ddddae16a517270ed6ce46
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 08:46:34 2026 -0400
Bump org.apache.commons:commons-parent from 103 to 104.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b8d66cc4..63ceb259 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>103</version>
+ <version>104</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Apache Commons Exec</name>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9bbbd7e6..b0dc5437 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,7 +28,7 @@
<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 103.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 104.</action>
</release>
<release version="1.6.0" date="2025-11-25" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->