Skip to content

Commit

Permalink
Fix timestamp format of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Mar 22, 2024
1 parent 84a6365 commit d8a0528
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 @@ -355,7 +355,7 @@
<configuration>
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
<revisionOnScmFailure>unavailable</revisionOnScmFailure>
<timestampFormat>{0, date, long} {0, time, long}</timestampFormat>
<timestampFormat>yyyy-MM-dd HH:mm:ss.S</timestampFormat>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit d8a0528

Please sign in to comment.