Skip to content

Commit 26a528c

Browse files
author
Dave Syer
committed
Change config for git commit plugin in starter parent
Fixes gh-1489
1 parent 1b8f579 commit 26a528c

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
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>pl.project13.maven</groupId>
120120
<artifactId>git-commit-id-plugin</artifactId>
121-
<version>2.1.10</version>
121+
<version>2.1.11</version>
122122
<executions>
123123
<execution>
124124
<goals>
@@ -130,8 +130,7 @@
130130
<verbose>true</verbose>
131131
<dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
132132
<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>
135134
</configuration>
136135
</plugin>
137136
<!-- Support our own plugin -->

0 commit comments

Comments
 (0)