You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/12/23 14:08:01 UTC

[hbase] branch branch-2.2 updated: HBASE-23320 Upgrade surefire plugin to 3.0.0-M4

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

psomogyi pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 58683cf  HBASE-23320 Upgrade surefire plugin to 3.0.0-M4
58683cf is described below

commit 58683cf804d8dcfb5f43a95317b952bfc7a791cb
Author: ravowlga123 <ra...@gmail.com>
AuthorDate: Tue Nov 19 12:45:06 2019 +0100

    HBASE-23320 Upgrade surefire plugin to 3.0.0-M4
    
    Signed-off-by: Peter Somogyi <ps...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b51f2d1..ea985be 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1443,7 +1443,7 @@
     <maven.warbucks.version>1.1.0</maven.warbucks.version>
     <os.maven.version>1.5.0.Final</os.maven.version>
     <spotbugs.version>3.1.11</spotbugs.version>
-    <surefire.version>2.22.2</surefire.version>
+    <surefire.version>3.0.0-M4</surefire.version>
     <wagon.ssh.version>2.12</wagon.ssh.version>
     <xml.maven.version>1.0.1</xml.maven.version>
     <hbase-thirdparty.version>2.2.1</hbase-thirdparty.version>