aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2016-09-14 17:51:40 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2016-09-14 18:08:36 +0200
commit89fac82713095f2ff85703fb6223a02e4b5b818d (patch)
tree3453fb7bdb88efd0f5bc7b713084475bcdc89e09 /pom.xml
parent516ba9b922f4dab9f72077ee5ebf6eebda6c0d3a (diff)
downloadsonar-scanner-cli-89fac82713095f2ff85703fb6223a02e4b5b818d.tar.gz
sonar-scanner-cli-89fac82713095f2ff85703fb6223a02e4b5b818d.zip
SQSCANNER-29 Exit code should not be 0 when script fails due to ERROR: Unrecognized option
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 74a5a12..a8a1147 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.sonarsource.scanner.api</groupId>
<artifactId>sonar-scanner-api</artifactId>
- <version>2.8-build684</version>
+ <version>2.8-build700</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -164,8 +164,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>510000</minsize>
- <maxsize>530000</maxsize>
+ <minsize>550000</minsize>
+ <maxsize>560000</maxsize>
<files>
<file>${project.build.directory}/sonar-scanner-${project.version}.zip</file>
</files>