aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-03-25 23:44:17 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-03-25 23:44:17 +0100
commitee8d634e8cc05a52abb3f53ea223ef65baba2746 (patch)
treee1f3c575be197d628e6a7b77791a4bef409ccdfa /sonar-application/pom.xml
parent0ce9a406bdd5a03773a26448e45ecac95fa51e6f (diff)
downloadsonarqube-ee8d634e8cc05a52abb3f53ea223ef65baba2746.tar.gz
sonarqube-ee8d634e8cc05a52abb3f53ea223ef65baba2746.zip
SONAR-4045 upgrade to jruby 1.7.3 and jruby-rack 1.1.13.1
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 e93a9714acd..b825a1fe688 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -210,8 +210,8 @@
<configuration>
<rules>
<requireFilesSize>
- <maxsize>56000000</maxsize>
- <minsize>52000000</minsize>
+ <maxsize>62000000</maxsize>
+ <minsize>58000000</minsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>
</files>