diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-11-03 20:12:36 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-11-03 20:12:36 +0100 |
commit | 864074371dfab99295891f24871fa4655b15652f (patch) | |
tree | 3e1696c66c15522f07c6f4ad9a236a4aa328f58c /plugins/sonar-checkstyle-plugin | |
parent | c441c6755f47c049570ff013d4430b84c25e01d4 (diff) | |
download | sonarqube-864074371dfab99295891f24871fa4655b15652f.tar.gz sonarqube-864074371dfab99295891f24871fa4655b15652f.zip |
SONAR-2584 upgrade to checkstyle 5.1.2 and to pmd 4.2.5.2
Diffstat (limited to 'plugins/sonar-checkstyle-plugin')
-rw-r--r-- | plugins/sonar-checkstyle-plugin/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sonar-checkstyle-plugin/pom.xml b/plugins/sonar-checkstyle-plugin/pom.xml index 355213ec3f7..3edf593c75c 100644 --- a/plugins/sonar-checkstyle-plugin/pom.xml +++ b/plugins/sonar-checkstyle-plugin/pom.xml @@ -14,11 +14,11 @@ <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> |