Skip to content

Commit 37b28d7

Browse files
committed
Change the reference to artifactId by project.artifactId (the former is deprecated)
1 parent 58db9cc commit 37b28d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</properties>
8383

8484
<build>
85-
<finalName>${artifactId}</finalName>
85+
<finalName>${project.artifactId}</finalName>
8686
<pluginManagement>
8787
<plugins>
8888
<plugin>

0 commit comments

Comments
 (0)