Skip to content

Commit cebae45

Browse files
author
TheSnoozer
committed
adjust groupId/artifactId for integration tests
1 parent c45d828 commit cebae45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@
249249
<build>
250250
<plugins>
251251
<plugin>
252-
<groupId>pl.project13.maven</groupId>
253-
<artifactId>git-commit-id-plugin</artifactId>
252+
<groupId>io.github.git-commit-id</groupId>
253+
<artifactId>git-commit-id-maven-plugin</artifactId>
254254
<version>${project.version}</version>
255255
<!-- optional to change the phases of the individual mojo's -->
256256
<executions>

0 commit comments

Comments
 (0)