From 7cb5abe497720ec1fec71203a4390f67bc50d0a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 4 May 2026 00:20:13 +0200 Subject: [PATCH] fix: restore comments lost during rebase conflict resolution --- ui/web/sonar-project.properties | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.53.0