This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new aab70b5 HBASE-22554 Upgrade to surefire 2.22.2
aab70b5 is described below
commit aab70b59664abd57ae625014ab680fc985ed3cfc
Author: Peter Somogyi <[email protected]>
AuthorDate: Sun Jun 9 08:22:19 2019 +0200
HBASE-22554 Upgrade to surefire 2.22.2
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 9281e58..51052af 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1506,6 +1506,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>
<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>