]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6055 Embed latest Findbugs Plugin 3.x
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 12 Feb 2015 14:54:18 +0000 (15:54 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 12 Feb 2015 14:54:28 +0000 (15:54 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index ee6004292c06bea3be247945004fcc45ef42d703..229b016c524d8229e532696b9f37e258c049c49d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
 
   <properties>
     <sonarUpdateCenter.version>1.11</sonarUpdateCenter.version>
-    <sonarJava.version>2.8</sonarJava.version>
+    <sonarJava.version>2.9.1</sonarJava.version>
     <sonarGit.version>1.0-RC1</sonarGit.version>
     <sonarSvn.version>1.0-RC1</sonarSvn.version>
     <h2.version>1.3.176</h2.version>
       <dependency>
         <groupId>org.codehaus.sonar-plugins.java</groupId>
         <artifactId>sonar-findbugs-plugin</artifactId>
-        <version>2.4</version>
+        <version>3.1</version>
         <type>sonar-plugin</type>
       </dependency>
       <dependency>