You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/07/17 17:59:08 UTC

[75/94] [abbrv] hbase git commit: HBASE-18364 Downgrade surefire to 2.19.1 because it broke package wildcards

HBASE-18364 Downgrade surefire to 2.19.1 because it broke package wildcards


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

Branch: refs/heads/HBASE-14070.HLC
Commit: 1800580a8ad313ffeb185d3110e426bde027f180
Parents: cb5299a
Author: Josh Elser <el...@apache.org>
Authored: Tue Jul 11 15:55:42 2017 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Wed Jul 12 11:34:34 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/1800580a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a554fd..708cece 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1434,7 +1434,7 @@
     <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
     <annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
     <rsgroup.test.jar>hbase-rsgroup-${project.version}-tests.jar</rsgroup.test.jar>
-    <surefire.version>2.20</surefire.version>
+    <surefire.version>2.19.1</surefire.version>
     <surefire.provider>surefire-junit47</surefire.provider>
     <!-- default: run small & medium, medium with 2 threads -->
     <surefire.skipFirstPart>false</surefire.skipFirstPart>