You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2022/02/28 09:26:30 UTC

[hbase] branch branch-2.5 updated: HBASE-26663 Upgrade Maven Enforcer Plugin

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

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


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 57d547d  HBASE-26663 Upgrade Maven Enforcer Plugin
57d547d is described below

commit 57d547dca08e667f558c0b744c2271696bac1022
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Wed Feb 23 10:33:03 2022 +0100

    HBASE-26663 Upgrade Maven Enforcer Plugin
    
    The upgrade is to get the fix in MENFORCER-336, making beanshell evaluation safe for use with `mvn
    -T`. Also upgrade extra-enforcer-rules to 1.5.1, as per experience with HBASE-26664.
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef44582..daaf9dc 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1632,8 +1632,8 @@
     <!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
     <argLine>${hbase-surefire.argLine}</argLine>
     <jacoco.version>0.7.5.201505241946</jacoco.version>
-    <extra.enforcer.version>1.3</extra.enforcer.version>
-    <enforcer.version>3.0.0-M3</enforcer.version>
+    <extra.enforcer.version>1.5.1</extra.enforcer.version>
+    <enforcer.version>3.0.0</enforcer.version>
     <restrict-imports.enforcer.version>0.14.0</restrict-imports.enforcer.version>
     <!-- Location of test resources -->
     <test.build.classes>${project.build.directory}/test-classes</test.build.classes>