You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/01/03 09:32:51 UTC

[maven-checkstyle-plugin] 02/02: Upgrade checkstyle

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MCHECKSTYLE-376
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 44d72db0449ca56bf5ba98a2a9751619624ec4d1
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Thu May 30 19:54:57 2019 +0200

    Upgrade checkstyle
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ed70cdf..0670704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@ under the License.
     <!-- Because Checkstyle 7+ requires Java 8 -->
     <javaVersion>8</javaVersion>
     <mavenVersion>3.0</mavenVersion>
-    <checkstyleVersion>8.19</checkstyleVersion>
+    <checkstyleVersion>8.21</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <sitePluginVersion>3.7.1</sitePluginVersion>
   </properties>