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:29 UTC

[2/2] hbase git commit: HBASE-14428 Upgrade our surefire-plugin from 2.18 to 2.18.1

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/2c150fbb
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2c150fbb
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2c150fbb

Branch: refs/heads/master
Commit: 2c150fbbcb1682d77381956212f9e11ffaea9fa1
Parents: 87cc087
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:18 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/2c150fbb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f23b163..de1f5e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1276,7 +1276,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>