Skip to content

Commit

Permalink
Issue #41: upgraded checkstyle version
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Aug 10, 2017
1 parent 24a5d63 commit d6679b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<checkstyle.version>7.8.1</checkstyle.version>
<checkstyle.version>8.1</checkstyle.version>
<maven.plugin.checkstyle.version>2.17</maven.plugin.checkstyle.version>
<maven.pmd.plugin.version>3.7</maven.pmd.plugin.version>
<maven.findbugs.plugin.version>3.0.4</maven.findbugs.plugin.version>
<maven.pmd.plugin.version>3.7</maven.pmd.plugin.version>
<maven.sevntu.checkstyle.plugin.version>1.24.0</maven.sevntu.checkstyle.plugin.version>
<maven.sevntu.checkstyle.plugin.version>1.24.2</maven.sevntu.checkstyle.plugin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<java.version>1.8</java.version>
Expand Down

0 comments on commit d6679b0

Please sign in to comment.