Skip to content

Commit 8c7dd72

Browse files
authored
Merge pull request iluwatar#1470 from charlesfinley/master
Updated ${artifactId} to ${project.artifactId}
2 parents a9b7111 + 1448726 commit 8c7dd72

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
@@ -58,7 +58,7 @@
5858
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
5959
<sonar.organization>iluwatar</sonar.organization>
6060
<sonar.projectKey>iluwatar_java-design-patterns</sonar.projectKey>
61-
<sonar.moduleKey>${artifactId}</sonar.moduleKey>
61+
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
6262
<sonar.projectName>Java Design Patterns</sonar.projectName>
6363
</properties>
6464
<modules>

0 commit comments

Comments
 (0)