You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/04/07 03:35:56 UTC

[hbase] branch branch-2 updated: HBASE-26929 Upgrade surefire plugin to 3.0.0-M6 (#4319)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 28acbc1c9c4 HBASE-26929 Upgrade surefire plugin to 3.0.0-M6 (#4319)
28acbc1c9c4 is described below

commit 28acbc1c9c460215be95c003dd2f59eca757e838
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Apr 7 11:29:27 2022 +0800

    HBASE-26929 Upgrade surefire plugin to 3.0.0-M6 (#4319)
    
    Signed-off-by: Peter Somogyi <ps...@apache.org>
    Signed-off-by: Nick Dimiduk <nd...@apache.org>
    (cherry picked from commit c791c8181aacadd0fb4678d73b30bc9688c462a2)
---
 dev-support/hbase-personality.sh | 2 +-
 pom.xml                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 835f969da52..b1c9bbbabc9 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -500,7 +500,7 @@ function shadedjars_rebuild
 
   local -a maven_args=('clean' 'verify' '-fae' '--batch-mode'
     '-pl' 'hbase-shaded/hbase-shaded-check-invariants' '-am'
-    '-Dtest=NoUnitTests' '-DHBasePatchProcess' '-Prelease'
+    '-DskipTests' '-DHBasePatchProcess' '-Prelease'
     '-Dmaven.javadoc.skip=true' '-Dcheckstyle.skip=true' '-Dspotbugs.skip=true')
   # If we have HADOOP_PROFILE specified and we're on branch-2.x, pass along
   # the hadoop.profile system property. Ensures that Hadoop2 and Hadoop3
diff --git a/pom.xml b/pom.xml
index b290b2c9400..69b2fa7fb24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -627,7 +627,7 @@
     <findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
     <spotbugs.version>4.2.2</spotbugs.version>
     <spotbugs.maven.version>4.2.0</spotbugs.maven.version>
-    <surefire.version>3.0.0-M4</surefire.version>
+    <surefire.version>3.0.0-M6</surefire.version>
     <wagon.ssh.version>2.12</wagon.ssh.version>
     <xml.maven.version>1.0.1</xml.maven.version>
     <spotless.version>2.21.0</spotless.version>