Skip to content

Commit 065717d

Browse files
authored
Merge pull request #92 from hazendaz/master
[pom] Update project build output timestamp for reproducible builds
2 parents c39f385 + 87f4be2 commit 065717d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@
6464
<findbugs.onlyAnalyze>org.mybatis.caches.memcached.*</findbugs.onlyAnalyze>
6565
<gcu.product>Cache</gcu.product>
6666
<module.name>org.mybatis.caches.memcached</module.name>
67-
<project.build.outputTimestamp>1645112687</project.build.outputTimestamp>
6867
<argLine>-Djdk.attach.allowAttachSelf -Xms1024m -Xmx1024m</argLine>
68+
69+
<!-- Reproducible Builds -->
70+
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
6971
</properties>
7072

7173
<dependencies>

0 commit comments

Comments
 (0)