You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by eo...@apache.org on 2020/02/06 11:13:40 UTC

[maven-checkstyle-plugin] branch MCHECKSTYLE-390 created (now c427a30)

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

eolivelli pushed a change to branch MCHECKSTYLE-390
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.


      at c427a30  [MCHECKSTYLE-390] Upgrade to checkstyle 8.29

This branch includes the following new commits:

     new c427a30  [MCHECKSTYLE-390] Upgrade to checkstyle 8.29

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-checkstyle-plugin] 01/01: [MCHECKSTYLE-390] Upgrade to checkstyle 8.29

Posted by eo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c427a30030649947c0780d81517a30f188760541
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Thu Feb 6 12:13:21 2020 +0100

    [MCHECKSTYLE-390] Upgrade to checkstyle 8.29
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9453610..608619a 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.28</checkstyleVersion>
+    <checkstyleVersion>8.29</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <sitePluginVersion>3.7.1</sitePluginVersion>
   </properties>