Skip to content

Commit

Permalink
Merge pull request #2699 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Update project build output timestamp for reproducible builds
  • Loading branch information
hazendaz authored Sep 17, 2022
2 parents 4b8f455 + 59901d4 commit 9d20d1a
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 9d20d1a

Please sign in to comment.