This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 6b3101f HBASE-22554 Upgrade to surefire 2.22.2
6b3101f is described below
commit 6b3101fd5a73b552da514ef33188319c87e8e463
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 257d818..f17ce23 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1449,6 +1449,7 @@
<os.maven.version>1.5.0.Final</os.maven.version>
<plexus.errorprone.javac.version>2.8.2</plexus.errorprone.javac.version>
<spotbugs.version>3.1.0-RC3</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.1.0</hbase-thirdparty.version>