git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1400224 13f79535-47bb-0310-9956-ffa450edef68
@@ -23,6 +23,8 @@ Release 0.23.5 - UNRELEASED
HADOOP-8930. Cumulative code coverage calculation (Andrey Klochkov via
bobby)
+ HADOOP-8889. Upgrade to Surefire 2.12.3 (todd)
+
OPTIMIZATIONS
HADOOP-8819. Incorrectly & is used instead of && in some file system
@@ -674,7 +674,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.10</version>
+ <version>2.12.3</version>
</plugin>