diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-08-20 18:05:42 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-08-20 18:18:39 +0200 |
commit | 823fdf6ec13944c672c1827cc7e5ff31081f42ec (patch) | |
tree | c8491e20454edb1f921c499a13fb09e8fbe7c5bb /sonar-application | |
parent | 789230f688a5c9c44ea0f022c2a53edbe07591a1 (diff) | |
download | sonarqube-823fdf6ec13944c672c1827cc7e5ff31081f42ec.tar.gz sonarqube-823fdf6ec13944c672c1827cc7e5ff31081f42ec.zip |
Updated pom dependencies and size
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 33d01f2b633..ab817d90695 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -279,7 +279,7 @@ <rules> <requireFilesSize> <minsize>84000000</minsize> - <maxsize>90000000</maxsize> + <maxsize>120000000</maxsize> <files> <file>${project.build.directory}/sonarqube-${project.version}.zip</file> </files> |