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 118
118
<plugin >
119
119
<groupId >pl.project13.maven</groupId >
120
120
<artifactId >git-commit-id-plugin</artifactId >
121
- <version >2.1.10 </version >
121
+ <version >2.1.11 </version >
122
122
<executions >
123
123
<execution >
124
124
<goals >
130
130
<verbose >true</verbose >
131
131
<dateFormat >yyyy-MM-dd'T'HH:mm:ssZ</dateFormat >
132
132
<generateGitPropertiesFile >true</generateGitPropertiesFile >
133
- <!-- Workaround until 2.1.11 is released; should be an absolute path -->
134
- <generateGitPropertiesFilename >target/classes/git.properties</generateGitPropertiesFilename >
133
+ <generateGitPropertiesFilename >${project.build.outputDirectory} /git.properties</generateGitPropertiesFilename >
135
134
</configuration >
136
135
</plugin >
137
136
<!-- Support our own plugin -->
You can’t perform that action at this time.
0 commit comments