From 9f821fddca004b63a6f253e90289457193ba9b9b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 22 Jan 2016 19:24:37 +0000 Subject: [PATCH] Upgrade sventu-checkstyle to 1.18.0 Add a reference to sevntu in README.md. --- README.md | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56a7ffb..3e0cedc 100644 --- a/README.md +++ b/README.md @@ -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/). + Your project must provide a `checkstyle.xml` file in it's root directory. See the Checkstyle Plugin homepage for `sun_checks.xml` and `google_checks.xml` examples. There is a modified version of `sun_checks.xml` diff --git a/pom.xml b/pom.xml index f8682d0..73299f1 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,7 @@ com.github.sevntu.checkstyle sevntu-checkstyle-maven-plugin - 1.17.1 + 1.18.0