]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2584 upgrade to checkstyle 5.1.2 and to pmd 4.2.5.2
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 3 Nov 2011 19:12:36 +0000 (20:12 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 3 Nov 2011 19:12:36 +0000 (20:12 +0100)
plugins/sonar-checkstyle-plugin/pom.xml
plugins/sonar-pmd-plugin/pom.xml
plugins/sonar-squid-java-plugin/pom.xml

index 355213ec3f72b10cff4c5629c9a36828319372a6..3edf593c75c8ab7983406530b7d7b2cfcd0b99ba 100644 (file)
   <description>Checkstyle is a code analyser to help programmers write Java code that adheres to a coding standard.</description>
 
   <properties>
-    <checkstyle.version>5.1.1</checkstyle.version>
+    <checkstyle.version>5.1.2</checkstyle.version>
   </properties>
 
   <repositories>
-    <!-- for checkstyle 5.1 -->
+    <!-- for checkstyle 5.1.x -->
     <repository>
       <id>sonar</id>
       <name>Sonar</name>
index 372cd6caff07b476dc718c471878e79f72ce7911..ae74b03b7f526da314af809bc8ca10f4cfb69e61 100644 (file)
@@ -14,7 +14,7 @@
   <description>PMD is a tool that looks for potential problems like possible bugs, dead code, suboptimal code, overcomplicated expressions or duplicate code.</description>
 
   <properties>
-    <pmd.version>4.2.5.1</pmd.version>
+    <pmd.version>4.2.5.2</pmd.version>
   </properties>
 
   <repositories>
index c7069da1064742b060bce1e47a987f7283281a17..b68bd67f310bd739e39a8420b9bb4fc78e61e3ae 100644 (file)
@@ -14,7 +14,7 @@
   <description>Squid analyzer for Java.</description>
 
   <repositories>
-    <!-- for checkstyle 5.1 -->
+    <!-- for checkstyle 5.1.x -->
     <repository>
       <id>sonar</id>
       <name>Sonar</name>
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>com.sonarsource.checkstyle</groupId>
       <artifactId>checkstyle-java7</artifactId>
-      <version>5.1.1</version>
+      <version>5.1.2</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>