Skip to content

Commit

Permalink
Downgrade git-commit-id-maven-plugin to 7.0.0
Browse files Browse the repository at this point in the history
Version 8.0.0 may cause java.lang.NoClassDefFoundError messages.
  • Loading branch information
kohlschuetter committed Mar 9, 2024
1 parent a94cc25 commit 5b778ca
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 @@ -1383,7 +1383,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>8.0.0</version>
<version>7.0.0</version><!-- 8.0.0 is broken -->
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 5b778ca

Please # to comment.