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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 8fbf9423 Add Maven property project.build.outputTimestamp for build reproducibility 8fbf9423 is described below commit 8fbf94238e215a86c56afcffe5d0d45b61694c2e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 3 09:01:08 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 f75e2dc5..47c5aa3d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,6 +66,8 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="6.8.2" date="20YY-MM-DD" description="Maintenance and bug fix release."> <!-- FIX --> + <!-- ADD --> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump GitHub various actions for CI builds.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.assertj:assertj-core from 3.25.1 to 3.25.2.</action>