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 14:02:34 UTC

[hbase] branch branch-2.1 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.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 2645ef5  HBASE-22927 Upgrade Mockito version for jdk11 - ADDENDUM (#643)
2645ef5 is described below

commit 2645ef5e59239bdf1e264e28a596112247f7f30c
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 845cc2c..b0aa10e 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>