This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new 556dc85 HBASE-22927 Upgrade Mockito version for jdk11 - ADDENDUM
(#643)
556dc85 is described below
commit 556dc85ce8929d65f18367f0edf93262040c601b
Author: Peter Somogyi <[email protected]>
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 <[email protected]>
---
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 36f3707..4d1895b 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>