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

[hbase] branch branch-2.1 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.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit b08dfea4cec701ee0578f28fce3107139d541519
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 5e65d86..29857a8 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1444,7 +1444,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.1.0</hbase-thirdparty.version>