You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by il...@apache.org on 2021/04/30 09:16:17 UTC

[ignite] branch ignite-14665 created (now da77655)

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

ilyak pushed a change to branch ignite-14665
in repository https://gitbox.apache.org/repos/asf/ignite.git.


      at da77655  IGNITE-14665 Use parent version of surefire - Fixes #9062.

This branch includes the following new commits:

     new da77655  IGNITE-14665 Use parent version of surefire - Fixes #9062.

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.


[ignite] 01/01: IGNITE-14665 Use parent version of surefire - Fixes #9062.

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilyak pushed a commit to branch ignite-14665
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit da776554ae23232bbd3a78c8e9505e8068c1ffe8
Author: Maksim Timonin <ti...@gmail.com>
AuthorDate: Fri Apr 30 12:15:24 2021 +0300

    IGNITE-14665 Use parent version of surefire - Fixes #9062.
    
    Signed-off-by: Ilya Kasnacheev <il...@gmail.com>
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a77c1c0..6cdfc2e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1019,7 +1019,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
-                        <version>3.0.0-M3</version>
                         <configuration>
                             <forkCount>1</forkCount>
                         </configuration>