You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2011/12/21 22:40:02 UTC

svn commit: r1221895 - /axis/axis2/java/sandesha/trunk/pom.xml

Author: veithen
Date: Wed Dec 21 21:40:02 2011
New Revision: 1221895

URL: http://svn.apache.org/viewvc?rev=1221895&view=rev
Log:
Updated maven-surefire-plugin to version 2.11 so that it recognizes the skipTests option.

Modified:
    axis/axis2/java/sandesha/trunk/pom.xml

Modified: axis/axis2/java/sandesha/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1221895&r1=1221894&r2=1221895&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Wed Dec 21 21:40:02 2011
@@ -137,7 +137,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.11</version>
             </plugin>
             
             <plugin>