Skip to content

Commit

Permalink
Remove non-reproducible manifest entries
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 24, 2023
1 parent 38892c3 commit b1db0e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,8 @@
<configuration>
<archive>
<manifestEntries>
<Build-Jdk>${java.version} (${java.vendor} ${java.vm.version})</Build-Jdk>
<Build-Timestamp>${git.commit.author.time}</Build-Timestamp>
<Build-Revision>${git.commit.id}</Build-Revision>
<Build-OS>${os.name} ${os.arch} ${os.version}</Build-OS>
</manifestEntries>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
Expand Down

0 comments on commit b1db0e6

Please sign in to comment.