aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-24 11:08:45 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-24 11:08:45 +0200
commit7caa3b298f021d4916ac63aa41031dbb5c4ffa6c (patch)
tree6f369a2b50984a2920f8e6577fc3985fefefe2fe /sonar-application/pom.xml
parentf04357ba06cc0c2b6e694017567186b9e76d4bea (diff)
downloadsonarqube-7caa3b298f021d4916ac63aa41031dbb5c4ffa6c.tar.gz
sonarqube-7caa3b298f021d4916ac63aa41031dbb5c4ffa6c.zip
SONAR-4898 fix zip size in enforcer rule
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 125a5c05f5d..df8af3bda9d 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -274,8 +274,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>100000000</minsize>
- <maxsize>105000000</maxsize>
+ <minsize>103000000</minsize>
+ <maxsize>107000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>