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/16 17:38:32 UTC

[cxf] 03/04: 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.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 8d24c4bdaf8d5eea2f544a5fd289e7817497ef33
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)
---
 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 e09e98e064..efcb57d626 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 26794a0ba0..093acf2f5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -477,7 +477,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>
@@ -547,7 +547,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>