You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/09/27 15:19:33 UTC

svn commit: r1390996 - in /maven/plugins/trunk/maven-checkstyle-plugin: pom.xml src/it/MCHECKSTYLE-129/pom.xml src/it/multi-modules/pom.xml

Author: olamy
Date: Thu Sep 27 13:19:33 2012
New Revision: 1390996

URL: http://svn.apache.org/viewvc?rev=1390996&view=rev
Log:
[MCHECKSTYLE-181] Upgrade to Checkstyle 5.6
Submitted by Baron Roberts
fix its as checkstyle are now modified in svn.

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
    maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml
    maven/plugins/trunk/maven-checkstyle-plugin/src/it/multi-modules/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1390996&r1=1390995&r2=1390996&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Thu Sep 27 13:19:33 2012
@@ -53,7 +53,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
-    <checkstyleVersion>5.5</checkstyleVersion>
+    <checkstyleVersion>5.6</checkstyleVersion>
     <doxiaVersion>1.1.3</doxiaVersion>
     <sitePluginVersion>3.0</sitePluginVersion>
     <mavenPluginVersion>3.1</mavenPluginVersion>

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml?rev=1390996&r1=1390995&r2=1390996&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-129/pom.xml Thu Sep 27 13:19:33 2012
@@ -39,7 +39,7 @@
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>${checkstyleVersion}</version>
         <configuration>
-          <configLocation>http://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.5/src/main/resources/config/sun_checks.xml</configLocation>
+          <configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml</configLocation>
         </configuration>
       </plugin>
     </plugins>

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/it/multi-modules/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/multi-modules/pom.xml?rev=1390996&r1=1390995&r2=1390996&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/it/multi-modules/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/it/multi-modules/pom.xml Thu Sep 27 13:19:33 2012
@@ -39,8 +39,8 @@
           <artifactId>maven-checkstyle-plugin</artifactId>
           <version>@pom.version@</version>
           <configuration>
-            <configLocation>http://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.5/src/main/resources/config/maven_checks.xml</configLocation>
-            <headerLocation>http://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.5/src/main/resources/config/maven-header.txt</headerLocation>
+            <configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml</configLocation>
+            <headerLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt</headerLocation>
           </configuration>            
         </plugin>      
       </plugins>
@@ -66,7 +66,7 @@
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>@pom.version@</version>
         <configuration>
-          <configLocation>http://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.5/src/main/resources/config/maven_checks.xml</configLocation>
+          <configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml</configLocation>
         </configuration>        
       </plugin>
     </plugins>