mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 20:20:53 +00:00
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:
parent
1f23b019fa
commit
f4e0eb9bc9
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user