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 2a00db45 Better release descriptions
2a00db45 is described below
commit 2a00db4511c338085904a1067e63b47c10b9e75a
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Aug 17 10:55:42 2025 -0400
Better release descriptions
---
src/changes/changes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dbd99a83..d2df22f2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,7 +39,7 @@
<action type="update" dev="ggregory" due-to="Dependabot, Gary
Gregory">Bump org.apache.commons:commons-parent from 83 to 85.</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary
Gregory">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
#282.</action>
</release>
- <release version="1.5.0" date="2025-05-16" description="Maintenance and
feature Release (Java 8 or above)">
+ <release version="1.5.0" date="2025-05-16" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven
property project.build.outputTimestamp for build reproducibility.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
CommandLine.CommandLine(Path).</action>
@@ -64,7 +64,7 @@
<!-- REMOVE -->
<action type="remove" dev="ggregory" due-to="Gary Gregory">Remove
obsolete and unmaintained Ant build file.</action>
</release>
- <release version="1.4.0" date="2024-01-01" description="Maintenance and
feature Release (Java 8 or above)">
+ <release version="1.4.0" date="2024-01-01" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
ShutdownHookProcessDestroyer.isEmpty().</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
DefaultExecuteResultHandler.waitFor(Duration).</action>