aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorStephane Gamard <stephane.gamard@searchbox.com>2014-08-20 18:05:42 +0200
committerStephane Gamard <stephane.gamard@searchbox.com>2014-08-20 18:18:39 +0200
commit823fdf6ec13944c672c1827cc7e5ff31081f42ec (patch)
treec8491e20454edb1f921c499a13fb09e8fbe7c5bb /sonar-application/pom.xml
parent789230f688a5c9c44ea0f022c2a53edbe07591a1 (diff)
downloadsonarqube-823fdf6ec13944c672c1827cc7e5ff31081f42ec.tar.gz
sonarqube-823fdf6ec13944c672c1827cc7e5ff31081f42ec.zip
Updated pom dependencies and size
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml2
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>