From ef4271a905f1a14f0f87c555e685e0744dec7d32 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Mon, 11 Jan 2016 14:43:25 +0100 Subject: [PATCH] SQSCANNER-10 Update to SQ Runner API 2.5.1 --- pom.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b54149c..f850bbe 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ org.sonarsource.sonar-runner sonar-runner-api - 2.5-RC1 + 2.5.1 com.google.code.findbugs @@ -104,7 +104,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.3 + 2.3 package @@ -114,6 +114,17 @@ true true + + + + org.sonarsource.sonar-runner:sonar-runner-api + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + @@ -153,8 +164,8 @@ - 160000 - 185000 + 510000 + 520000 ${project.build.directory}/sonar-scanner-${project.version}.zip -- 2.39.5