]> source.dussan.org Git - sonarqube.git/commitdiff
DOC-103, warn about build number as projectVersion
authorkevin-hinz <kevin.hinz@sonarsource.com>
Wed, 5 Oct 2022 14:07:13 +0000 (16:07 +0200)
committerPhilippe Perrin <philippe.perrin@sonarsource.com>
Fri, 7 Oct 2022 10:13:56 +0000 (12:13 +0200)
server/sonar-docs/src/pages/analysis/analysis-parameters.md

index 4b2aa804d0c77bc88b09266c357b7ad493071365..4292ecde1eb92b8de634704800d0774cd24d4786 100644 (file)
@@ -44,7 +44,7 @@ Key | Description | Default
 Key | Description | Default
 ---|----|---
 `sonar.projectName`|Name of the project that will be displayed on the web interface.|`<name>` for Maven projects, otherwise project key. If not provided and there is already a name in the DB, it won't be overwritten.
-`sonar.projectVersion` | The project version. | `<version>` for Maven projects, otherwise "not provided".
+`sonar.projectVersion` | The project version. | `<version>` for Maven projects, otherwise "not provided". _Do not use_ your build number as `sonar.projectVersion`. 
 
 ### Authentication
 By default, user authentication is required to prevent anonymous users from browsing and analyzing projects on your instance, and you need to pass these parameters when running analyses. Authentication is enforced in the global Security(/instance-administration/security/) settings.