Repository: cxf
Updated Branches:
  refs/heads/master daf48cacd -> 61eadf526


Revert Update maven-surefire-plugin until SUREFIRE-1302 is fixed


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/61eadf52
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/61eadf52
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/61eadf52

Branch: refs/heads/master
Commit: 61eadf5265cbcf47c8b2d5a6d6235eb2f621b456
Parents: daf48ca
Author: Dennis Kieselhorst <d...@apache.org>
Authored: Fri May 26 15:43:30 2017 +0200
Committer: Dennis Kieselhorst <d...@apache.org>
Committed: Mon May 29 16:37:15 2017 +0200

----------------------------------------------------------------------
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/61eadf52/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f32093b..d286294 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,7 +474,10 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.20</version>
+                    <!-- The current 2.19, 2.19.1 and 2.20 versions are broken.
+                         Wait for 
https://issues.apache.org/jira/browse/SUREFIRE-1302 to be fixed.
+                         See also 
http://maven.40175.n5.nabble.com/surefire-forked-vm-failed-td5858900.html -->
+                    <version>2.18.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to