Skip to content

Commit

Permalink
Update git-commit-id-maven-plugin to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and electrum committed Mar 9, 2024
1 parent c2f3104 commit f09e288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Airbase 152
- kotlin 1.9.23 (from 1.9.22)
- jakarta.xml.bind-api 4.0.2 (from 4.0.1)
- ASM 9.6 (from 9.5)
* Plugin updates:
- git-commit-id-maven-plugin 8.0.0 (from 7.0.0)

Airbase 151
* Plugin updates:
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>7.0.0</version>
<version>8.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 f09e288

Please sign in to comment.