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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new ff737403 Add property project.build.outputTimestamp for build reproducibility ff737403 is described below commit ff73740346f01e3a50ff63284615b554e184ad2b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 2 18:24:33 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 373f3f88..5a6846e1 100644 --- a/pom.xml +++ b/pom.xml @@ -213,6 +213,7 @@ <clirr.skip>true</clirr.skip> <japicmp.skip>false</japicmp.skip> <jacoco.skip>false</jacoco.skip> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties> <build>