Skip to content

Commit

Permalink
Update output timestamp to template
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli committed Mar 12, 2024
1 parent 592993d commit a30a925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<repository.url>[email protected]:${project.github.repository}.git</repository.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>2024-02-29T14:23:24Z</project.build.outputTimestamp>
<project.build.outputTimestamp>${git.commit.author.time}</project.build.outputTimestamp>
<version.clean.plugin>3.2.0</version.clean.plugin>
<version.compiler.plugin>3.11.0</version.compiler.plugin>
<version.deploy.plugin>3.1.1</version.deploy.plugin>
Expand Down

0 comments on commit a30a925

Please sign in to comment.