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

bpatel pushed a commit to branch ranger-2.5
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.5 by this push:
     new dfb8c43a9 RANGER-4900: Update branch ranger-2.5 to produce 
2.5.1-SNAPSHOT
dfb8c43a9 is described below

commit dfb8c43a902894def0a27230e9b56f09cb55167e
Author: bhavik patel <[email protected]>
AuthorDate: Mon Aug 12 14:54:12 2024 +0530

    RANGER-4900: Update branch ranger-2.5 to produce 2.5.1-SNAPSHOT
---
 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                     | 22 +++++++++++-----------
 distro/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 +-
 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-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 +-
 69 files changed, 79 insertions(+), 79 deletions(-)

diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml
index 34f7ab7ba..fc869ebf0 100644
--- a/agents-audit/pom.xml
+++ b/agents-audit/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/agents-common/pom.xml b/agents-common/pom.xml
index cad6ebb82..48669ccd4 100644
--- a/agents-common/pom.xml
+++ b/agents-common/pom.xml
@@ -39,7 +39,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/agents-cred/pom.xml b/agents-cred/pom.xml
index 83b46392c..873b23308 100644
--- a/agents-cred/pom.xml
+++ b/agents-cred/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/agents-installer/pom.xml b/agents-installer/pom.xml
index de826e5ba..0a05f060d 100644
--- a/agents-installer/pom.xml
+++ b/agents-installer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/credentialbuilder/pom.xml b/credentialbuilder/pom.xml
index b81f8d438..2b1b16f0e 100644
--- a/credentialbuilder/pom.xml
+++ b/credentialbuilder/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/dev-support/ranger-docker/.env b/dev-support/ranger-docker/.env
index 3c0d79f22..3936c1fac 100644
--- a/dev-support/ranger-docker/.env
+++ b/dev-support/ranger-docker/.env
@@ -40,19 +40,19 @@ KNOX_VERSION=2.0.0
 TRINO_VERSION=377
 
 # versions of ranger services
-RANGER_VERSION=2.5.0
-KMS_VERSION=2.5.0
-USERSYNC_VERSION=2.5.0
-TAGSYNC_VERSION=2.5.0
+RANGER_VERSION=2.5.1-SNAPSHOT
+KMS_VERSION=2.5.1-SNAPSHOT
+USERSYNC_VERSION=2.5.1-SNAPSHOT
+TAGSYNC_VERSION=2.5.1-SNAPSHOT
 
 # plugin versions
-HDFS_PLUGIN_VERSION=2.5.0
-YARN_PLUGIN_VERSION=2.5.0
-HIVE_PLUGIN_VERSION=2.5.0
-HBASE_PLUGIN_VERSION=2.5.0
-KAFKA_PLUGIN_VERSION=2.5.0
-KNOX_PLUGIN_VERSION=2.5.0
-TRINO_PLUGIN_VERSION=2.5.0
+HDFS_PLUGIN_VERSION=2.5.1-SNAPSHOT
+YARN_PLUGIN_VERSION=2.5.1-SNAPSHOT
+HIVE_PLUGIN_VERSION=2.5.1-SNAPSHOT
+HBASE_PLUGIN_VERSION=2.5.1-SNAPSHOT
+KAFKA_PLUGIN_VERSION=2.5.1-SNAPSHOT
+KNOX_PLUGIN_VERSION=2.5.1-SNAPSHOT
+TRINO_PLUGIN_VERSION=2.5.1-SNAPSHOT
 
 # To enable debug logs
 DEBUG_ADMIN=false
diff --git a/distro/pom.xml b/distro/pom.xml
index 9762f7464..9ec46e61f 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/embeddedwebserver/pom.xml b/embeddedwebserver/pom.xml
index 690b81d3a..13c2a16b0 100644
--- a/embeddedwebserver/pom.xml
+++ b/embeddedwebserver/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml
index 236cde628..23e9595df 100644
--- a/hbase-agent/pom.xml
+++ b/hbase-agent/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencyManagement>
diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml
index 20f446512..f7e18cb9d 100644
--- a/hdfs-agent/pom.xml
+++ b/hdfs-agent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml
index 21dbfc414..f9d17468d 100644
--- a/hive-agent/pom.xml
+++ b/hive-agent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/intg/pom.xml b/intg/pom.xml
index 59bc32160..f62e84337 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/jisql/pom.xml b/jisql/pom.xml
index 51e61ef29..2908c9640 100644
--- a/jisql/pom.xml
+++ b/jisql/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/kms/pom.xml b/kms/pom.xml
index 9cde93651..56c629233 100644
--- a/kms/pom.xml
+++ b/kms/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml
index 27131da02..0ab6c896e 100644
--- a/knox-agent/pom.xml
+++ b/knox-agent/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-atlas/pom.xml b/plugin-atlas/pom.xml
index 5b545c490..d440d0af9 100644
--- a/plugin-atlas/pom.xml
+++ b/plugin-atlas/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-elasticsearch/pom.xml b/plugin-elasticsearch/pom.xml
index 0eccdfa83..102d7d8b1 100644
--- a/plugin-elasticsearch/pom.xml
+++ b/plugin-elasticsearch/pom.xml
@@ -29,7 +29,7 @@
        <parent>
                <groupId>org.apache.ranger</groupId>
                <artifactId>ranger</artifactId>
-               <version>2.5.0</version>
+               <version>2.5.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <dependencies>
diff --git a/plugin-kafka/pom.xml b/plugin-kafka/pom.xml
index 8a69b94a1..77fca33f5 100644
--- a/plugin-kafka/pom.xml
+++ b/plugin-kafka/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-kms/pom.xml b/plugin-kms/pom.xml
index 2c6ff55c8..65616a89e 100644
--- a/plugin-kms/pom.xml
+++ b/plugin-kms/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-kudu/pom.xml b/plugin-kudu/pom.xml
index 917fc082e..304be7d9d 100644
--- a/plugin-kudu/pom.xml
+++ b/plugin-kudu/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-kylin/pom.xml b/plugin-kylin/pom.xml
index 640f3674d..c063e9a2e 100644
--- a/plugin-kylin/pom.xml
+++ b/plugin-kylin/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-nestedstructure/pom.xml b/plugin-nestedstructure/pom.xml
index 266ece86c..a31c986ce 100644
--- a/plugin-nestedstructure/pom.xml
+++ b/plugin-nestedstructure/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/plugin-nifi-registry/pom.xml b/plugin-nifi-registry/pom.xml
index 6aff88a25..22ddc0f81 100644
--- a/plugin-nifi-registry/pom.xml
+++ b/plugin-nifi-registry/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-nifi/pom.xml b/plugin-nifi/pom.xml
index c7c2e902f..bfddfa1a1 100644
--- a/plugin-nifi/pom.xml
+++ b/plugin-nifi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-ozone/pom.xml b/plugin-ozone/pom.xml
index 89c93ae03..8d38eaff9 100644
--- a/plugin-ozone/pom.xml
+++ b/plugin-ozone/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-presto/pom.xml b/plugin-presto/pom.xml
index 2b9997ef7..260a7c146 100644
--- a/plugin-presto/pom.xml
+++ b/plugin-presto/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-schema-registry/pom.xml b/plugin-schema-registry/pom.xml
index 909e76ebb..45868af45 100644
--- a/plugin-schema-registry/pom.xml
+++ b/plugin-schema-registry/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/plugin-solr/pom.xml b/plugin-solr/pom.xml
index de9168966..f23e0b735 100644
--- a/plugin-solr/pom.xml
+++ b/plugin-solr/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-sqoop/pom.xml b/plugin-sqoop/pom.xml
index 782134b42..0ad3763e8 100644
--- a/plugin-sqoop/pom.xml
+++ b/plugin-sqoop/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/plugin-trino/pom.xml b/plugin-trino/pom.xml
index 7d19fe533..d9feb71c3 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.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/plugin-yarn/pom.xml b/plugin-yarn/pom.xml
index dfc8e2f2a..d5e2ddf73 100644
--- a/plugin-yarn/pom.xml
+++ b/plugin-yarn/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/pom.xml b/pom.xml
index a1c171d41..be162d010 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.ranger</groupId>
     <artifactId>ranger</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <description>Security for Enforcing Enterprise Policies</description>
     <packaging>pom</packaging>
     <name>ranger</name>
diff --git a/ranger-atlas-plugin-shim/pom.xml b/ranger-atlas-plugin-shim/pom.xml
index c3fef1a80..322c9a943 100644
--- a/ranger-atlas-plugin-shim/pom.xml
+++ b/ranger-atlas-plugin-shim/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-authn/pom.xml b/ranger-authn/pom.xml
index 5fcc3a012..0c1d2f974 100644
--- a/ranger-authn/pom.xml
+++ b/ranger-authn/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/ranger-common-ha/pom.xml b/ranger-common-ha/pom.xml
index 01e6a162c..051f78cf8 100644
--- a/ranger-common-ha/pom.xml
+++ b/ranger-common-ha/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/ranger-elasticsearch-plugin-shim/pom.xml 
b/ranger-elasticsearch-plugin-shim/pom.xml
index 1c8e6c8d8..51a51b790 100644
--- a/ranger-elasticsearch-plugin-shim/pom.xml
+++ b/ranger-elasticsearch-plugin-shim/pom.xml
@@ -29,7 +29,7 @@
        <parent>
                <groupId>org.apache.ranger</groupId>
                <artifactId>ranger</artifactId>
-               <version>2.5.0</version>
+               <version>2.5.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <dependencies>
diff --git a/ranger-examples/conditions-enrichers/pom.xml 
b/ranger-examples/conditions-enrichers/pom.xml
index c5fc69d33..cf6ae954b 100644
--- a/ranger-examples/conditions-enrichers/pom.xml
+++ b/ranger-examples/conditions-enrichers/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>ranger-examples</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>
diff --git a/ranger-examples/distro/pom.xml b/ranger-examples/distro/pom.xml
index a2021599c..93f2c9cb3 100644
--- a/ranger-examples/distro/pom.xml
+++ b/ranger-examples/distro/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger-examples</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/ranger-examples/plugin-sampleapp/pom.xml 
b/ranger-examples/plugin-sampleapp/pom.xml
index fed806291..ab48acf48 100644
--- a/ranger-examples/plugin-sampleapp/pom.xml
+++ b/ranger-examples/plugin-sampleapp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>ranger-examples</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>
diff --git a/ranger-examples/pom.xml b/ranger-examples/pom.xml
index 4e04912f7..1436473e9 100644
--- a/ranger-examples/pom.xml
+++ b/ranger-examples/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ranger-examples</artifactId>
diff --git a/ranger-examples/sample-client/pom.xml 
b/ranger-examples/sample-client/pom.xml
index 31ef44b8f..4bdf1b371 100644
--- a/ranger-examples/sample-client/pom.xml
+++ b/ranger-examples/sample-client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>ranger-examples</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <modelVersion>4.0.0</modelVersion>
diff --git a/ranger-examples/sampleapp/pom.xml 
b/ranger-examples/sampleapp/pom.xml
index 9821898df..6263cb995 100644
--- a/ranger-examples/sampleapp/pom.xml
+++ b/ranger-examples/sampleapp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>ranger-examples</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
     </parent>
     <dependencies>
          <dependency>
diff --git a/ranger-hbase-plugin-shim/pom.xml b/ranger-hbase-plugin-shim/pom.xml
index c9d1740a3..a09fb1244 100644
--- a/ranger-hbase-plugin-shim/pom.xml
+++ b/ranger-hbase-plugin-shim/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-hdfs-plugin-shim/pom.xml b/ranger-hdfs-plugin-shim/pom.xml
index 03ddf37b2..7e13ea987 100644
--- a/ranger-hdfs-plugin-shim/pom.xml
+++ b/ranger-hdfs-plugin-shim/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-hive-plugin-shim/pom.xml b/ranger-hive-plugin-shim/pom.xml
index 58c34da18..090a989c0 100644
--- a/ranger-hive-plugin-shim/pom.xml
+++ b/ranger-hive-plugin-shim/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-kafka-plugin-shim/pom.xml b/ranger-kafka-plugin-shim/pom.xml
index 81353015d..1b6372019 100644
--- a/ranger-kafka-plugin-shim/pom.xml
+++ b/ranger-kafka-plugin-shim/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-kms-plugin-shim/pom.xml b/ranger-kms-plugin-shim/pom.xml
index ef86f850e..83bd2e54b 100644
--- a/ranger-kms-plugin-shim/pom.xml
+++ b/ranger-kms-plugin-shim/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-knox-plugin-shim/pom.xml b/ranger-knox-plugin-shim/pom.xml
index c8daaea1e..6a853977b 100644
--- a/ranger-knox-plugin-shim/pom.xml
+++ b/ranger-knox-plugin-shim/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-kylin-plugin-shim/pom.xml b/ranger-kylin-plugin-shim/pom.xml
index 657ea333c..9ac154d72 100644
--- a/ranger-kylin-plugin-shim/pom.xml
+++ b/ranger-kylin-plugin-shim/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-metrics/pom.xml b/ranger-metrics/pom.xml
index 5b304f865..f6b6204c6 100644
--- a/ranger-metrics/pom.xml
+++ b/ranger-metrics/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/ranger-ozone-plugin-shim/pom.xml b/ranger-ozone-plugin-shim/pom.xml
index c0936d731..b682d4963 100644
--- a/ranger-ozone-plugin-shim/pom.xml
+++ b/ranger-ozone-plugin-shim/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-plugin-classloader/pom.xml 
b/ranger-plugin-classloader/pom.xml
index 4b877fb9b..720ecd2fa 100644
--- a/ranger-plugin-classloader/pom.xml
+++ b/ranger-plugin-classloader/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>
diff --git a/ranger-presto-plugin-shim/pom.xml 
b/ranger-presto-plugin-shim/pom.xml
index b4d088180..30c504169 100644
--- a/ranger-presto-plugin-shim/pom.xml
+++ b/ranger-presto-plugin-shim/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-solr-plugin-shim/pom.xml b/ranger-solr-plugin-shim/pom.xml
index b46606f9d..97fcff4ee 100644
--- a/ranger-solr-plugin-shim/pom.xml
+++ b/ranger-solr-plugin-shim/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-sqoop-plugin-shim/pom.xml b/ranger-sqoop-plugin-shim/pom.xml
index 4838a9979..59c5d7086 100644
--- a/ranger-sqoop-plugin-shim/pom.xml
+++ b/ranger-sqoop-plugin-shim/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-storm-plugin-shim/pom.xml b/ranger-storm-plugin-shim/pom.xml
index 736f6f49a..40f2534f1 100644
--- a/ranger-storm-plugin-shim/pom.xml
+++ b/ranger-storm-plugin-shim/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/ranger-tools/pom.xml b/ranger-tools/pom.xml
index 223b2375d..5bd4d171a 100644
--- a/ranger-tools/pom.xml
+++ b/ranger-tools/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ranger-tools</artifactId>
diff --git a/ranger-util/pom.xml b/ranger-util/pom.xml
index 2af189527..fcfd8389a 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.5.0</version>
+        <version>2.5.1-SNAPSHOT</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 1784d21ba..c494e55db 100644
--- a/ranger-yarn-plugin-shim/pom.xml
+++ b/ranger-yarn-plugin-shim/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index e165f0900..ad3b7be49 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
     </parent>
     <properties>
         <skipJSTests>false</skipJSTests>
diff --git a/storm-agent/pom.xml b/storm-agent/pom.xml
index 190f82ec9..d1d68e830 100644
--- a/storm-agent/pom.xml
+++ b/storm-agent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>
diff --git a/tagsync/pom.xml b/tagsync/pom.xml
index d9b59ae77..4379b6d82 100644
--- a/tagsync/pom.xml
+++ b/tagsync/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
     </parent>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/ugsync-util/pom.xml b/ugsync-util/pom.xml
index 4afa8b06d..ad15b6892 100644
--- a/ugsync-util/pom.xml
+++ b/ugsync-util/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ugsync-util</artifactId>
diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml 
b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
index 7fafbd86f..87d7fbd17 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.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>ldapconfigcheck</artifactId>
diff --git a/ugsync/pom.xml b/ugsync/pom.xml
index 2f033bbfc..f435b800b 100644
--- a/ugsync/pom.xml
+++ b/ugsync/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>unixusersync</artifactId>
diff --git a/unixauthclient/pom.xml b/unixauthclient/pom.xml
index 41d8bf5f1..51334816e 100644
--- a/unixauthclient/pom.xml
+++ b/unixauthclient/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>unixauthclient</artifactId>
diff --git a/unixauthnative/pom.xml b/unixauthnative/pom.xml
index 444e016f4..384a1bcd1 100644
--- a/unixauthnative/pom.xml
+++ b/unixauthnative/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>credValidator</artifactId>
diff --git a/unixauthpam/pom.xml b/unixauthpam/pom.xml
index 9d0e34809..314d4d309 100644
--- a/unixauthpam/pom.xml
+++ b/unixauthpam/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>pamCredValidator</artifactId>
diff --git a/unixauthservice/pom.xml b/unixauthservice/pom.xml
index 346ca80d4..fa4f491bc 100644
--- a/unixauthservice/pom.xml
+++ b/unixauthservice/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>unixauthservice</artifactId>


Reply via email to