From f8c1213f0aa61141132bf3308de77d93699b95bc Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 15 May 2014 09:54:43 +0100 Subject: [PATCH] Add baseDir to git-commit-id-plugin Fixed gh-873 --- spring-boot-starters/spring-boot-starter-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 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 2c55bc2a805..a6c75780c4d 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -267,7 +267,7 @@ true yyyy-MM-dd'T'HH:mm:ssZ true - src/main/resources/git.properties + ${basedir}/src/main/resources/git.properties