From 7caa3b298f021d4916ac63aa41031dbb5c4ffa6c Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 24 Jul 2014 11:08:45 +0200 Subject: SONAR-4898 fix zip size in enforcer rule --- sonar-application/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sonar-application') diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 125a5c05f5d..df8af3bda9d 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -274,8 +274,8 @@ - 100000000 - 105000000 + 103000000 + 107000000 ${project.build.directory}/sonarqube-${project.version}.zip -- cgit v1.2.3