1
0

Add Maven property project.build.outputTimestamp for build

reproducibility
This commit is contained in:
Gary Gregory
2024-02-03 13:51:58 -05:00
parent 6e3c91bebe
commit dcbaf834d0

View File

@@ -44,6 +44,8 @@ The <action> type attribute can be add,update,fix,remove.
</properties> </properties>
<body> <body>
<release version="1.3.1" date="202Y-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <release version="1.3.1" date="202Y-MM-DD" 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>
<!-- FIX --> <!-- FIX -->
<action dev="ggregory" type="fix" due-to="Elliotte Rusty Harold">Remove references to very old JDK and Commons Logging versions #201.</action> <action dev="ggregory" type="fix" due-to="Elliotte Rusty Harold">Remove references to very old JDK and Commons Logging versions #201.</action>
<!-- UPDATE --> <!-- UPDATE -->