Skip to content

Commit

Permalink
Integrate Maven Git Commit Id plugin 8.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
  • Loading branch information
avpinchuk committed Apr 4, 2024
1 parent 888bc85 commit 823016a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nucleus/parent/pom.xml
Expand Up @@ -1070,7 +1070,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>5.0.0</version>
<version>8.0.2</version>
<executions>
<execution>
<id>get-the-git-infos</id>
Expand All @@ -1082,8 +1082,6 @@
</executions>
<configuration>
<generateGitPropertiesFile>false</generateGitPropertiesFile>
<dateFormat>YYYY-MM-dd'T'HH:mm:ss'Z'</dateFormat>
<dateFormatTimeZone>UTC</dateFormatTimeZone>
<commitIdGenerationMode>full</commitIdGenerationMode>
<includeOnlyProperties>
<includeOnlyProperty>git.commit.id.full</includeOnlyProperty>
Expand Down

0 comments on commit 823016a

Please sign in to comment.