You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2021/02/10 07:37:11 UTC

[ignite-extensions] branch master updated: IGNITE-14150 Updates version of surefire plugin to 3.0.0-M4. (#44)

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

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new e14cd38  IGNITE-14150 Updates version of surefire plugin to 3.0.0-M4. (#44)
e14cd38 is described below

commit e14cd380b20aa0b0089bc7b7028e3f797e7c7a43
Author: Mikhail Petrov <32...@users.noreply.github.com>
AuthorDate: Wed Feb 10 10:37:06 2021 +0300

    IGNITE-14150 Updates version of surefire plugin to 3.0.0-M4. (#44)
---
 parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c5d7525..7492556 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -144,6 +144,7 @@
         <zookeeper.version>3.5.5</zookeeper.version>
         <zstd.version>1.3.7-2</zstd.version>
         <opencensus.version>0.22.0</opencensus.version>
+        <surefire.version>3.0.0-M4</surefire.version>
 
         <!-- Maven plugins versions -->
         <maven.javadoc.plugin.version>2.10.4</maven.javadoc.plugin.version>
@@ -473,7 +474,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>3.0.0-M3</version>
+                <version>${surefire.version}</version>
                 <configuration>
                     <forkCount>0</forkCount>
                 </configuration>
@@ -881,7 +882,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
-                        <version>3.0.0-M3</version>
+                        <version>${surefire.version}</version>
                         <configuration>
                             <forkCount>1</forkCount>
                         </configuration>