Skip to content

Commit

Permalink
Don't update project.build.outputTimestamp on mvn versions:set
Browse files Browse the repository at this point in the history
As we rely on the value of `${git.commit.time}` instead.
  • Loading branch information
Stephan202 authored and rickie committed Oct 24, 2022
1 parent 7fe61c2 commit 011d916
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 @@ -1223,6 +1223,9 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.13.0</version>
<configuration>
<updateBuildOutputTimestampPolicy>never</updateBuildOutputTimestampPolicy>
</configuration>
</plugin>
<plugin>
<groupId>org.gaul</groupId>
Expand Down

0 comments on commit 011d916

Please sign in to comment.