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/02/19 13:28:24 UTC

[hbase-connectors] branch master updated: HBASE-21931 Bump surefire version

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-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cf301a  HBASE-21931 Bump surefire version
1cf301a is described below

commit 1cf301a7b88e1913b79cda0447ac024c6c027a88
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Tue Feb 19 10:15:49 2019 +0100

    HBASE-21931 Bump surefire version
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 9143206..e032475 100755
--- a/pom.xml
+++ b/pom.xml
@@ -128,6 +128,7 @@
     <slf4j.version>1.7.25</slf4j.version>
     <checkstyle.version>8.11</checkstyle.version>
     <maven.checkstyle.version>3.0.0</maven.checkstyle.version>
+    <surefire.version>3.0.0-M3</surefire.version>
     <!--Internally we use a different version of protobuf. See hbase-protocol-shaded-->
     <external.protobuf.version>2.5.0</external.protobuf.version>
     <protobuf.plugin.version>0.5.0</protobuf.plugin.version>