build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / sonar-project.properties
index 8b6a04d26037fba5af66a52c566b774d059cd413..77ba547c10079e20c78068544f32c26cf6e3346a 100644 (file)
@@ -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