Skip to content

Commit 74f5b9b

Browse files
committed
Merge branch '1.1.x'
2 parents a2c5b6a + 00b6670 commit 74f5b9b

File tree

1 file changed

+3
-1
lines changed
  • spring-boot-starters/spring-boot-starter-parent

1 file changed

+3
-1
lines changed

spring-boot-starters/spring-boot-starter-parent/pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<plugin>
107107
<groupId>pl.project13.maven</groupId>
108108
<artifactId>git-commit-id-plugin</artifactId>
109+
<version>2.1.10</version>
109110
<executions>
110111
<execution>
111112
<goals>
@@ -117,7 +118,8 @@
117118
<verbose>true</verbose>
118119
<dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
119120
<generateGitPropertiesFile>true</generateGitPropertiesFile>
120-
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
121+
<!-- Workaround until 2.1.11 is released; should be an absolute path -->
122+
<generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>
121123
</configuration>
122124
</plugin>
123125
<!-- Support our own plugin -->

0 commit comments

Comments
 (0)