Skip to content

Commit

Permalink
Issue sevntu-checkstyle#591: update for checkstyle version in sevntu-…
Browse files Browse the repository at this point in the history
…checks
  • Loading branch information
romani authored and kariem committed Jul 26, 2018
1 parent 2cdb259 commit b9f9e1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sevntu-checks/pom.xml
Expand Up @@ -15,9 +15,10 @@

<properties>
<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
<!-- it is not compile dependency to checkstyle, this version is only for maven plugins -->
<checkstyle.version>7.7</checkstyle.version>
<!-- this version has to be the same as eclispe-cs depends on -->
<checkstyle.eclipse-cs.version>7.2</checkstyle.eclipse-cs.version>
<!-- It is compile dependency to checkstyle, this version has to be the same as eclispe-cs depends on -->
<checkstyle.eclipse-cs.version>7.6</checkstyle.eclipse-cs.version>
<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
<sevntu.maven.plugin>RELEASE</sevntu.maven.plugin>
</properties>
Expand Down

0 comments on commit b9f9e1c

Please sign in to comment.