Skip to content

Commit

Permalink
fix: update git-commit-id plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLohoff committed Sep 3, 2023
1 parent 25133f6 commit 51547ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
<project.encoding>UTF-8</project.encoding>
<java.version>17</java.version>

<git.commit.id.abbrev>""</git.commit.id.abbrev>

<!-- Plugins -->
<maven-site-plugin.version>3.12.1</maven-site-plugin.version>
<jacoco-plugin.version>0.8.10</jacoco-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions shogun-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@
</executions>
</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>
<offline>true</offline>
<abbrevLength>8</abbrevLength>
Expand Down
4 changes: 2 additions & 2 deletions shogun-gs-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
</executions>
</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>
<offline>true</offline>
<abbrevLength>8</abbrevLength>
Expand Down
4 changes: 2 additions & 2 deletions shogun-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
</executions>
</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>
<offline>true</offline>
<abbrevLength>8</abbrevLength>
Expand Down

0 comments on commit 51547ab

Please sign in to comment.