Skip to content

Commit

Permalink
[pom] Update project build output timestamp for reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Sep 17, 2022
1 parent 4b8f455 commit 59901d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@
<osgi.import>*;resolution:=optional</osgi.import>
<osgi.dynamicImport>*</osgi.dynamicImport>
<spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>
<project.build.outputTimestamp>1653336221</project.build.outputTimestamp>
<argLine>-Djdk.attach.allowAttachSelf -Xmx2048m</argLine>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 59901d4

Please sign in to comment.