Skip to content

Commit

Permalink
Bump git-commit-id-maven-plugin to 7.0.0 to fix git worktree issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xkrogen authored and martint committed Dec 14, 2023
1 parent 241975d commit 07eb20a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Airbase 149

* Plugin updates:
- git-commit-id-maven-plugin 7.0.0 (from 6.0.0)

Airbase 148

* Import AssertJ bom
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>6.0.0</version>
<version>7.0.0</version>
<configuration>
<!-- Include only properties used above to speed up build (https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/462) -->
<includeOnlyProperties>
Expand Down

0 comments on commit 07eb20a

Please sign in to comment.