From 90ce3978f39acbce59221b09bbff09456ff897c3 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 12 Sep 2013 16:42:49 +0200 Subject: [PATCH] SONAR-4045 fix zip size on windows --- sonar-application/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index d59fcc22175..f97cc40661e 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -227,7 +227,7 @@ - 64000000 + 62000000 68000000 ${project.build.directory}/sonar-${project.version}.zip -- 2.39.5