aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-07-13 18:12:08 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-07-15 08:28:31 +0200
commite787cd69f4823a49f7a7544ecf61a3f43e0e2f87 (patch)
treec908e8093519be6b293e60822892644c072f9574 /sonar-application
parent8557587c5a9622113071e2e968ef6dd3e8c279e6 (diff)
downloadsonarqube-e787cd69f4823a49f7a7544ecf61a3f43e0e2f87.tar.gz
sonarqube-e787cd69f4823a49f7a7544ecf61a3f43e0e2f87.zip
SONAR-7797 Upgrade the distributed plugins
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 02f76e4a60d..29c41d6f6f5 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -239,7 +239,7 @@
<rules>
<requireFilesSize>
<minsize>120000000</minsize>
- <maxsize>125000000</maxsize>
+ <maxsize>127000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>