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-email.git
commit 4feb43f8af7eac857914e66dcb296c72ece7a6f0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 2 18:22:57 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 d2377fe..1bdb2b5 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ <commons.encoding>UTF-8</commons.encoding> <mockito-core.version>5.8.0</mockito-core.version> <japicmp.skip>true</japicmp.skip> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties> <build>