You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/07/31 14:46:14 UTC

svn commit: r1367520 - /commons/proper/pool/branches/POOL_1_X/pom.xml

Author: ggregory
Date: Tue Jul 31 12:46:14 2012
New Revision: 1367520

URL: http://svn.apache.org/viewvc?rev=1367520&view=rev
Log:
Update plugin:
maven-changes-plugin 2.6 to 2.7.1
clirr-maven-plugin 2.3 to 2.4
maven-checkstyle-plugin 2.9 to 2.9.1
findbugs-maven-plugin 2.3.3 to 2.5.1
maven-pmd-plugin 2.7 to 2.7.1

Modified:
    commons/proper/pool/branches/POOL_1_X/pom.xml

Modified: commons/proper/pool/branches/POOL_1_X/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/pom.xml?rev=1367520&r1=1367519&r2=1367520&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/pom.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/pom.xml Tue Jul 31 12:46:14 2012
@@ -233,7 +233,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.7.1</version>
           <configuration>
             <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
             <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
@@ -251,7 +251,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.4</version>
           <configuration>
             <comparisonVersion>1.5.7</comparisonVersion>
             <minSeverity>info</minSeverity>
@@ -260,7 +260,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.9</version>
+          <version>2.9.1</version>
           <configuration>
             <configLocation>${basedir}/checkstyle.xml</configLocation>
             <enableRulesSummary>false</enableRulesSummary>
@@ -270,7 +270,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.3.3</version>
+          <version>2.5.1</version>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>
@@ -285,7 +285,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>2.7</version>
+          <version>2.7.1</version>
           <configuration>
             <targetJdk>1.5</targetJdk>
           </configuration>