From d3f6b8bef5066a586f939e7d8b017321fd00dde4 Mon Sep 17 00:00:00 2001 From: kevin-hinz Date: Wed, 5 Oct 2022 16:07:13 +0200 Subject: [PATCH] DOC-103, warn about build number as projectVersion --- server/sonar-docs/src/pages/analysis/analysis-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/analysis/analysis-parameters.md b/server/sonar-docs/src/pages/analysis/analysis-parameters.md index 4b2aa804d0c..4292ecde1eb 100644 --- a/server/sonar-docs/src/pages/analysis/analysis-parameters.md +++ b/server/sonar-docs/src/pages/analysis/analysis-parameters.md @@ -44,7 +44,7 @@ Key | Description | Default Key | Description | Default ---|----|--- `sonar.projectName`|Name of the project that will be displayed on the web interface.|`` 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. | `` for Maven projects, otherwise "not provided". +`sonar.projectVersion` | The project 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. -- 2.39.5