Use of ${artifactId} is deprecated and should be updated to ${project.artifactId}

This commit is contained in:
Matt Dolan 2020-08-02 00:03:36 -04:00
parent a9b7111b39
commit 14487261d0
No known key found for this signature in database
GPG Key ID: AF79C5A231F532DA

View File

@ -58,7 +58,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>iluwatar</sonar.organization>
<sonar.projectKey>iluwatar_java-design-patterns</sonar.projectKey>
<sonar.moduleKey>${artifactId}</sonar.moduleKey>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.projectName>Java Design Patterns</sonar.projectName>
</properties>
<modules>