diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-04-24 10:57:59 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-04-24 10:57:59 +0200 |
commit | 2cd90f30de91738db495a3336e31e5f250322848 (patch) | |
tree | 408bc2c247599f204df8e1cf6b3318b91f48bbc9 /sonar-application | |
parent | 31ef838734bfb0bfa6dd9cd7449a37af3851a6e1 (diff) | |
download | sonarqube-2cd90f30de91738db495a3336e31e5f250322848.tar.gz sonarqube-2cd90f30de91738db495a3336e31e5f250322848.zip |
SONAR-3755 Moved view issues action to view issue controller
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 9f0ef37ecfa..ec958e9b814 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -206,7 +206,7 @@ <configuration> <rules> <requireFilesSize> - <maxsize>58000000</maxsize> + <maxsize>58100000</maxsize> <minsize>54000000</minsize> <files> <file>${project.build.directory}/sonar-${project.version}.zip</file> |