You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/06/15 16:23:03 UTC

[cxf] branch 3.5.x-fixes updated: Update maven-surefire plugin to 3.0.0-M7 (#955)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new da9b167cd2 Update maven-surefire plugin to 3.0.0-M7 (#955)
da9b167cd2 is described below

commit da9b167cd2c4c988e31f1b8e3f4f9ab06b5708dd
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jun 15 08:36:56 2022 -0400

    Update maven-surefire plugin to 3.0.0-M7 (#955)
    
    (cherry picked from commit 5f121cd182fd6f3e22c4f52c5f26356d259951fa)
    (cherry picked from commit d4007b4b423e9f875e1a9bc923e96caf448af3b3)
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 pom.xml                                       | 2 +-
 systests/microprofile/client/weld/pom.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index d49c499fc5..be460671fd 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -217,7 +217,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>3.0.0-M5</version>
+                    <version>3.0.0-M7</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/pom.xml b/pom.xml
index aa05993d00..2bf8c78812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -476,7 +476,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>3.0.0-M5</version>
+                    <version>3.0.0-M7</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
diff --git a/systests/microprofile/client/weld/pom.xml b/systests/microprofile/client/weld/pom.xml
index df0ce28785..16d4492d0c 100644
--- a/systests/microprofile/client/weld/pom.xml
+++ b/systests/microprofile/client/weld/pom.xml
@@ -147,7 +147,7 @@
                     <dependency>
                         <groupId>org.apache.maven.surefire</groupId>
                         <artifactId>surefire-testng</artifactId>
-                        <version>3.0.0-M5</version>
+                        <version>3.0.0-M7</version>
                     </dependency>
                 </dependencies>
             </plugin>