This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new cdf955e HBASE-22554 Upgrade to surefire 2.22.2
cdf955e is described below
commit cdf955e049d6dd851699f762628f2fd2fb073008
Author: Peter Somogyi <[email protected]>
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 2bfa2f6..381cd92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1325,7 +1325,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>