Skip to content

Commit a54c75b

Browse files
committed
Merge branch '1.1.x'
2 parents cf0018e + ae503c6 commit a54c75b

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>pl.project13.maven</groupId>
108108
<artifactId>git-commit-id-plugin</artifactId>
109-
<version>2.1.10</version>
109+
<version>2.1.11</version>
110110
<executions>
111111
<execution>
112112
<goals>
@@ -118,8 +118,7 @@
118118
<verbose>true</verbose>
119119
<dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
120120
<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>
123122
</configuration>
124123
</plugin>
125124
<!-- Support our own plugin -->

0 commit comments

Comments
 (0)