diff options
Diffstat (limited to 'server/sonar-docs')
3 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md index 6efd3408f3e..da79548b30e 100644 --- a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md +++ b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md @@ -87,7 +87,7 @@ Click the scanner you're using below to expand the example configuration: | | ``` | plugins { -| id "org.sonarqube" version "3.4.0.2513" +| id "org.sonarqube" version "3.5.0.2730" | } | ``` | diff --git a/server/sonar-docs/src/pages/analysis/github-integration.md b/server/sonar-docs/src/pages/analysis/github-integration.md index fc0e97380c5..3ecbdb0e14c 100644 --- a/server/sonar-docs/src/pages/analysis/github-integration.md +++ b/server/sonar-docs/src/pages/analysis/github-integration.md @@ -173,7 +173,7 @@ Click the scanner you're using below to expand the example configuration: | | ``` | plugins { -| id "org.sonarqube" version "3.4.0.2513" +| id "org.sonarqube" version "3.5.0.2730" | } | ``` | diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md index 73d736c159e..f091c68970a 100644 --- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md +++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md @@ -34,7 +34,7 @@ First, you need to activate the scanner in your build. For Gradle 2.1+, apply th ``` plugins { - id "org.sonarqube" version "3.4.0.2513" + id "org.sonarqube" version "3.5.0.2730" } ``` |