Skip to content

Commit ddac45e

Browse files
vttranlinaArsnael
authored andcommitted
[UPGRADE] - Maven - pl.project13.maven:git-commit-id-plugin 4.9.10 -> io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0
1 parent 621dfd6 commit ddac45e

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

examples/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@
7373
</execution>
7474
</executions>
7575
</plugin>
76+
<plugin>
77+
<groupId>io.github.git-commit-id</groupId>
78+
<artifactId>git-commit-id-maven-plugin</artifactId>
79+
<executions>
80+
<execution>
81+
<id>get-the-git-infos</id>
82+
<phase>none</phase>
83+
</execution>
84+
</executions>
85+
</plugin>
7686
</plugins>
7787
</build>
7888
</project>

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3499,9 +3499,9 @@
34993499
</configuration>
35003500
</plugin>
35013501
<plugin>
3502-
<groupId>pl.project13.maven</groupId>
3503-
<artifactId>git-commit-id-plugin</artifactId>
3504-
<version>4.9.10</version>
3502+
<groupId>io.github.git-commit-id</groupId>
3503+
<artifactId>git-commit-id-maven-plugin</artifactId>
3504+
<version>6.0.0</version>
35053505
</plugin>
35063506
</plugins>
35073507
</pluginManagement>
@@ -3638,8 +3638,8 @@
36383638
</executions>
36393639
</plugin>
36403640
<plugin>
3641-
<groupId>pl.project13.maven</groupId>
3642-
<artifactId>git-commit-id-plugin</artifactId>
3641+
<groupId>io.github.git-commit-id</groupId>
3642+
<artifactId>git-commit-id-maven-plugin</artifactId>
36433643
<configuration>
36443644
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
36453645
<prefix>git</prefix>
@@ -3990,8 +3990,8 @@
39903990
</plugin>
39913991

39923992
<plugin>
3993-
<groupId>pl.project13.maven</groupId>
3994-
<artifactId>git-commit-id-plugin</artifactId>
3993+
<groupId>io.github.git-commit-id</groupId>
3994+
<artifactId>git-commit-id-maven-plugin</artifactId>
39953995
<executions>
39963996
<execution>
39973997
<id>get-the-git-infos</id>

0 commit comments

Comments
 (0)