X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsonar-project.properties;h=77ba547c10079e20c78068544f32c26cf6e3346a;hb=aa5f2ea2958ef34e8d34e20edbe8486b8911d82b;hp=e2f93bdcd64e6718ebf8bf887fd60ad067a56160;hpb=f3e62a22aaadb0d95cc0a39213e85c8a0042954f;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index e2f93bdc..77ba547c 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator-webui -sonar.projectVersion=0.1.1 +sonar.projectVersion=0.3.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src @@ -11,7 +11,5 @@ sonar.tests=tests sonar.javascript.lcov.reportPaths=coverage/lcov.info -sonar.typescript.tsconfigPath=tsconfig-sonar.json - # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8