aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-22 19:59:50 +0200
committerStephane Gamard <stephane.gamard@searchbox.com>2014-07-23 15:34:06 +0200
commit0c9d03f3aa048ebb6e147eb1d3fd341d0602bba7 (patch)
tree196271ec789d0462b279d6cb0e735db8d7961c60 /sonar-application/pom.xml
parent94445f214582872ae49e26e675a5483fb2352807 (diff)
downloadsonarqube-0c9d03f3aa048ebb6e147eb1d3fd341d0602bba7.tar.gz
sonarqube-0c9d03f3aa048ebb6e147eb1d3fd341d0602bba7.zip
SONAR-4898 some refactoring
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 2ac77222a32..14d129a9dfc 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -237,8 +237,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>85000000</minsize>
- <maxsize>95000000</maxsize>
+ <minsize>100000000</minsize>
+ <maxsize>105000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>