Skip to content

Commit 0f2a78f

Browse files
committed
chore(deps): update git-commit-id-maven-plugin
1 parent 10fd478 commit 0f2a78f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

operator-framework-core/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
</plugin>
3131
<plugin>
3232
<!-- 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>
3636
<executions>
3737
<execution>
3838
<id>get-the-git-infos</id>
@@ -49,6 +49,7 @@
4949
<includeOnlyProperties>
5050
<includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>
5151
<includeOnlyProperty>^git.commit.id.(abbrev|full)$</includeOnlyProperty>
52+
<includeOnlyProperty>git.branch</includeOnlyProperty>
5253
</includeOnlyProperties>
5354
<commitIdGenerationMode>full</commitIdGenerationMode>
5455
</configuration>

0 commit comments

Comments
 (0)