File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
spring-boot-starters/spring-boot-starter-parent Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 106
106
<plugin >
107
107
<groupId >pl.project13.maven</groupId >
108
108
<artifactId >git-commit-id-plugin</artifactId >
109
- <version >2.1.10 </version >
109
+ <version >2.1.11 </version >
110
110
<executions >
111
111
<execution >
112
112
<goals >
118
118
<verbose >true</verbose >
119
119
<dateFormat >yyyy-MM-dd'T'HH:mm:ssZ</dateFormat >
120
120
<generateGitPropertiesFile >true</generateGitPropertiesFile >
121
- <!-- Workaround until 2.1.11 is released; should be an absolute path -->
122
- <generateGitPropertiesFilename >target/classes/git.properties</generateGitPropertiesFilename >
121
+ <generateGitPropertiesFilename >${project.build.outputDirectory} /git.properties</generateGitPropertiesFilename >
123
122
</configuration >
124
123
</plugin >
125
124
<!-- Support our own plugin -->
You can’t perform that action at this time.
0 commit comments