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-io.git
The following commit(s) were added to refs/heads/master by this push: new 3eba72bd1 Add Maven property project.build.outputTimestamp for build reproducibility 3eba72bd1 is described below commit 3eba72bd1ddd0fb23a4ab2bcdb35b9f02a7e0d73 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 3 10:22:01 2024 -0500 Add Maven property project.build.outputTimestamp for build reproducibility --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 10c4824b7..1c85eb252 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -127,6 +127,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="add" due-to="Gary Gregory">Add IORunnable.noop().</action> <action dev="ggregory" type="add" due-to="Gary Gregory">Add ChecksumInputStream and test #548.</action> <action dev="ggregory" type="add" due-to="Gary Gregory">Add AbstractStreamBuilder.getReader().</action> + <action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.14.10 to 1.14.11 #534.</action> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 65 to 66.</action>