Upgrade sventu-checkstyle to 1.18.0

Add a reference to sevntu in README.md.
This commit is contained in:
Paul Campbell 2016-01-22 19:24:37 +00:00
parent e9e5c7cd0e
commit 9f821fddca
2 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,9 @@ The [Maven Checkstyle Plugin](https://maven.apache.org/plugins/maven-checkstyle-
uses the latest version of the Checkstyle library
([Release Notes](http://checkstyle.sourceforge.net/releasenotes.html)).
Also available for you to use are the rules defined by
[Sevntu](http://sevntu-checkstyle.github.io/sevntu.checkstyle/).
<strong>Your project <em>must</em> provide a `checkstyle.xml` file in it's root
directory.</strong> See the Checkstyle Plugin homepage for `sun_checks.xml` and
`google_checks.xml` examples. There is a modified version of `sun_checks.xml`

View file

@ -143,7 +143,7 @@
<dependency>
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
<version>1.17.1</version>
<version>1.18.0</version>
</dependency>
</dependencies>
</plugin><!-- maven-checkstyle-plugin -->