This is an automated email from the ASF dual-hosted git repository.
siyao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 842177d7d0 HDDS-6932. [Multi-Tenant] Move Ranger plugin version to a
separate tag (#3537)
842177d7d0 is described below
commit 842177d7d00d230b178344ee79cc6ef0da472d54
Author: Siyao Meng <[email protected]>
AuthorDate: Wed Jun 22 23:47:18 2022 +0000
HDDS-6932. [Multi-Tenant] Move Ranger plugin version to a separate tag
(#3537)
---
hadoop-ozone/ozone-manager/pom.xml | 2 +-
pom.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/hadoop-ozone/ozone-manager/pom.xml
b/hadoop-ozone/ozone-manager/pom.xml
index 55b426e48e..8f02772f91 100644
--- a/hadoop-ozone/ozone-manager/pom.xml
+++ b/hadoop-ozone/ozone-manager/pom.xml
@@ -163,7 +163,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-intg</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>${ranger.version}</version>
<scope>compile</scope>
<!-- Workaround to prevent slf4j binding conflicts until ranger-intg is
fixed to not introduce this to the classpath -->
diff --git a/pom.xml b/pom.xml
index 26b7bd826c..d704b72c59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<!-- Apache Ratis thirdparty version -->
<ratis.thirdparty.version>1.0.0</ratis.thirdparty.version>
+ <!-- Apache Ranger plugin version -->
+ <ranger.version>3.0.0-SNAPSHOT</ranger.version>
+
<distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
<distMgmtSnapshotsName>Apache Development Snapshot
Repository</distMgmtSnapshotsName>
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]