From d4b1bfd3608757d162624682a18bae0710d65092 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 28 Oct 2011 11:11:09 +0200 Subject: SONAR-2584 add support for Java7 in Checkstyle and Squid --- plugins/sonar-checkstyle-plugin/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/sonar-checkstyle-plugin/pom.xml') diff --git a/plugins/sonar-checkstyle-plugin/pom.xml b/plugins/sonar-checkstyle-plugin/pom.xml index d77722f6d66..355213ec3f7 100644 --- a/plugins/sonar-checkstyle-plugin/pom.xml +++ b/plugins/sonar-checkstyle-plugin/pom.xml @@ -14,7 +14,7 @@ Checkstyle is a code analyser to help programmers write Java code that adheres to a coding standard. - 5.1 + 5.1.1 @@ -39,8 +39,8 @@ provided - checkstyle - checkstyle + com.sonarsource.checkstyle + checkstyle-java7 ${checkstyle.version} -- cgit v1.2.3