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/09/15 04:34:54 UTC

hbase git commit: HBASE-14428 Upgrade our surefire-plugin from 2.18 to 2.18.1

Repository: hbase
Updated Branches:
  refs/heads/branch-1 233c1ee87 -> dedd9d8dd


HBASE-14428 Upgrade our surefire-plugin from 2.18 to 2.18.1


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

Branch: refs/heads/branch-1
Commit: dedd9d8dd4d61be7e9b99f1eb8c341466ae81849
Parents: 233c1ee
Author: stack <st...@apache.org>
Authored: Mon Sep 14 19:34:18 2015 -0700
Committer: stack <st...@apache.org>
Committed: Mon Sep 14 19:34:46 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/dedd9d8d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 326aa90..6e64cd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1201,7 +1201,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</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>