Author: ggregory
Date: Fri Sep  2 00:36:44 2011
New Revision: 1164313

URL: http://svn.apache.org/viewvc?rev=1164313&view=rev
Log:
Update Maven plugins:

Modified:
    commons/proper/lang/trunk/checkstyle.xml
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/checkstyle.xml?rev=1164313&r1=1164312&r2=1164313&view=diff
==============================================================================
--- commons/proper/lang/trunk/checkstyle.xml (original)
+++ commons/proper/lang/trunk/checkstyle.xml Fri Sep  2 00:36:44 2011
@@ -31,6 +31,7 @@ limitations under the License.
     <property name="fileExtensions" value="java,xml"/>
   </module>
   <module name="TreeWalker">
+    <property name="cacheFile" value="target/cachefile"/>
     <module name="AvoidStarImport"/>
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>

Modified: commons/proper/lang/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1164313&r1=1164312&r2=1164313&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Sep  2 00:36:44 2011
@@ -512,7 +512,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.6</version>
           <configuration>
             <xmlPath>${basedir}/src/site/changes/changes.xml</xmlPath>
             <issueLinkTemplatePerSystem>
@@ -533,7 +533,7 @@
         </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
@@ -543,7 +543,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.3.2</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>
@@ -553,12 +553,12 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.5.1</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
-        <version>2.2.2</version>
+        <version>2.3</version>
         <configuration>
           <comparisonArtifacts>
             <comparisonArtifact>
@@ -572,7 +572,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.5</version>
         <configuration>
           <targetJdk>${maven.compile.target}</targetJdk>  
         </configuration>


Reply via email to