diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-29 13:51:21 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-29 13:51:27 +0200 |
commit | 1fd4a8cc71c40dfdcf027f6bfb724e092c058196 (patch) | |
tree | 361bab0a3f2746e6edf41371863b25fc16ded71d /server/sonar-web/pom.xml | |
parent | 07f59ac044e076e29813bdd7e8837a148e05a770 (diff) | |
download | sonarqube-1fd4a8cc71c40dfdcf027f6bfb724e092c058196.tar.gz sonarqube-1fd4a8cc71c40dfdcf027f6bfb724e092c058196.zip |
SONAR-5037 Remove "automatic" plugin upgrade features from "system updates" tab
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index e61cb39ede6..cc6e2043a1b 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -350,7 +350,6 @@ <sonar.log.console>true</sonar.log.console> <sonar.log.profilingLevel>BASIC</sonar.log.profilingLevel> <sonar.web.context>/dev</sonar.web.context> - <sonar.updatecenter.activate>false</sonar.updatecenter.activate> </systemProperties> </configuration> </plugin> |