This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
The following commit(s) were added to refs/heads/master by this push: new 917fa77b Fix examples timestamp for reproducible builds 917fa77b is described below commit 917fa77bea6a2343767c850d7046405a021f7b57 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Aug 8 16:16:37 2024 +0100 Fix examples timestamp for reproducible builds --- commons-numbers-examples/examples-jmh/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commons-numbers-examples/examples-jmh/pom.xml b/commons-numbers-examples/examples-jmh/pom.xml index 1df0a51a..0e4c4a0f 100644 --- a/commons-numbers-examples/examples-jmh/pom.xml +++ b/commons-numbers-examples/examples-jmh/pom.xml @@ -104,6 +104,8 @@ <commons.module.name>org.apache.commons.numbers.examples.jmh</commons.module.name> <!-- Workaround to avoid duplicating config files. --> <numbers.parent.dir>${basedir}/../..</numbers.parent.dir> + <!-- Reproducible builds --> + <project.build.outputTimestamp>${numbers.build.outputTimestamp}</project.build.outputTimestamp> <exec-maven-plugin.version>3.3.0</exec-maven-plugin.version>