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/07 09:58:20 UTC

svn commit: r1297893 - /commons/proper/chain/trunk/pom.xml

Author: simonetripodi
Date: Wed Mar  7 08:58:20 2012
New Revision: 1297893

URL: http://svn.apache.org/viewvc?rev=1297893&view=rev
Log:
reused surefire settings provided by the parent

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

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1297893&r1=1297892&r2=1297893&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Wed Mar  7 08:58:20 2012
@@ -123,7 +123,7 @@
     <commons.osgi.import>!javax.portlet,*</commons.osgi.import>
     <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
 
-    <surefire.version>2.12</surefire.version>
+    <commons.surefire.version>2.12</commons.surefire.version>
   </properties>
 
   <dependencyManagement>
@@ -171,12 +171,6 @@
           </execution>
         </executions>
       </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>${surefire.version}</version>
-      </plugin>
     </plugins>
   </build>
 
@@ -202,7 +196,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>${surefire.version}</version>
+        <version>${commons.surefire.version}</version>
         <configuration>
           <aggregate>true</aggregate>
         </configuration>