aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-10-18 17:51:56 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-10-20 13:09:23 +0200
commitd1f2f01fa8cccb78e6e03ebe5c819652d5b06731 (patch)
tree4be76771b1d34e3edf47d4a1fb524d39427c6527 /sonar-application/pom.xml
parent48feb5a6bd658c638b0cdd03231d0799fde533c0 (diff)
downloadsonarqube-d1f2f01fa8cccb78e6e03ebe5c819652d5b06731.tar.gz
sonarqube-d1f2f01fa8cccb78e6e03ebe5c819652d5b06731.zip
SONAR-9983 Upgrade the packaged plugins
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 35ab0f0eecf..ebc92a6fa33 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -246,8 +246,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>160000000</minsize>
- <maxsize>175000000</maxsize>
+ <minsize>155000000</minsize>
+ <maxsize>170000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>