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/02 23:21:47 UTC

(commons-collections) branch master updated: Add 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-collections.git


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

commit e8d66eeaa17eed9527dc91e58294532a2d0f76c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 2 18:21:40 2024 -0500

    Add property project.build.outputTimestamp for build reproducibility
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 8fd79a306..e69af72e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -581,6 +581,7 @@
     <!--Commons Release Plugin -->
     <commons.bc.version>4.4</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
+    <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <build>