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 2023/01/17 13:33:00 UTC

[cxf] 02/06: Update maven-surefire-plugin to 3.0.0-M8 (#1068)

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

commit 19fbed8a77a99646b58927c53c8e21057881370f
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Jan 16 07:34:10 2023 -0500

    Update maven-surefire-plugin to 3.0.0-M8 (#1068)
    
    (cherry picked from commit 88e8ec843c77ce0d556b850a8751308b9b746419)
    (cherry picked from commit 8d24c4bdaf8d5eea2f544a5fd289e7817497ef33)
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 pom.xml                                       | 4 ++--
 2 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 8df369263f..a3998af3cb 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-M7</version>
+                    <version>3.0.0-M8</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/pom.xml b/pom.xml
index cb51a58096..ef9383b891 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-M7</version>
+                    <version>3.0.0-M8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -546,7 +546,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>3.0.0-M7</version>
+                    <version>3.0.0-M8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>