Skip to content

Commit

Permalink
Fix examples timestamp for reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Aug 8, 2024
1 parent 622dad6 commit 917fa77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commons-numbers-examples/examples-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 917fa77

Please sign in to comment.