Author: veithen Date: Wed Feb 6 21:24:32 2013 New Revision: 1443222 URL: http://svn.apache.org/viewvc?rev=1443222&view=rev Log: Updated the surefire plugin to the latest version to avoid a bug that causes some status messages to be dropped (as pointed out in AXIS2-5417).
Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1443222&r1=1443221&r2=1443222&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Wed Feb 6 21:24:32 2013 @@ -1079,7 +1079,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.3</version> + <version>2.13</version> </plugin> <plugin> <artifactId>maven-war-plugin</artifactId>