Author: sebb
Date: Thu Mar 27 11:54:12 2014
New Revision: 1582269

URL: http://svn.apache.org/r1582269
Log:
Specify version for pmd and findbugs reporting plugins

Modified:
    commons/proper/proxy/trunk/asm4/pom.xml
    commons/proper/proxy/trunk/cglib/pom.xml
    commons/proper/proxy/trunk/core/pom.xml
    commons/proper/proxy/trunk/javassist/pom.xml
    commons/proper/proxy/trunk/jdk/pom.xml
    commons/proper/proxy/trunk/pom.xml

Modified: commons/proper/proxy/trunk/asm4/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/asm4/pom.xml?rev=1582269&r1=1582268&r2=1582269&view=diff
==============================================================================
--- commons/proper/proxy/trunk/asm4/pom.xml (original)
+++ commons/proper/proxy/trunk/asm4/pom.xml Thu Mar 27 11:54:12 2014
@@ -63,6 +63,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
+                <version>${pmd.version}</version>
                 <configuration>
                     <!--rulesets>
                         <ruleset>/org/apache/commons/proxy2/pmd.xml</ruleset>
@@ -80,6 +81,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
+                <version>${findbugs.version}</version>
                 <configuration>
                     <xmlOutput>true</xmlOutput>
                     
<excludeFilterFile>/org/apache/commons/proxy2/findbugs-exclude-filter.xml</excludeFilterFile>

Modified: commons/proper/proxy/trunk/cglib/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/cglib/pom.xml?rev=1582269&r1=1582268&r2=1582269&view=diff
==============================================================================
--- commons/proper/proxy/trunk/cglib/pom.xml (original)
+++ commons/proper/proxy/trunk/cglib/pom.xml Thu Mar 27 11:54:12 2014
@@ -60,6 +60,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
+                <version>${pmd.version}</version>
                 <configuration>
                     <!--rulesets>
                         <ruleset>/org/apache/commons/proxy2/pmd.xml</ruleset>
@@ -77,6 +78,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
+                <version>${findbugs.version}</version>
                 <configuration>
                     <xmlOutput>true</xmlOutput>
                     
<excludeFilterFile>/org/apache/commons/proxy2/findbugs-exclude-filter.xml</excludeFilterFile>

Modified: commons/proper/proxy/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/core/pom.xml?rev=1582269&r1=1582268&r2=1582269&view=diff
==============================================================================
--- commons/proper/proxy/trunk/core/pom.xml (original)
+++ commons/proper/proxy/trunk/core/pom.xml Thu Mar 27 11:54:12 2014
@@ -72,6 +72,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
+                <version>${pmd.version}</version>
                 <configuration>
                     <!--rulesets>
                         <ruleset>/org/apache/commons/proxy2/pmd.xml</ruleset>
@@ -81,6 +82,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
+                <version>${findbugs.version}</version>
                 <configuration>
                     <xmlOutput>true</xmlOutput>
                     
<excludeFilterFile>/org/apache/commons/proxy2/findbugs-exclude-filter.xml</excludeFilterFile>

Modified: commons/proper/proxy/trunk/javassist/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/javassist/pom.xml?rev=1582269&r1=1582268&r2=1582269&view=diff
==============================================================================
--- commons/proper/proxy/trunk/javassist/pom.xml (original)
+++ commons/proper/proxy/trunk/javassist/pom.xml Thu Mar 27 11:54:12 2014
@@ -59,6 +59,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
+                <version>${pmd.version}</version>
                 <configuration>
                     <!--rulesets>
                         <ruleset>/org/apache/commons/proxy2/pmd.xml</ruleset>
@@ -76,6 +77,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
+                <version>${findbugs.version}</version>
                 <configuration>
                     <xmlOutput>true</xmlOutput>
                     
<excludeFilterFile>/org/apache/commons/proxy2/findbugs-exclude-filter.xml</excludeFilterFile>

Modified: commons/proper/proxy/trunk/jdk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/jdk/pom.xml?rev=1582269&r1=1582268&r2=1582269&view=diff
==============================================================================
--- commons/proper/proxy/trunk/jdk/pom.xml (original)
+++ commons/proper/proxy/trunk/jdk/pom.xml Thu Mar 27 11:54:12 2014
@@ -55,6 +55,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
+                <version>${pmd.version}</version>
                 <configuration>
                     <!--rulesets>
                         <ruleset>/org/apache/commons/proxy2/pmd.xml</ruleset>
@@ -72,6 +73,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
+                <version>${findbugs.version}</version>
                 <configuration>
                     <xmlOutput>true</xmlOutput>
                     
<excludeFilterFile>/org/apache/commons/proxy2/findbugs-exclude-filter.xml</excludeFilterFile>

Modified: commons/proper/proxy/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=1582269&r1=1582268&r2=1582269&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Thu Mar 27 11:54:12 2014
@@ -52,6 +52,9 @@
     <asm.version>4.2</asm.version>
     <ant.version>1.9.3</ant.version>
     <checkstyle.version>2.11</checkstyle.version>
+    <!-- Unfortunately reporting sections ignore pluginManagement settings, so 
define the versions here -->
+    <pmd.version>3.0.1</pmd.version>
+    <findbugs.version>2.5.3</findbugs.version>
   </properties>
 
   <developers>
@@ -297,7 +300,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>${pmd.version}</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -307,7 +310,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>${findbugs.version}</version>
         </plugin>
       </plugins>
     </pluginManagement>


Reply via email to