Skip to content

Commit 00b6670

Browse files
committed
Revert "Change config for git commit plugin in starter parent"
This reverts commit 26a528c. Fixes gh-1706
1 parent 7060cc1 commit 00b6670

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 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.11</version>
121+
<version>2.1.10</version>
122122
<executions>
123123
<execution>
124124
<goals>
@@ -130,7 +130,8 @@
130130
<verbose>true</verbose>
131131
<dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
132132
<generateGitPropertiesFile>true</generateGitPropertiesFile>
133-
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
133+
<!-- Workaround until 2.1.11 is released; should be an absolute path -->
134+
<generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>
134135
</configuration>
135136
</plugin>
136137
<!-- Support our own plugin -->

0 commit comments

Comments
 (0)