We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fd478 commit 0f2a78fCopy full SHA for 0f2a78f
operator-framework-core/pom.xml
@@ -30,9 +30,9 @@
30
</plugin>
31
<plugin>
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>
+ <groupId>io.github.git-commit-id</groupId>
+ <artifactId>git-commit-id-maven-plugin</artifactId>
+ <version>5.0.0</version>
36
<executions>
37
<execution>
38
<id>get-the-git-infos</id>
@@ -49,6 +49,7 @@
49
<includeOnlyProperties>
50
<includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>
51
<includeOnlyProperty>^git.commit.id.(abbrev|full)$</includeOnlyProperty>
52
+ <includeOnlyProperty>git.branch</includeOnlyProperty>
53
</includeOnlyProperties>
54
<commitIdGenerationMode>full</commitIdGenerationMode>
55
</configuration>
0 commit comments