fix: untangle worker set message from application message
[e-mobility-charging-stations-simulator.git] / ui / web / sonar-project.properties
index 395315d5f0f768d33a9b5fe41365d733a2e5fd5e..77ba547c10079e20c78068544f32c26cf6e3346a 100644 (file)
@@ -1,15 +1,15 @@
-sonar.projectKey=SAP_e-mobility-charging-stations-simulator
+sonar.projectKey=e-mobility-charging-stations-simulator-webui
 sonar.organization=sap-1
 
 # This is the name and version displayed in the SonarCloud UI.
-sonar.projectName=e-mobility-charging-stations-simulator-web-ui
-sonar.projectVersion=0.1.1
+sonar.projectName=e-mobility-charging-stations-simulator-webui
+sonar.projectVersion=0.3.0
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src
 sonar.tests=tests
 
-sonar.javascript.lcov.reportPaths=coverage/lcov.info
+sonar.javascript.lcov.reportPaths=coverage/lcov.info
 
 # Encoding of the source code. Default is default system encoding
 #sonar.sourceEncoding=UTF-8