You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sy...@apache.org on 2015/10/30 17:54:13 UTC

[14/17] hbase git commit: HBASE-14722 Update surefire to 2.19

HBASE-14722 Update surefire to 2.19


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bdf11be6
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bdf11be6
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/bdf11be6

Branch: refs/heads/hbase-12439
Commit: bdf11be6af046e99cff9985968903d983d7ff10f
Parents: eb4e2ee
Author: stack <st...@apache.org>
Authored: Thu Oct 29 16:53:58 2015 -0700
Committer: stack <st...@apache.org>
Committed: Thu Oct 29 16:53:58 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/bdf11be6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5bcdbc5..18eb9c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1231,7 +1231,7 @@
     <procedure.test.jar>hbase-procedure-${project.version}-tests.jar</procedure.test.jar>
     <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
     <annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
-    <surefire.version>2.18.1</surefire.version>
+    <surefire.version>2.19</surefire.version>
     <surefire.provider>surefire-junit47</surefire.provider>
     <!-- default: run small & medium, medium with 2 threads -->
     <surefire.skipFirstPart>false</surefire.skipFirstPart>