Skip to content

Commit 826ac5e

Browse files
committed
[pom] Update project build output timestamp for reproducible builds
1 parent 3036f70 commit 826ac5e

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)