Skip to content

Commit 48656d0

Browse files
committed
Fix build warnings about use of ${artifactId}
See gh-11994
1 parent cb1eed4 commit 48656d0

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-parent

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
</goals>
535535
<configuration>
536536
<name>modulename</name>
537-
<value>${artifactId}</value>
537+
<value>${project.artifactId}</value>
538538
<regex>-</regex>
539539
<replacement>.</replacement>
540540
<failIfNoMatch>true</failIfNoMatch>

0 commit comments

Comments
 (0)