diff --git a/sonar.properties b/sonar.properties
index 4933ccded6da45048827c9c5c748ce232806cd70..cea633fcce5f5f68771bed8d097568fd195ac865 100644
--- a/sonar.properties
+++ b/sonar.properties
@@ -1,6 +1,7 @@
 sonar.projectKey=gso
 sonar.projectName=GSO
-sonar.projectVersion=0.x
+sonar.projectVersion=2.28
 sonar.sources=gso
 sonar.python.coverage.reportPaths=coverage.xml
-sonar.host.url=https://sonarqube.software.geant.org/
\ No newline at end of file
+sonar.host.url=https://sonarqube.software.geant.org/
+sonar.exclusions=gso/migrations/**, test/**, docs/**