summaryrefslogtreecommitdiffstats
path: root/sonar-project.properties
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2015-09-27 22:59:04 +0200
committernicolargo <nicolashennion@gmail.com>2015-09-27 22:59:04 +0200
commitc3dfb2c999313f369f0a6d0b14a2ea874bbfa569 (patch)
tree31b2fc2913c62fdeb426586d297350e8395efde1 /sonar-project.properties
parente5263a8ad0542c477806096740b0ad5a14dec195 (diff)
Update version on the Sonar configuration file
Diffstat (limited to 'sonar-project.properties')
-rw-r--r--sonar-project.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/sonar-project.properties b/sonar-project.properties
index 726f5926..1c0890de 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -1,12 +1,12 @@
# Required metadata
sonar.projectKey=glances
sonar.projectName=Glances
-sonar.projectVersion=2.4_beta
-
+sonar.projectVersion=2.5
+
# Path to the parent source code directory.
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
-# Since SonarQube 4.2, this property is optional if sonar.modules is set.
-# If not set, SonarQube starts looking for source code from the directory containing
+# Since SonarQube 4.2, this property is optional if sonar.modules is set.
+# If not set, SonarQube starts looking for source code from the directory containing
# the sonar-project.properties file.
sonar.sources=glances
@@ -15,6 +15,6 @@ sonar.language=py
# Encoding of the source code
sonar.sourceEncoding=UTF-8
-
+
# Additional parameters
#sonar.my.property=value