aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-05-27 17:12:32 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-05-27 17:12:32 +0200
commit7a8b3b21b66a14297056d2fbe26f5e234812706d (patch)
treee1ff15eb305420a9b219b42687656aafa3cd55d2 /sonar-application/pom.xml
parent1450573607d3d41ab9e2791475645da339ecedae (diff)
downloadsonarqube-7a8b3b21b66a14297056d2fbe26f5e234812706d.tar.gz
sonarqube-7a8b3b21b66a14297056d2fbe26f5e234812706d.zip
Bump enforced application size a bit higher
Diffstat (limited to 'sonar-application/pom.xml')
-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 60c410f9536..4340d3dc57d 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -260,7 +260,7 @@
<rules>
<requireFilesSize>
<minsize>80000000</minsize>
- <maxsize>88000000</maxsize>
+ <maxsize>90000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>