Update git-commit-id maven plugin to newer version (#15332)

* update git commit plugin to newer version

* roll back to previous version
This commit is contained in:
William Cheng 2023-04-28 08:45:14 +08:00 committed by GitHub
parent 1f23b019fa
commit f4e0eb9bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@
<generateGitPropertiesFilename>${project.build.outputDirectory}/openapi-generator-git.properties</generateGitPropertiesFilename> <generateGitPropertiesFilename>${project.build.outputDirectory}/openapi-generator-git.properties</generateGitPropertiesFilename>
<!-- REVIEWER NOTE: Never allow external contributors to change these without full clarification. --> <!-- REVIEWER NOTE: Never allow external contributors to change these without full clarification. -->
<includeOnlyProperties> <includeOnlyProperties>
<includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty> <includeOnlyProperty>^git.build.version$</includeOnlyProperty>
<includeOnlyProperty>^git.commit.id.(abbrev|full)$</includeOnlyProperty> <includeOnlyProperty>^git.commit.id.(abbrev|full)$</includeOnlyProperty>
</includeOnlyProperties> </includeOnlyProperties>
<commitIdGenerationMode>full</commitIdGenerationMode> <commitIdGenerationMode>full</commitIdGenerationMode>