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

hbase git commit: Revert "HBASE-14722 Update surefire to 2.19"

Repository: hbase
Updated Branches:
  refs/heads/branch-1 3bdfa782f -> c48d16ae2


Revert "HBASE-14722 Update surefire to 2.19"

This reverts commit f39fea0755d30a3e363ca02015dfd92f624ff5ff.


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

Branch: refs/heads/branch-1
Commit: c48d16ae2b4e8884a5af39b08080f27a2c03159b
Parents: 3bdfa78
Author: stack <st...@apache.org>
Authored: Fri Oct 30 15:16:55 2015 -0700
Committer: stack <st...@apache.org>
Committed: Fri Oct 30 15:16:55 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/c48d16ae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f5502f..ba542ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1174,7 +1174,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>