diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-26 12:39:26 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-26 12:48:41 +0100 |
commit | ac4d05b40f4667e7c497c37b11808c73536942b8 (patch) | |
tree | 831f2bfb93b2694f30ed66ae7b5efdc1fe45de86 /sonar-application | |
parent | b690b805309d6850baf803542af3330a488dcc98 (diff) | |
download | sonarqube-ac4d05b40f4667e7c497c37b11808c73536942b8.tar.gz sonarqube-ac4d05b40f4667e7c497c37b11808c73536942b8.zip |
Revert SONAR-4045
Diffstat (limited to 'sonar-application')
-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 b825a1fe688..e93a9714acd 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -210,8 +210,8 @@ <configuration> <rules> <requireFilesSize> - <maxsize>62000000</maxsize> - <minsize>58000000</minsize> + <maxsize>56000000</maxsize> + <minsize>52000000</minsize> <files> <file>${project.build.directory}/sonar-${project.version}.zip</file> </files> |