Skip to content

Commit 20e7a6e

Browse files
authored
Merge pull request #720 from hazendaz/master
[pom] Update project build output timestamp for reproducible builds
2 parents 3036f70 + 826ac5e commit 20e7a6e

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
@@ -111,7 +111,9 @@
111111
<module.name>org.mybatis.spring</module.name>
112112

113113
<junit.version>5.9.0</junit.version>
114-
<project.build.outputTimestamp>1645112687</project.build.outputTimestamp>
114+
115+
<!-- Reproducible Builds -->
116+
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
115117
</properties>
116118

117119
<dependencies>

0 commit comments

Comments
 (0)