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:06 UTC

[maven-surefire] branch latest-failsafe created (now 2cb62d6)

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

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


      at 2cb62d6  Use the latest release version of failsafe in ITs

This branch includes the following new commits:

     new 2cb62d6  Use the latest release version of failsafe in ITs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by sj...@apache.org.
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>