File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 30
30
</plugin >
31
31
<plugin >
32
32
<!-- Used to generate the version / commit information -->
33
- <groupId >pl.project13.maven </groupId >
34
- <artifactId >git-commit-id-plugin</artifactId >
35
- <version >4 .0.3 </version >
33
+ <groupId >io.github.git-commit-id </groupId >
34
+ <artifactId >git-commit-id-maven- plugin</artifactId >
35
+ <version >5 .0.0 </version >
36
36
<executions >
37
37
<execution >
38
38
<id >get-the-git-infos</id >
49
49
<includeOnlyProperties >
50
50
<includeOnlyProperty >^git.build.(time|version)$</includeOnlyProperty >
51
51
<includeOnlyProperty >^git.commit.id.(abbrev|full)$</includeOnlyProperty >
52
+ <includeOnlyProperty >git.branch</includeOnlyProperty >
52
53
</includeOnlyProperties >
53
54
<commitIdGenerationMode >full</commitIdGenerationMode >
54
55
</configuration >
You can’t perform that action at this time.
0 commit comments