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/31 06:51:38 UTC

[2/4] hbase git commit: Revert "HBASE-14722 Update surefire to 2.19"

Revert "HBASE-14722 Update surefire to 2.19"

This reverts commit bdf11be6af046e99cff9985968903d983d7ff10f.


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

Branch: refs/heads/hbase-12439
Commit: c6d3dcdea33efa4fa745b323f6ff46b8b0711309
Parents: ec651bf
Author: stack <st...@apache.org>
Authored: Fri Oct 30 15:16:31 2015 -0700
Committer: stack <st...@apache.org>
Committed: Fri Oct 30 15:16:31 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/c6d3dcde/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 18eb9c4..5bcdbc5 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.19</surefire.version>
+    <surefire.version>2.18.1</surefire.version>
     <surefire.provider>surefire-junit47</surefire.provider>
     <!-- default: run small & medium, medium with 2 threads -->
     <surefire.skipFirstPart>false</surefire.skipFirstPart>