Skip to content

Commit 66e0202

Browse files
authored
Merge pull request #133 from hazendaz/master
[pom] Add project build output timestamp for reproducible builds
2 parents 514213b + 7c1fdbc commit 66e0202

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
<properties>
7878
<clirr.comparisonVersion>1.1.2</clirr.comparisonVersion>
7979
<module.name>org.mybatis.scripting.freemarker</module.name>
80+
81+
<!-- Reproducible Builds -->
82+
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
8083
</properties>
8184

8285
<dependencies>

0 commit comments

Comments
 (0)