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-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 1ca1a322 Add comment for reproducible builds 1ca1a322 is described below commit 1ca1a322b8c4d544c2366fba14fb564300edf7cd Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 11 08:01:12 2025 -0500 Add comment for reproducible builds See https://maven.apache.org/guides/mini/guide-reproducible-builds.html --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e0ace608..8b697b7e 100644 --- a/pom.xml +++ b/pom.xml @@ -162,6 +162,7 @@ The following provides more details on the included cryptographic software: OsInfo.java to detect the OS info and arch to generate the native binary for detected platform. User is able to specify the platform by maven profiles.--> <target.name>all</target.name> + <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties>