You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/11 19:52:07 UTC

[maven-surefire] 01/01: Use the latest release version of failsafe in ITs

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

sjaranowski pushed a commit to branch latest-failsafe
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 2cb62d666f06972cc3b41e81afd1d0e4319ab419
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Jan 11 20:50:02 2022 +0100

    Use the latest release version of failsafe in ITs
---
 surefire-its/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml
index 307d7de..3f9213e 100644
--- a/surefire-its/pom.xml
+++ b/surefire-its/pom.xml
@@ -765,7 +765,7 @@
                     </plugin>
                     <plugin>
                         <artifactId>maven-failsafe-plugin</artifactId>
-                        <version>3.0.0-M4</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
+                        <version>3.0.0-M5</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
                         <configuration>
                             <skipTests>${skipTests}</skipTests>
                             <runOrder>alphabetical</runOrder>
@@ -798,7 +798,7 @@
                             <dependency>
                                 <groupId>org.apache.maven.surefire</groupId>
                                 <artifactId>surefire-junit47</artifactId>
-                                <version>3.0.0-M4</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
+                                <version>3.0.0-M5</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
                             </dependency>
                         </dependencies>
                         <executions>