From dedb6801dc42ee1c4d44f80a063d7121a4208c7f Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 20 Sep 2013 14:31:30 +0200 Subject: [PATCH] Fix size of zip file on windows (try again) --- sonar-application/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index ebe3a554dd6..5a9e17e4cd8 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -227,8 +227,8 @@ - 61000000 - 66000000 + 60000000 + 65000000 ${project.build.directory}/sonar-${project.version}.zip -- 2.39.5