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 2011/10/24 21:38:38 UTC

svn commit: r1188331 - /commons/proper/ognl/trunk/pom.xml

Author: simonetripodi
Date: Mon Oct 24 19:38:38 2011
New Revision: 1188331

URL: http://svn.apache.org/viewvc?rev=1188331&view=rev
Log:
managed the surefire-plugin

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

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1188331&r1=1188330&r2=1188331&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Mon Oct 24 19:38:38 2011
@@ -224,9 +224,7 @@ limitations under the License.
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.8.1</version>
         <configuration>
           <excludes>
             <exclude>**/OgnlTestCase.java</exclude>
@@ -292,6 +290,12 @@ limitations under the License.
           <artifactId>maven-idea-plugin</artifactId>
           <version>2.2</version>
         </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.10</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>
@@ -463,7 +467,6 @@ limitations under the License.
           </plugin>
 
           <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <systemPropertyVariables>