Skip to content

Commit adf312f

Browse files
Fix sonar (#130)
1 parent b215d97 commit adf312f

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
@@ -295,7 +295,7 @@
295295
<properties>
296296
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
297297
<sonar.organization>project-openubl</sonar.organization>
298-
<sonar.projectKey>project-openubl_xbuilder</sonar.projectKey>
298+
<sonar.projectKey>project-openubl-${project.groupId}:${project.artifactId}</sonar.projectKey>
299299
<sonar.projectName>XBuilder</sonar.projectName>
300300
</properties>
301301
<build>

0 commit comments

Comments
 (0)