This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 5f121cd182 Update maven-surefire plugin to 3.0.0-M7 (#955)
5f121cd182 is described below
commit 5f121cd182fd6f3e22c4f52c5f26356d259951fa
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Jun 15 08:36:56 2022 -0400
Update maven-surefire plugin to 3.0.0-M7 (#955)
---
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 61c460e18e..b610cd41b9 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 eb31808a54..f26ac4f6a5 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-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 690fb17abf..48df2568da 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>