Skip to content

Commit 7f73f19

Browse files
authored
Merge pull request #2744 from nemozak1/develop
upgrade maven git commit id plugin for git worktree support
2 parents bae658d + b5c4478 commit 7f73f19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

obp-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,9 +633,9 @@
633633
</plugin>
634634

635635
<plugin>
636-
<groupId>pl.project13.maven</groupId>
637-
<artifactId>git-commit-id-plugin</artifactId>
638-
<version>4.9.10</version>
636+
<groupId>io.github.git-commit-id</groupId>
637+
<artifactId>git-commit-id-maven-plugin</artifactId>
638+
<version>9.0.1</version>
639639
<executions>
640640
<execution>
641641
<goals>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@
226226

227227

228228
<plugin>
229-
<groupId>pl.project13.maven</groupId>
230-
<artifactId>git-commit-id-plugin</artifactId>
231-
<version>4.9.10</version>
229+
<groupId>io.github.git-commit-id</groupId>
230+
<artifactId>git-commit-id-maven-plugin</artifactId>
231+
<version>9.0.1</version>
232232
<executions>
233233
<execution>
234234
<goals>

0 commit comments

Comments
 (0)