You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/03/13 10:31:34 UTC

svn commit: r1300022 - /commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml

Author: simonetripodi
Date: Tue Mar 13 09:31:33 2012
New Revision: 1300022

URL: http://svn.apache.org/viewvc?rev=1300022&view=rev
Log:
updated parent pom to 24

Modified:
    commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml

Modified: commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml?rev=1300022&r1=1300021&r2=1300022&view=diff
==============================================================================
--- commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml (original)
+++ commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml Tue Mar 13 09:31:33 2012
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>23</version>
+    <version>24</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
@@ -146,16 +146,6 @@
       </testResource>
     </testResources>
 
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
@@ -169,21 +159,6 @@
       </plugin>
 
       <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/*$*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.1</version>
-      </plugin>
-
-      <plugin>
         <groupId>org.sonatype.plugins</groupId>
         <artifactId>jarjar-maven-plugin</artifactId>
         <version>1.5</version>
@@ -259,11 +234,6 @@
         </configuration>
         <!--Use default rules-->
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.1</version>
-      </plugin>
     </plugins>
   </reporting>