From f48628fa903e2ba04efcabe66cac349340a83fee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 2 Sep 2014 15:44:24 +0200 Subject: [PATCH] Workaround fix for git-commit-plugin This commit is a workaround until git-commit-id-plugin 2.1.11 is released. See also issue 124 of that project Fixes gh-1484 --- spring-boot-starters/spring-boot-starter-parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index f672fdbb157..d16c82c5661 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -130,7 +130,8 @@ true yyyy-MM-dd'T'HH:mm:ssZ true - ${basedir}/target/classes/git.properties + + target/classes/git.properties