From: Jérôme Benoit Date: Sun, 3 May 2026 22:20:13 +0000 (+0200) Subject: fix: restore comments lost during rebase conflict resolution X-Git-Tag: cli@v4.6.1~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7cb5abe497720ec1fec71203a4390f67bc50d0a3;p=e-mobility-charging-stations-simulator.git fix: restore comments lost during rebase conflict resolution --- diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 0a6ff212..0a832aca 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -1,9 +1,13 @@ sonar.projectKey=e-mobility-charging-stations-simulator-web sonar.organization=sap-1 + +# This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator-web # x-release-please-start-version sonar.projectVersion=4.6.0 # x-release-please-end + +# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src sonar.tests=tests