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

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


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

commit 0bdbea856aad38d19efae8cbad227f639d923ecb
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 0fb4280..407ed73 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>