diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-25 23:44:17 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-25 23:44:17 +0100 |
commit | ee8d634e8cc05a52abb3f53ea223ef65baba2746 (patch) | |
tree | e1f3c575be197d628e6a7b77791a4bef409ccdfa /sonar-application/pom.xml | |
parent | 0ce9a406bdd5a03773a26448e45ecac95fa51e6f (diff) | |
download | sonarqube-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.xml | 4 |
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> |