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/06/09 12:37:28 UTC

[hbase] branch branch-1.4 updated: HBASE-22554 Upgrade to surefire 2.22.2

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

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


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 08cf0d1  HBASE-22554 Upgrade to surefire 2.22.2
08cf0d1 is described below

commit 08cf0d1551a1a27d94fdf4763240552ea642ea53
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Sun Jun 9 08:22:19 2019 +0200

    HBASE-22554 Upgrade to surefire 2.22.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6b13ee6..a3a7fe3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1334,7 +1334,7 @@
     <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
     <annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
     <shell-executable>bash</shell-executable>
-    <surefire.version>2.20.1</surefire.version>
+    <surefire.version>2.22.2</surefire.version>
     <surefire.provider>surefire-junit47</surefire.provider>
     <!-- default: run small & medium, medium with 2 threads -->
     <surefire.skipFirstPart>false</surefire.skipFirstPart>