Bump Checkstyle from 6.16 to 7.6.1 81/54981/7
authorMichael Vorburger <vorburger@redhat.com>
Thu, 13 Apr 2017 13:43:49 +0000 (15:43 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 12 Jun 2017 08:56:00 +0000 (08:56 +0000)
This (likely) requires some tweaks in projects enforcing CS;
needs testing using https://wiki.opendaylight.org/view/EvolvingCheckstyle

Motivated by having had to fix
https://git.opendaylight.org/gerrit/#/c/54978/

Change-Id: Ibef1cbb06e8e3d28a44b687562ebfc400d403b32
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
odlparent/pom.xml

index 7eb622473a9791a299ea5fa705efdd13ac22cb69..639ffa94762b509767e98c8e077bb376b86e0ccd 100644 (file)
         <groupId>com.puppycrawl.tools</groupId>
         <artifactId>checkstyle</artifactId>
         <!-- This should match the plugin management on maven-checkstyle-plugin below -->
-        <version>6.16</version>
+        <version>7.6.1</version>
       </dependency>
 
       <!-- Testing Dependencies -->
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
               <!-- This should match the dependency management on com.puppycrawl.tools:checkstyle above -->
-              <version>6.16</version>
+              <version>7.6.1</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>