aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-06-21 15:02:43 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-06-21 15:02:43 +0200
commit847f1c45da27d089ecf6a310930820c0d5b1e6b9 (patch)
tree67e32e0a7f86e9c663694582eb44c2f1b7fe7e0f /sonar-application/pom.xml
parent0ce40ec70d380493eb20bf56c3aef9ab5ba498c1 (diff)
downloadsonarqube-847f1c45da27d089ecf6a310930820c0d5b1e6b9.tar.gz
sonarqube-847f1c45da27d089ecf6a310930820c0d5b1e6b9.zip
SONAR-3714 New service to execute bulk change on issues
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 7f271b3e6be..6c4af322a57 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -218,7 +218,7 @@
<configuration>
<rules>
<requireFilesSize>
- <maxsize>60000000</maxsize>
+ <maxsize>61000000</maxsize>
<minsize>54000000</minsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>