You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/12/18 00:09:31 UTC

svn commit: r1774830 - /maven/pom/trunk/maven/pom.xml

Author: schulte
Date: Sun Dec 18 00:09:31 2016
New Revision: 1774830

URL: http://svn.apache.org/viewvc?rev=1774830&view=rev
Log:
[MPOM-152] Upgrade maven-checkstyle-plugin to 2.17.

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1774830&r1=1774829&r2=1774830&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Dec 18 00:09:31 2016
@@ -939,7 +939,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.15</version>
+          <version>2.17</version>
           <configuration>
             <configLocation>config/maven_checks.xml</configLocation>
             <headerLocation>config/maven-header.txt</headerLocation>