Repository: cxf
Updated Branches:
  refs/heads/master 18418ec34 -> e3b77cc71


Update maven-surefire-plugin and maven-failsafe-plugin


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

Branch: refs/heads/master
Commit: e3b77cc7100f304dcf8d5e29bce78c800c4d4cd1
Parents: 18418ec
Author: Dennis Kieselhorst <[email protected]>
Authored: Fri May 26 15:43:30 2017 +0200
Committer: Dennis Kieselhorst <[email protected]>
Committed: Fri May 26 15:43:30 2017 +0200

----------------------------------------------------------------------
 distribution/src/main/release/samples/aegis/pom.xml            | 2 +-
 .../src/main/release/samples/jax_rs/minimal_osgi/pom.xml       | 2 +-
 .../src/main/resources/archetype-resources/pom.xml             | 2 +-
 parent/pom.xml                                                 | 1 -
 pom.xml                                                        | 6 ++----
 systests/container-integration/jetty6/pom.xml                  | 2 +-
 6 files changed, 6 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/distribution/src/main/release/samples/aegis/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/aegis/pom.xml 
b/distribution/src/main/release/samples/aegis/pom.xml
index ae46255..f89b868 100644
--- a/distribution/src/main/release/samples/aegis/pom.xml
+++ b/distribution/src/main/release/samples/aegis/pom.xml
@@ -34,7 +34,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.5</version>
+                <version>2.20</version>
                 <configuration>
                     <forkMode>always</forkMode>
                 </configuration>

http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml 
b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
index 3fb513d..84a187f 100644
--- a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
@@ -119,7 +119,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.10</version>
+                <version>2.20</version>
                 <configuration>
                     <skipTests>true</skipTests>
                 </configuration>

http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/maven-plugins/archetypes/cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/maven-plugins/archetypes/cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml
 
b/maven-plugins/archetypes/cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml
index 01332ce..747ae0f 100644
--- 
a/maven-plugins/archetypes/cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml
+++ 
b/maven-plugins/archetypes/cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml
@@ -141,7 +141,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
-                <version>2.8.1</version>
+                <version>2.20</version>
                 <executions>
                     <execution>
                         <id>integration-test</id>

http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 5103557..c791c63 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2314,7 +2314,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-report-plugin</artifactId>
-                        <version>2.18</version>
                     </plugin>
                 </plugins>
             </build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 01971ff..dd0ae50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,9 +474,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <!-- The current 2.19 versions (Including 2.19.1) seem to 
be broken.
-                         See 
http://maven.40175.n5.nabble.com/surefire-forked-vm-failed-td5858900.html -->
-                    <version>2.18.1</version>
+                    <version>2.20</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -554,7 +552,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.19.1</version>
+                    <version>2.20</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/systests/container-integration/jetty6/pom.xml
----------------------------------------------------------------------
diff --git a/systests/container-integration/jetty6/pom.xml 
b/systests/container-integration/jetty6/pom.xml
index 2b66a57..4e3d184 100644
--- a/systests/container-integration/jetty6/pom.xml
+++ b/systests/container-integration/jetty6/pom.xml
@@ -74,7 +74,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
-                <version>2.5</version>
+                <version>2.20</version>
                 <executions>
                     <execution>
                         <id>integration-test</id>

Reply via email to