You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/09/19 13:47:32 UTC

[hbase] branch branch-2 updated: HBASE-22927 Upgrade Mockito version for jdk11 - ADDENDUM (#643)

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

psomogyi 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 3bcd7c2  HBASE-22927 Upgrade Mockito version for jdk11 - ADDENDUM (#643)
3bcd7c2 is described below

commit 3bcd7c2f3bef458dac9efaafd73648fb08be97b0
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Thu Sep 19 15:39:50 2019 +0200

    HBASE-22927 Upgrade Mockito version for jdk11 - ADDENDUM (#643)
    
    Use correct version for extra-enforcer-rules
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
index 869b727..c36b3d1 100644
--- a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
@@ -81,7 +81,7 @@
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.0-beta-6</version>
+            <version>${extra.enforcer.version}</version>
           </dependency>
         </dependencies>
         <executions>