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 3ea2d90d Add Maven property project.build.outputTimestamp for build reproducibility 3ea2d90d is described below commit 3ea2d90df11c15ea304ef7f778fa26227609cd58 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 3 10:15:49 2024 -0500 Add Maven property project.build.outputTimestamp for build reproducibility --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d28218a7..eb6097ee 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -25,6 +25,8 @@ </properties> <body> <release version="1.4.1" date="20YY-MM-DD" description="Maintenance and feature Release (Java 8 or above)"> + <!-- ADD --> + <action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action> <!-- FIX --> <action dev="ggregory" type="fix" issue="EXEC-122" due-to="Marcono1234">Document PumpStreamHandler stream thread-safety requirements.</action> <!-- UPDATE -->