File tree 2 files changed +17
-7
lines changed
2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 73
73
</execution >
74
74
</executions >
75
75
</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 >
76
86
</plugins >
77
87
</build >
78
88
</project >
Original file line number Diff line number Diff line change 3499
3499
</configuration >
3500
3500
</plugin >
3501
3501
<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 >
3505
3505
</plugin >
3506
3506
</plugins >
3507
3507
</pluginManagement >
3638
3638
</executions >
3639
3639
</plugin >
3640
3640
<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 >
3643
3643
<configuration >
3644
3644
<dotGitDirectory >${project.basedir} /.git</dotGitDirectory >
3645
3645
<prefix >git</prefix >
3990
3990
</plugin >
3991
3991
3992
3992
<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 >
3995
3995
<executions >
3996
3996
<execution >
3997
3997
<id >get-the-git-infos</id >
You can’t perform that action at this time.
0 commit comments