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-jci.git
The following commit(s) were added to refs/heads/master by this push:
new f6fa40e Add Maven property project.build.outputTimestamp for build
reproducibility
f6fa40e is described below
commit f6fa40e50093e35085cf54fe1b97f462abe46301
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 3 13:40:13 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 0251457..0093143 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,8 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="2.0" date="202Y-MM-DD" description="Major release (Java
8 or above).">
+ <!-- ADD -->
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven
property project.build.outputTimestamp for build reproducibility.</action>
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">
EclipseJavaCompilerSettings.toNativeVersion(String) now throws
IllegalArgumentException instead of RuntimeException.