Skip to content

Commit

Permalink
Fix improper maven plugin configuration
Browse files Browse the repository at this point in the history
#17484 switched git-commit-id plugin to new coordinates
but the configuration in the parent pom wasn't updated properly.
  • Loading branch information
wendigo authored and hashhar committed May 17, 2023
1 parent c279b7d commit 5caa51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2073,8 +2073,8 @@
</plugin>

<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<configuration>
<runOnlyOnce>true</runOnlyOnce>
<injectAllReactorProjects>true</injectAllReactorProjects>
Expand Down

0 comments on commit 5caa51f

Please sign in to comment.