You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/02/03 14:41:16 UTC

(commons-configuration) branch master updated: Add Maven property project.build.outputTimestamp for build reproducibility

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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new ba2f05f8 Add Maven property project.build.outputTimestamp for build reproducibility
ba2f05f8 is described below

commit ba2f05f82ccf51156097ec69f4e581e73e7a441b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 3 09:41:11 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 9263d879..58bf8d30 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,7 @@
       <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Add AbstractConfiguration.getKeysInternal(String, String) #300.</action>
       <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Add ImmutableConfiguration.getKeys(String, String) #300.</action>
       <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Add PrefixedKeysIterator.PrefixedKeysIterator(Iterator&lt;String%gt;, String, String) #300.</action>
+      <action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot">Bump jackson-databind from 2.14.2 to 2.16.1 #297, #303, #326, #331, #340.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.11.0 to 2.15.1.</action>