From 48656d0d5359308d18192283fe264848e613f93a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 23 Feb 2018 13:32:54 +0000 Subject: [PATCH] Fix build warnings about use of ${artifactId} See gh-11994 --- spring-boot-project/spring-boot-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index 1ad02757524..4b08dccdc67 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -534,7 +534,7 @@ modulename - ${artifactId} + ${project.artifactId} - . true