Skip to content

Commit

Permalink
Merge pull request #60 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Add project build output timestamp for reproducible builds
  • Loading branch information
hazendaz committed Sep 17, 2022
2 parents eec43af + 77bcd44 commit dff3a54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
<mybatis-dynamic-sql.version>1.4.0</mybatis-dynamic-sql.version>
<spring-boot.version>2.7.3</spring-boot.version>
<spring-native.version>0.12.1</spring-native.version>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
</properties>

<build>
Expand Down

0 comments on commit dff3a54

Please sign in to comment.