You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2015/06/08 10:38:17 UTC

svn commit: r1684119 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: deki
Date: Mon Jun  8 08:38:16 2015
New Revision: 1684119

URL: http://svn.apache.org/r1684119
Log:
old maven version on builds.apache.org doesn't pick up correct plugin version

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1684119&r1=1684118&r2=1684119&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Mon Jun  8 08:38:16 2015
@@ -173,6 +173,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.15</version>
         <configuration>
           <configLocation>tobago/checkstyle.xml</configLocation>
           <headerLocation>default/myfaces-header.txt</headerLocation>