diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-11 17:19:12 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-11 17:19:12 +0100 |
commit | 93d5c92cd52f827c0e403c1ba012113f106cebde (patch) | |
tree | 1a59eae4eb9aba448129284e6f3eb994806969b8 /sonar-application/pom.xml | |
parent | 10cb1e5d756f9c47c7589831efeaec4dc84055aa (diff) | |
download | sonarqube-93d5c92cd52f827c0e403c1ba012113f106cebde.tar.gz sonarqube-93d5c92cd52f827c0e403c1ba012113f106cebde.zip |
Remove unused icons
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 7c733839da0..c987973d1db 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -210,8 +210,8 @@ <configuration> <rules> <requireFilesSize> - <maxsize>55000000</maxsize> - <minsize>52000000</minsize> + <maxsize>56000000</maxsize> + <minsize>55000000</minsize> <files> <file>${project.build.directory}/sonar-${project.version}.zip</file> </files> |