Author: ggregory
Date: Mon May 28 13:51:31 2012
New Revision: 1343259

URL: http://svn.apache.org/viewvc?rev=1343259&view=rev
Log:
Update to commons-parent 25.

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1343259&r1=1343258&r2=1343259&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Mon May 28 13:51:31 2012
@@ -238,17 +238,6 @@ file comparators, endian transformation 
 
   <build>
     <pluginManagement>
-      <plugins>
-        <!-- Temporarily needed until CP25 is available -->
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>clirr-maven-plugin</artifactId>
-          <version>${commons.clirr.version}</version>
-          <configuration>
-            <minSeverity>${minSeverity}</minSeverity>
-          </configuration>
-        </plugin>
-      </plugins>
     </pluginManagement>
     <plugins>
       <plugin>
@@ -265,7 +254,6 @@ file comparators, endian transformation 
           <excludes>
             <exclude>**/*AbstractTestCase*</exclude>
             <exclude>**/testtools/**</exclude>
-
             <!-- http://jira.codehaus.org/browse/SUREFIRE-44 -->
             <exclude>**/*$*</exclude>
           </excludes>


Reply via email to