Skip to content

Commit

Permalink
change projet name in the properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Topin2001 committed Dec 7, 2023
1 parent 4076478 commit 7155454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
<sonar.pluginOrganizationName>CNES</sonar.pluginOrganizationName>
<sonar.sources>src/main/java</sonar.sources>
<sonar.test>src/test/java</sonar.test>
<sonar.organization>lequal</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.skipDependenciesPackaging>true</sonar.skipDependenciesPackaging>
<sonar.pluginClass>fr.cnes.sonar.plugin.ReportSonarPlugin</sonar.pluginClass>
<sonar.organization>lequal</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<app.mainClass>fr.cnes.sonar.report.ReportCommandLine</app.mainClass>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar.projectKey=fr.cnes.sonar:cnesreport
sonar.projectKey=cnesreport
sonar.projectName=cnesreport
sonar.organization=lequal
sonar.projectVersion=4.2.0
Expand Down

0 comments on commit 7155454

Please sign in to comment.