Skip to content

Commit

Permalink
Merge pull request #4157 from eclipse/fix-sonarProjectKeyOrg
Browse files Browse the repository at this point in the history
🐛 [CI] Fixed Sonar 'project.key' and 'organization' entries
  • Loading branch information
Coduz authored Dec 16, 2024
2 parents 9abe47c + ea76c81 commit 93e6506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@

<!-- Sonar Configuration-->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>eclipse_kapua</sonar.projectKey>
<sonar.organization>eclipse-github</sonar.organization>
<sonar.projectKey>org.eclipse_kapua</sonar.projectKey>
<sonar.organization>eclipse</sonar.organization>
</properties>

<build>
Expand Down

0 comments on commit 93e6506

Please sign in to comment.