Skip to content

Commit 59901d4

Browse files
committed
[pom] Update project build output timestamp for reproducible builds
1 parent 4b8f455 commit 59901d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@
139139
<osgi.import>*;resolution:=optional</osgi.import>
140140
<osgi.dynamicImport>*</osgi.dynamicImport>
141141
<spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>
142-
<project.build.outputTimestamp>1653336221</project.build.outputTimestamp>
143142
<argLine>-Djdk.attach.allowAttachSelf -Xmx2048m</argLine>
143+
144+
<!-- Reproducible Builds -->
145+
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
144146
</properties>
145147

146148
<dependencies>

0 commit comments

Comments
 (0)