You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/02/05 15:56:25 UTC

[ignite] branch ignite-11213 updated: IGNITE-11213 Fix for suites failed because of maven-surefire-plugin NPE for Java 11 build

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

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


The following commit(s) were added to refs/heads/ignite-11213 by this push:
     new 6fe36c1  IGNITE-11213 Fix for suites failed because of maven-surefire-plugin NPE for Java 11 build
6fe36c1 is described below

commit 6fe36c1ea85077ffded27d8858f6c5bef53371fb
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Tue Feb 5 18:56:14 2019 +0300

    IGNITE-11213 Fix for suites failed because of maven-surefire-plugin NPE for Java 11 build
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cbfa851..d8b6b75 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -625,7 +625,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.20.1</version>
+                <version>3.0.0-M3</version>
                 <configuration>
                     <forkCount>0</forkCount>
                 </configuration>
@@ -1010,7 +1010,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
-                        <version>2.20.1</version>
+                        <version>3.0.0-M3</version>
                         <configuration>
                             <forkCount>1</forkCount>
                         </configuration>