You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/02/01 23:32:13 UTC

[maven-parent] branch master updated: upgraded maven-checkstyle-plugin to 3.0.0

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a90922  upgraded maven-checkstyle-plugin to 3.0.0
0a90922 is described below

commit 0a90922ec624930aeae4ee4c3dbf3a61e10af51c
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Feb 2 00:32:11 2018 +0100

    upgraded maven-checkstyle-plugin to 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f52b8b..0edc99b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -951,7 +951,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.17</version>
+          <version>3.0.0</version>
           <configuration>
             <configLocation>config/maven_checks.xml</configLocation>
             <headerLocation>config/maven-header.txt</headerLocation>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.