This is an automated email from the ASF dual-hosted git repository.
abhi pushed a commit to branch ranger-2.7
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.7 by this push:
new 7ad06dc3c RANGER-5253: Updated version from 2.7.0-SNAPSHOT to 2.7.0
7ad06dc3c is described below
commit 7ad06dc3c4c4376de1045e084153ecd775a47722
Author: Abhishek Kumar <[email protected]>
AuthorDate: Mon Jul 21 23:07:44 2025 -0700
RANGER-5253: Updated version from 2.7.0-SNAPSHOT to 2.7.0
---
agents-audit/core/pom.xml | 2 +-
agents-audit/dest-cloudwatch/pom.xml | 2 +-
agents-audit/dest-es/pom.xml | 2 +-
agents-audit/dest-hdfs/pom.xml | 2 +-
agents-audit/dest-kafka/pom.xml | 2 +-
agents-audit/dest-log4j/pom.xml | 2 +-
agents-audit/dest-solr/pom.xml | 2 +-
agents-audit/orc-util/pom.xml | 2 +-
agents-audit/pom.xml | 2 +-
agents-common/pom.xml | 2 +-
agents-cred/pom.xml | 2 +-
agents-installer/pom.xml | 2 +-
credentialbuilder/pom.xml | 2 +-
dev-support/ranger-docker/.env | 24 +++++++++++-----------
distro/pom.xml | 2 +-
docs/pom.xml | 2 +-
embeddedwebserver/pom.xml | 2 +-
hbase-agent/pom.xml | 2 +-
hdfs-agent/pom.xml | 2 +-
hive-agent/pom.xml | 2 +-
intg/pom.xml | 2 +-
intg/src/main/java/README.md | 4 ++--
jisql/pom.xml | 2 +-
kms/pom.xml | 2 +-
knox-agent/pom.xml | 2 +-
plugin-atlas/pom.xml | 2 +-
plugin-elasticsearch/pom.xml | 2 +-
plugin-kafka/pom.xml | 2 +-
plugin-kms/pom.xml | 2 +-
plugin-kudu/pom.xml | 2 +-
plugin-kylin/pom.xml | 2 +-
plugin-nestedstructure/pom.xml | 2 +-
plugin-nifi-registry/pom.xml | 2 +-
plugin-nifi/pom.xml | 2 +-
plugin-ozone/pom.xml | 2 +-
plugin-presto/pom.xml | 2 +-
plugin-schema-registry/pom.xml | 2 +-
plugin-solr/pom.xml | 2 +-
plugin-sqoop/pom.xml | 2 +-
plugin-trino/pom.xml | 2 +-
plugin-yarn/pom.xml | 2 +-
pom.xml | 2 +-
ranger-atlas-plugin-shim/pom.xml | 2 +-
ranger-authn/pom.xml | 2 +-
ranger-common-ha/pom.xml | 2 +-
ranger-elasticsearch-plugin-shim/pom.xml | 2 +-
ranger-examples/conditions-enrichers/pom.xml | 2 +-
ranger-examples/distro/pom.xml | 2 +-
ranger-examples/plugin-sampleapp/pom.xml | 2 +-
ranger-examples/pom.xml | 2 +-
ranger-examples/sample-client/pom.xml | 2 +-
ranger-examples/sampleapp/pom.xml | 2 +-
ranger-hbase-plugin-shim/pom.xml | 2 +-
ranger-hdfs-plugin-shim/pom.xml | 2 +-
ranger-hive-plugin-shim/pom.xml | 2 +-
ranger-kafka-plugin-shim/pom.xml | 2 +-
ranger-kms-plugin-shim/pom.xml | 2 +-
ranger-knox-plugin-shim/pom.xml | 2 +-
ranger-kylin-plugin-shim/pom.xml | 2 +-
ranger-metrics/pom.xml | 2 +-
ranger-ozone-plugin-shim/pom.xml | 2 +-
ranger-plugin-classloader/pom.xml | 2 +-
ranger-presto-plugin-shim/pom.xml | 2 +-
ranger-solr-plugin-shim/pom.xml | 2 +-
ranger-sqoop-plugin-shim/pom.xml | 2 +-
ranger-storm-plugin-shim/pom.xml | 2 +-
ranger-tools/pom.xml | 2 +-
ranger-trino-plugin-shim/pom.xml | 2 +-
ranger-util/pom.xml | 2 +-
ranger-yarn-plugin-shim/pom.xml | 2 +-
security-admin/pom.xml | 2 +-
storm-agent/pom.xml | 2 +-
tagsync/pom.xml | 2 +-
ugsync-util/pom.xml | 2 +-
ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml | 2 +-
ugsync/pom.xml | 2 +-
unixauthclient/pom.xml | 2 +-
unixauthnative/pom.xml | 2 +-
unixauthpam/pom.xml | 2 +-
unixauthservice/pom.xml | 2 +-
80 files changed, 92 insertions(+), 92 deletions(-)
diff --git a/agents-audit/core/pom.xml b/agents-audit/core/pom.xml
index 605c14b32..6536285e3 100644
--- a/agents-audit/core/pom.xml
+++ b/agents-audit/core/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>ranger-audit-core</artifactId>
diff --git a/agents-audit/dest-cloudwatch/pom.xml
b/agents-audit/dest-cloudwatch/pom.xml
index c9524cd03..fcf73c16f 100644
--- a/agents-audit/dest-cloudwatch/pom.xml
+++ b/agents-audit/dest-cloudwatch/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>ranger-audit-dest-cloudwatch</artifactId>
diff --git a/agents-audit/dest-es/pom.xml b/agents-audit/dest-es/pom.xml
index 84d61cc30..413492fe7 100644
--- a/agents-audit/dest-es/pom.xml
+++ b/agents-audit/dest-es/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>ranger-audit-dest-es</artifactId>
diff --git a/agents-audit/dest-hdfs/pom.xml b/agents-audit/dest-hdfs/pom.xml
index 415a015b1..8f2fdacd4 100644
--- a/agents-audit/dest-hdfs/pom.xml
+++ b/agents-audit/dest-hdfs/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>ranger-audit-dest-hdfs</artifactId>
diff --git a/agents-audit/dest-kafka/pom.xml b/agents-audit/dest-kafka/pom.xml
index df36a30fb..7973b9bda 100644
--- a/agents-audit/dest-kafka/pom.xml
+++ b/agents-audit/dest-kafka/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>ranger-audit-dest-kafka</artifactId>
diff --git a/agents-audit/dest-log4j/pom.xml b/agents-audit/dest-log4j/pom.xml
index 5ffdea059..b29cdcf93 100644
--- a/agents-audit/dest-log4j/pom.xml
+++ b/agents-audit/dest-log4j/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>ranger-audit-dest-log4j</artifactId>
diff --git a/agents-audit/dest-solr/pom.xml b/agents-audit/dest-solr/pom.xml
index 355f240b5..ab1afe924 100644
--- a/agents-audit/dest-solr/pom.xml
+++ b/agents-audit/dest-solr/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>ranger-audit-dest-solr</artifactId>
diff --git a/agents-audit/orc-util/pom.xml b/agents-audit/orc-util/pom.xml
index a30b0e2c8..f22ec4001 100644
--- a/agents-audit/orc-util/pom.xml
+++ b/agents-audit/orc-util/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>ranger-audit-orc-util</artifactId>
diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml
index a862abbbe..3fa09c797 100644
--- a/agents-audit/pom.xml
+++ b/agents-audit/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-plugins-audit</artifactId>
diff --git a/agents-common/pom.xml b/agents-common/pom.xml
index ba772275c..58ea5b5a9 100644
--- a/agents-common/pom.xml
+++ b/agents-common/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-plugins-common</artifactId>
diff --git a/agents-cred/pom.xml b/agents-cred/pom.xml
index 86a997baf..b47b55f66 100644
--- a/agents-cred/pom.xml
+++ b/agents-cred/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-plugins-cred</artifactId>
diff --git a/agents-installer/pom.xml b/agents-installer/pom.xml
index 30ba2eb70..83ff036ad 100644
--- a/agents-installer/pom.xml
+++ b/agents-installer/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-plugins-installer</artifactId>
diff --git a/credentialbuilder/pom.xml b/credentialbuilder/pom.xml
index ed8a9bc5a..263464816 100644
--- a/credentialbuilder/pom.xml
+++ b/credentialbuilder/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>credentialbuilder</artifactId>
diff --git a/dev-support/ranger-docker/.env b/dev-support/ranger-docker/.env
index 844a54d8f..4281da4e6 100644
--- a/dev-support/ranger-docker/.env
+++ b/dev-support/ranger-docker/.env
@@ -35,20 +35,20 @@ OZONE_RUNNER_IMAGE=apache/ozone-runner
OZONE_OPTS=
# versions of ranger services
-RANGER_VERSION=2.7.0-SNAPSHOT
-KMS_VERSION=2.7.0-SNAPSHOT
-USERSYNC_VERSION=2.7.0-SNAPSHOT
-TAGSYNC_VERSION=2.7.0-SNAPSHOT
+RANGER_VERSION=2.7.0
+KMS_VERSION=2.7.0
+USERSYNC_VERSION=2.7.0
+TAGSYNC_VERSION=2.7.0
# plugin versions
-HDFS_PLUGIN_VERSION=2.7.0-SNAPSHOT
-YARN_PLUGIN_VERSION=2.7.0-SNAPSHOT
-HIVE_PLUGIN_VERSION=2.7.0-SNAPSHOT
-HBASE_PLUGIN_VERSION=2.7.0-SNAPSHOT
-KAFKA_PLUGIN_VERSION=2.7.0-SNAPSHOT
-KNOX_PLUGIN_VERSION=2.7.0-SNAPSHOT
-TRINO_PLUGIN_VERSION=2.7.0-SNAPSHOT
-OZONE_PLUGIN_VERSION=2.7.0-SNAPSHOT
+HDFS_PLUGIN_VERSION=2.7.0
+YARN_PLUGIN_VERSION=2.7.0
+HIVE_PLUGIN_VERSION=2.7.0
+HBASE_PLUGIN_VERSION=2.7.0
+KAFKA_PLUGIN_VERSION=2.7.0
+KNOX_PLUGIN_VERSION=2.7.0
+TRINO_PLUGIN_VERSION=2.7.0
+OZONE_PLUGIN_VERSION=2.7.0
# To enable debug logs
DEBUG_ADMIN=false
diff --git a/distro/pom.xml b/distro/pom.xml
index 4ac4913d3..fe0ccbd1a 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/docs/pom.xml b/docs/pom.xml
index f1892be5e..7ad9f9144 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -28,7 +28,7 @@
<url>http://ranger.apache.org/</url>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ranger</groupId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<artifactId>ranger</artifactId>
<packaging>pom</packaging>
<licenses>
diff --git a/embeddedwebserver/pom.xml b/embeddedwebserver/pom.xml
index e07d95b39..9d9e62110 100644
--- a/embeddedwebserver/pom.xml
+++ b/embeddedwebserver/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>embeddedwebserver</artifactId>
diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml
index 4ce7f387f..82c15ee15 100644
--- a/hbase-agent/pom.xml
+++ b/hbase-agent/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-hbase-plugin</artifactId>
diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml
index 0298d1aa6..00e72a64e 100644
--- a/hdfs-agent/pom.xml
+++ b/hdfs-agent/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-hdfs-plugin</artifactId>
diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml
index de6f931ad..ae1f61e89 100644
--- a/hive-agent/pom.xml
+++ b/hive-agent/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-hive-plugin</artifactId>
diff --git a/intg/pom.xml b/intg/pom.xml
index f14acd1d1..46604a85d 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/intg/src/main/java/README.md b/intg/src/main/java/README.md
index 21581a30d..cfe6dd0c1 100644
--- a/intg/src/main/java/README.md
+++ b/intg/src/main/java/README.md
@@ -46,7 +46,7 @@ Add the following dependency to pom.xml
<dependency>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-intg</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<scope>compile</scope>
</dependency>
```
@@ -55,7 +55,7 @@ Add the following dependency to pom.xml
```
mvn clean package
mvn install dependency:copy-dependencies
-java -cp "target/<module name>-3.0.0-SNAPSHOT.jar:target/dependency/*"
testRanger
+java -cp "target/<module name>-2.7.0.jar:target/dependency/*" testRanger
```
```java
diff --git a/jisql/pom.xml b/jisql/pom.xml
index 89762b606..928bd1c2d 100644
--- a/jisql/pom.xml
+++ b/jisql/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>jisql</artifactId>
diff --git a/kms/pom.xml b/kms/pom.xml
index 1bbeee9b5..2779578d8 100644
--- a/kms/pom.xml
+++ b/kms/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>ranger-kms</artifactId>
<packaging>jar</packaging>
diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml
index c9faf74d2..41045d6ee 100644
--- a/knox-agent/pom.xml
+++ b/knox-agent/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-knox-plugin</artifactId>
diff --git a/plugin-atlas/pom.xml b/plugin-atlas/pom.xml
index ca4747ae6..ae6b1c9aa 100644
--- a/plugin-atlas/pom.xml
+++ b/plugin-atlas/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-atlas-plugin</artifactId>
diff --git a/plugin-elasticsearch/pom.xml b/plugin-elasticsearch/pom.xml
index ab8ec7451..84af84862 100644
--- a/plugin-elasticsearch/pom.xml
+++ b/plugin-elasticsearch/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-elasticsearch-plugin</artifactId>
diff --git a/plugin-kafka/pom.xml b/plugin-kafka/pom.xml
index 5b11913da..3721beecd 100644
--- a/plugin-kafka/pom.xml
+++ b/plugin-kafka/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-kafka-plugin</artifactId>
diff --git a/plugin-kms/pom.xml b/plugin-kms/pom.xml
index e55212e6d..97fe0b0ef 100644
--- a/plugin-kms/pom.xml
+++ b/plugin-kms/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-kms-plugin</artifactId>
diff --git a/plugin-kudu/pom.xml b/plugin-kudu/pom.xml
index dd166330a..95fb72b7a 100644
--- a/plugin-kudu/pom.xml
+++ b/plugin-kudu/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-kudu-plugin</artifactId>
diff --git a/plugin-kylin/pom.xml b/plugin-kylin/pom.xml
index 499478bb0..797a74052 100644
--- a/plugin-kylin/pom.xml
+++ b/plugin-kylin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-kylin-plugin</artifactId>
diff --git a/plugin-nestedstructure/pom.xml b/plugin-nestedstructure/pom.xml
index 81d40efa7..b266888aa 100644
--- a/plugin-nestedstructure/pom.xml
+++ b/plugin-nestedstructure/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>ranger-nestedstructure-plugin</artifactId>
diff --git a/plugin-nifi-registry/pom.xml b/plugin-nifi-registry/pom.xml
index a51d6fb06..c249b99dd 100644
--- a/plugin-nifi-registry/pom.xml
+++ b/plugin-nifi-registry/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-nifi-registry-plugin</artifactId>
diff --git a/plugin-nifi/pom.xml b/plugin-nifi/pom.xml
index b7095248f..5307fd3a2 100644
--- a/plugin-nifi/pom.xml
+++ b/plugin-nifi/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-nifi-plugin</artifactId>
diff --git a/plugin-ozone/pom.xml b/plugin-ozone/pom.xml
index 85a2fad0c..16107dcb2 100644
--- a/plugin-ozone/pom.xml
+++ b/plugin-ozone/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-ozone-plugin</artifactId>
diff --git a/plugin-presto/pom.xml b/plugin-presto/pom.xml
index 585c18628..e799e040b 100644
--- a/plugin-presto/pom.xml
+++ b/plugin-presto/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-presto-plugin</artifactId>
diff --git a/plugin-schema-registry/pom.xml b/plugin-schema-registry/pom.xml
index 2f1950b1b..9e34ce3ea 100644
--- a/plugin-schema-registry/pom.xml
+++ b/plugin-schema-registry/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-schema-registry-plugin</artifactId>
diff --git a/plugin-solr/pom.xml b/plugin-solr/pom.xml
index 1b745e97f..bf4959c61 100644
--- a/plugin-solr/pom.xml
+++ b/plugin-solr/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-solr-plugin</artifactId>
diff --git a/plugin-sqoop/pom.xml b/plugin-sqoop/pom.xml
index 560bf8e3b..6735eda07 100644
--- a/plugin-sqoop/pom.xml
+++ b/plugin-sqoop/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-sqoop-plugin</artifactId>
diff --git a/plugin-trino/pom.xml b/plugin-trino/pom.xml
index b34f14bb8..615c2e960 100644
--- a/plugin-trino/pom.xml
+++ b/plugin-trino/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/plugin-yarn/pom.xml b/plugin-yarn/pom.xml
index d4b18b3c7..e7f2c071b 100644
--- a/plugin-yarn/pom.xml
+++ b/plugin-yarn/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-yarn-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index eb9c3c301..d7b04b72e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<packaging>pom</packaging>
<name>ranger</name>
<description>Security for Enforcing Enterprise Policies</description>
diff --git a/ranger-atlas-plugin-shim/pom.xml b/ranger-atlas-plugin-shim/pom.xml
index 76b8c4e10..97faa5812 100644
--- a/ranger-atlas-plugin-shim/pom.xml
+++ b/ranger-atlas-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-atlas-plugin-shim</artifactId>
diff --git a/ranger-authn/pom.xml b/ranger-authn/pom.xml
index 39ae8f4c1..38fc65050 100644
--- a/ranger-authn/pom.xml
+++ b/ranger-authn/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/ranger-common-ha/pom.xml b/ranger-common-ha/pom.xml
index de3c1f428..e62dd93fb 100644
--- a/ranger-common-ha/pom.xml
+++ b/ranger-common-ha/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-common-ha</artifactId>
diff --git a/ranger-elasticsearch-plugin-shim/pom.xml
b/ranger-elasticsearch-plugin-shim/pom.xml
index a0a98a049..c05dece17 100644
--- a/ranger-elasticsearch-plugin-shim/pom.xml
+++ b/ranger-elasticsearch-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-elasticsearch-plugin-shim</artifactId>
diff --git a/ranger-examples/conditions-enrichers/pom.xml
b/ranger-examples/conditions-enrichers/pom.xml
index fea85b027..6f4c08ffd 100644
--- a/ranger-examples/conditions-enrichers/pom.xml
+++ b/ranger-examples/conditions-enrichers/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-examples</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>conditions-enrichers</artifactId>
<name>Ranger Examples - Conditions and ContextEnrichers</name>
diff --git a/ranger-examples/distro/pom.xml b/ranger-examples/distro/pom.xml
index 2f00889bd..5fcabb239 100644
--- a/ranger-examples/distro/pom.xml
+++ b/ranger-examples/distro/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-examples</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/ranger-examples/plugin-sampleapp/pom.xml
b/ranger-examples/plugin-sampleapp/pom.xml
index 5791f88e0..7c2f7bb98 100644
--- a/ranger-examples/plugin-sampleapp/pom.xml
+++ b/ranger-examples/plugin-sampleapp/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-examples</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>ranger-sampleapp-plugin</artifactId>
<packaging>jar</packaging>
diff --git a/ranger-examples/pom.xml b/ranger-examples/pom.xml
index 67de37856..1b21292c0 100644
--- a/ranger-examples/pom.xml
+++ b/ranger-examples/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>ranger-examples</artifactId>
<packaging>pom</packaging>
diff --git a/ranger-examples/sample-client/pom.xml
b/ranger-examples/sample-client/pom.xml
index 25456ea04..5585140c6 100644
--- a/ranger-examples/sample-client/pom.xml
+++ b/ranger-examples/sample-client/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-examples</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>sample-client</artifactId>
diff --git a/ranger-examples/sampleapp/pom.xml
b/ranger-examples/sampleapp/pom.xml
index 74eed7d4d..b801b4b7f 100644
--- a/ranger-examples/sampleapp/pom.xml
+++ b/ranger-examples/sampleapp/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-examples</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>sampleapp</artifactId>
<packaging>jar</packaging>
diff --git a/ranger-hbase-plugin-shim/pom.xml b/ranger-hbase-plugin-shim/pom.xml
index d4d8f4ab3..386e17d54 100644
--- a/ranger-hbase-plugin-shim/pom.xml
+++ b/ranger-hbase-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-hbase-plugin-shim</artifactId>
diff --git a/ranger-hdfs-plugin-shim/pom.xml b/ranger-hdfs-plugin-shim/pom.xml
index 540b486f7..a2ee672d4 100644
--- a/ranger-hdfs-plugin-shim/pom.xml
+++ b/ranger-hdfs-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-hdfs-plugin-shim</artifactId>
diff --git a/ranger-hive-plugin-shim/pom.xml b/ranger-hive-plugin-shim/pom.xml
index 171d58808..3cd88677e 100644
--- a/ranger-hive-plugin-shim/pom.xml
+++ b/ranger-hive-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-hive-plugin-shim</artifactId>
diff --git a/ranger-kafka-plugin-shim/pom.xml b/ranger-kafka-plugin-shim/pom.xml
index 48179eff0..1e6475c00 100644
--- a/ranger-kafka-plugin-shim/pom.xml
+++ b/ranger-kafka-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-kafka-plugin-shim</artifactId>
diff --git a/ranger-kms-plugin-shim/pom.xml b/ranger-kms-plugin-shim/pom.xml
index 97e18c318..58db36653 100644
--- a/ranger-kms-plugin-shim/pom.xml
+++ b/ranger-kms-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-kms-plugin-shim</artifactId>
diff --git a/ranger-knox-plugin-shim/pom.xml b/ranger-knox-plugin-shim/pom.xml
index 41616299a..13ee79aef 100644
--- a/ranger-knox-plugin-shim/pom.xml
+++ b/ranger-knox-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-knox-plugin-shim</artifactId>
diff --git a/ranger-kylin-plugin-shim/pom.xml b/ranger-kylin-plugin-shim/pom.xml
index d8218c2c5..705ca71b8 100644
--- a/ranger-kylin-plugin-shim/pom.xml
+++ b/ranger-kylin-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-kylin-plugin-shim</artifactId>
diff --git a/ranger-metrics/pom.xml b/ranger-metrics/pom.xml
index d4bc65031..96e0ac124 100644
--- a/ranger-metrics/pom.xml
+++ b/ranger-metrics/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/ranger-ozone-plugin-shim/pom.xml b/ranger-ozone-plugin-shim/pom.xml
index a8a57923c..775d75458 100644
--- a/ranger-ozone-plugin-shim/pom.xml
+++ b/ranger-ozone-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-ozone-plugin-shim</artifactId>
diff --git a/ranger-plugin-classloader/pom.xml
b/ranger-plugin-classloader/pom.xml
index b332844bd..fb0cee8a3 100644
--- a/ranger-plugin-classloader/pom.xml
+++ b/ranger-plugin-classloader/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>ranger-plugin-classloader</artifactId>
<packaging>jar</packaging>
diff --git a/ranger-presto-plugin-shim/pom.xml
b/ranger-presto-plugin-shim/pom.xml
index 1a63fb807..272bd55bb 100644
--- a/ranger-presto-plugin-shim/pom.xml
+++ b/ranger-presto-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-presto-plugin-shim</artifactId>
diff --git a/ranger-solr-plugin-shim/pom.xml b/ranger-solr-plugin-shim/pom.xml
index 9109bdcf8..ad87ee331 100644
--- a/ranger-solr-plugin-shim/pom.xml
+++ b/ranger-solr-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-solr-plugin-shim</artifactId>
diff --git a/ranger-sqoop-plugin-shim/pom.xml b/ranger-sqoop-plugin-shim/pom.xml
index 98db5d322..acf2c58f7 100644
--- a/ranger-sqoop-plugin-shim/pom.xml
+++ b/ranger-sqoop-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-sqoop-plugin-shim</artifactId>
diff --git a/ranger-storm-plugin-shim/pom.xml b/ranger-storm-plugin-shim/pom.xml
index 3a8d60cf9..40368b1c0 100644
--- a/ranger-storm-plugin-shim/pom.xml
+++ b/ranger-storm-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-storm-plugin-shim</artifactId>
diff --git a/ranger-tools/pom.xml b/ranger-tools/pom.xml
index 48dd7e2cb..122cb0df2 100644
--- a/ranger-tools/pom.xml
+++ b/ranger-tools/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>ranger-tools</artifactId>
<packaging>jar</packaging>
diff --git a/ranger-trino-plugin-shim/pom.xml b/ranger-trino-plugin-shim/pom.xml
index c8edabd68..d0835d8e6 100644
--- a/ranger-trino-plugin-shim/pom.xml
+++ b/ranger-trino-plugin-shim/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
diff --git a/ranger-util/pom.xml b/ranger-util/pom.xml
index de61ae487..d66ced792 100644
--- a/ranger-util/pom.xml
+++ b/ranger-util/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>ranger-util</artifactId>
<name>Ranger Util</name>
diff --git a/ranger-yarn-plugin-shim/pom.xml b/ranger-yarn-plugin-shim/pom.xml
index 8eab81890..3d421fd67 100644
--- a/ranger-yarn-plugin-shim/pom.xml
+++ b/ranger-yarn-plugin-shim/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-yarn-plugin-shim</artifactId>
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index bf3ead381..c55106e31 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>security-admin-web</artifactId>
<packaging>war</packaging>
diff --git a/storm-agent/pom.xml b/storm-agent/pom.xml
index 9e2ce92d1..d6959e251 100644
--- a/storm-agent/pom.xml
+++ b/storm-agent/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ranger-storm-plugin</artifactId>
diff --git a/tagsync/pom.xml b/tagsync/pom.xml
index 5af5a4d08..24417a4d5 100644
--- a/tagsync/pom.xml
+++ b/tagsync/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>ranger-tagsync</artifactId>
<packaging>jar</packaging>
diff --git a/ugsync-util/pom.xml b/ugsync-util/pom.xml
index d3478a7fa..2a5c0f570 100644
--- a/ugsync-util/pom.xml
+++ b/ugsync-util/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
</parent>
<artifactId>ugsync-util</artifactId>
<packaging>jar</packaging>
diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
index 985a8de92..9302d583d 100644
--- a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
+++ b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>ldapconfigcheck</artifactId>
diff --git a/ugsync/pom.xml b/ugsync/pom.xml
index 353918abf..7a83763a8 100644
--- a/ugsync/pom.xml
+++ b/ugsync/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>unixusersync</artifactId>
diff --git a/unixauthclient/pom.xml b/unixauthclient/pom.xml
index e361ac9d7..a9be0d1bc 100644
--- a/unixauthclient/pom.xml
+++ b/unixauthclient/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>unixauthclient</artifactId>
diff --git a/unixauthnative/pom.xml b/unixauthnative/pom.xml
index 687f479d0..a5fe4292b 100644
--- a/unixauthnative/pom.xml
+++ b/unixauthnative/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>credValidator</artifactId>
diff --git a/unixauthpam/pom.xml b/unixauthpam/pom.xml
index f78e2e7a3..854ea5732 100644
--- a/unixauthpam/pom.xml
+++ b/unixauthpam/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pamCredValidator</artifactId>
diff --git a/unixauthservice/pom.xml b/unixauthservice/pom.xml
index 63b773afd..8b17dcd27 100644
--- a/unixauthservice/pom.xml
+++ b/unixauthservice/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>unixauthservice</artifactId>