You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2016/04/13 04:43:13 UTC

incubator-ranger git commit: RANGER-923: modified pom.xml with version as 0.6.0-SNAPSHOT using mvn versions:set command

Repository: incubator-ranger
Updated Branches:
  refs/heads/master fe81cd734 -> 49b816e81


RANGER-923: modified pom.xml with version as 0.6.0-SNAPSHOT using mvn versions:set command


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/49b816e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/49b816e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/49b816e8

Branch: refs/heads/master
Commit: 49b816e814709256b5656bb6de65251264c1c68f
Parents: fe81cd7
Author: sneethiraj <sn...@apache.org>
Authored: Tue Apr 12 17:20:39 2016 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Tue Apr 12 17:20:39 2016 -0400

----------------------------------------------------------------------
 agents-audit/pom.xml                               | 2 +-
 agents-common/pom.xml                              | 2 +-
 agents-cred/pom.xml                                | 2 +-
 agents-installer/pom.xml                           | 2 +-
 credentialbuilder/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 +-
 jisql/pom.xml                                      | 2 +-
 kms/pom.xml                                        | 2 +-
 knox-agent/pom.xml                                 | 2 +-
 plugin-kafka/pom.xml                               | 2 +-
 plugin-kms/pom.xml                                 | 2 +-
 plugin-solr/pom.xml                                | 2 +-
 plugin-yarn/pom.xml                                | 2 +-
 pom.xml                                            | 2 +-
 ranger-examples/README.txt                         | 8 ++++----
 ranger-examples/conditions-enrichers/pom.xml       | 2 +-
 ranger-examples/plugin-sampleapp/pom.xml           | 2 +-
 ranger-examples/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-hive-utils/pom.xml                          | 2 +-
 ranger-kafka-plugin-shim/pom.xml                   | 2 +-
 ranger-knox-plugin-shim/pom.xml                    | 2 +-
 ranger-plugin-classloader/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 +-
 ranger_solrj/pom.xml                               | 2 +-
 security-admin/pom.xml                             | 2 +-
 storm-agent/pom.xml                                | 2 +-
 tagsync/pom.xml                                    | 2 +-
 ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml | 2 +-
 ugsync/pom.xml                                     | 2 +-
 unixauthclient/pom.xml                             | 2 +-
 unixauthnative/pom.xml                             | 2 +-
 unixauthservice/pom.xml                            | 2 +-
 43 files changed, 46 insertions(+), 46 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/agents-audit/pom.xml
----------------------------------------------------------------------
diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml
index a76f162..529576b 100644
--- a/agents-audit/pom.xml
+++ b/agents-audit/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/agents-common/pom.xml
----------------------------------------------------------------------
diff --git a/agents-common/pom.xml b/agents-common/pom.xml
index 9b378bf..9d0c5f1 100644
--- a/agents-common/pom.xml
+++ b/agents-common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/agents-cred/pom.xml
----------------------------------------------------------------------
diff --git a/agents-cred/pom.xml b/agents-cred/pom.xml
index db0047d..673dbc1 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/agents-installer/pom.xml
----------------------------------------------------------------------
diff --git a/agents-installer/pom.xml b/agents-installer/pom.xml
index af63d44..97837a8 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/credentialbuilder/pom.xml
----------------------------------------------------------------------
diff --git a/credentialbuilder/pom.xml b/credentialbuilder/pom.xml
index 8ea3e56..bf34222 100644
--- a/credentialbuilder/pom.xml
+++ b/credentialbuilder/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index e9b76bf..7a292a5 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -24,7 +24,7 @@
     <url>http://ranger.incubator.apache.org/</url>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.incubator.apache.ranger</groupId>
-    <version>0.6.0</version>
+    <version>0.6.0-SNAPSHOT</version>
     <artifactId>ranger</artifactId>
     <packaging>pom</packaging>
     <licenses>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/embeddedwebserver/pom.xml
----------------------------------------------------------------------
diff --git a/embeddedwebserver/pom.xml b/embeddedwebserver/pom.xml
index b82c8d1..9772075 100644
--- a/embeddedwebserver/pom.xml
+++ b/embeddedwebserver/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/hbase-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml
index 74b4d51..84adc75 100644
--- a/hbase-agent/pom.xml
+++ b/hbase-agent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/hdfs-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml
index 715b040..f6c4347 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/hive-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml
index d4df197..4cf9c5c 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/jisql/pom.xml
----------------------------------------------------------------------
diff --git a/jisql/pom.xml b/jisql/pom.xml
index 51d8a36..a68fefe 100644
--- a/jisql/pom.xml
+++ b/jisql/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/kms/pom.xml
----------------------------------------------------------------------
diff --git a/kms/pom.xml b/kms/pom.xml
index 1dc9ead..829bf28 100644
--- a/kms/pom.xml
+++ b/kms/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/knox-agent/pom.xml
----------------------------------------------------------------------
diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml
index 9cdaa41..77e27fb 100644
--- a/knox-agent/pom.xml
+++ b/knox-agent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/plugin-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/plugin-kafka/pom.xml b/plugin-kafka/pom.xml
index 38fe9b7..e148539 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/plugin-kms/pom.xml
----------------------------------------------------------------------
diff --git a/plugin-kms/pom.xml b/plugin-kms/pom.xml
index 049167e..0a07bc2 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/plugin-solr/pom.xml
----------------------------------------------------------------------
diff --git a/plugin-solr/pom.xml b/plugin-solr/pom.xml
index 372664b..7b99237 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/plugin-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/plugin-yarn/pom.xml b/plugin-yarn/pom.xml
index 0662e8e..92c7dfb 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c21299d..03815c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.ranger</groupId>
     <artifactId>ranger</artifactId>
-    <version>0.6.0</version>
+    <version>0.6.0-SNAPSHOT</version>
     <description>Security for Enforcing Enterprise Policies</description>
     <packaging>pom</packaging>
     <name>ranger</name>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-examples/README.txt
----------------------------------------------------------------------
diff --git a/ranger-examples/README.txt b/ranger-examples/README.txt
index 7b2387e..e4295d4 100644
--- a/ranger-examples/README.txt
+++ b/ranger-examples/README.txt
@@ -39,16 +39,16 @@
    $ cd ranger-examples
    $ mvn clean compile package assembly:assembly
    # Following files created by the build will be required to setup SampleApp:
-     target/ranger-examples-0.6.0-sampleapp.tar.gz
-     target/ranger-examples-0.6.0-sampleapp-plugin.tar.gz
+     target/ranger-examples-<version>-sampleapp.tar.gz
+     target/ranger-examples-<version>-sampleapp-plugin.tar.gz
 
 5. Setup SampleApp
    # Create a empty directory to setup the application
    $ mkdir /tmp/sampleapp
    $ cd /tmp/sampleapp
-   $ tar xvfz ranger-examples-0.6.0-sampleapp.tar.gz
+   $ tar xvfz ranger-examples-<version>-sampleapp.tar.gz
    # add Ranger authorizer bits
-   $ tar xvfz ranger-examples-0.6.0-sampleapp-plugin.tar.gz
+   $ tar xvfz ranger-examples-<version>-sampleapp-plugin.tar.gz
    # Review and update properties in conf/ranger-sampleapp-security.xml, especially the following:
      - ranger.plugin.sampleapp.policy.rest.url
      - ranger.plugin.sampleapp.service.name

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-examples/conditions-enrichers/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-examples/conditions-enrichers/pom.xml b/ranger-examples/conditions-enrichers/pom.xml
index 6dc8f53..f5bb5fc 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-examples/plugin-sampleapp/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-examples/plugin-sampleapp/pom.xml b/ranger-examples/plugin-sampleapp/pom.xml
index 5520120..9cd01e9 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-examples/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-examples/pom.xml b/ranger-examples/pom.xml
index 8648b83..55f618f 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ranger-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-examples/sampleapp/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-examples/sampleapp/pom.xml b/ranger-examples/sampleapp/pom.xml
index 28fa94e..aebb53e 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-hbase-plugin-shim/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-hbase-plugin-shim/pom.xml b/ranger-hbase-plugin-shim/pom.xml
index bec7ec1..0b68216 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-hdfs-plugin-shim/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-hdfs-plugin-shim/pom.xml b/ranger-hdfs-plugin-shim/pom.xml
index 3e17653..c15dfa7 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-hive-plugin-shim/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-hive-plugin-shim/pom.xml b/ranger-hive-plugin-shim/pom.xml
index 41852cc..2bd18bd 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-hive-utils/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-hive-utils/pom.xml b/ranger-hive-utils/pom.xml
index ed10ec5..679358f 100644
--- a/ranger-hive-utils/pom.xml
+++ b/ranger-hive-utils/pom.xml
@@ -27,7 +27,7 @@
   <parent>
      <groupId>org.apache.ranger</groupId>
      <artifactId>ranger</artifactId>
-     <version>0.6.0</version>
+     <version>0.6.0-SNAPSHOT</version>
      <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-kafka-plugin-shim/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-kafka-plugin-shim/pom.xml b/ranger-kafka-plugin-shim/pom.xml
index 4613c51..fcc920c 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-knox-plugin-shim/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-knox-plugin-shim/pom.xml b/ranger-knox-plugin-shim/pom.xml
index fee5f3a..8a97917 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-plugin-classloader/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-plugin-classloader/pom.xml b/ranger-plugin-classloader/pom.xml
index 09c48f4..4d6e2b9 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-storm-plugin-shim/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-storm-plugin-shim/pom.xml b/ranger-storm-plugin-shim/pom.xml
index ff3e55d..8b03759 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-tools/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-tools/pom.xml b/ranger-tools/pom.xml
index 14683c4..ec85a5f 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ranger-tools</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-util/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-util/pom.xml b/ranger-util/pom.xml
index ee67885..a4c63d9 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <artifactId>ranger-util</artifactId>
     <name>Ranger Util</name>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger-yarn-plugin-shim/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-yarn-plugin-shim/pom.xml b/ranger-yarn-plugin-shim/pom.xml
index 51a7f0f..bf40e63 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ranger_solrj/pom.xml
----------------------------------------------------------------------
diff --git a/ranger_solrj/pom.xml b/ranger_solrj/pom.xml
index 5960028..ade66f0 100644
--- a/ranger_solrj/pom.xml
+++ b/ranger_solrj/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <artifactId>ranger_solrj</artifactId>
     <name>ranger_solrj</name>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/security-admin/pom.xml
----------------------------------------------------------------------
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index b9590bf..5e03564 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/storm-agent/pom.xml
----------------------------------------------------------------------
diff --git a/storm-agent/pom.xml b/storm-agent/pom.xml
index 87b2b03..c816644 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/tagsync/pom.xml
----------------------------------------------------------------------
diff --git a/tagsync/pom.xml b/tagsync/pom.xml
index 1fdd1a2..855be38 100644
--- a/tagsync/pom.xml
+++ b/tagsync/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <!--
     <repositories>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
----------------------------------------------------------------------
diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
index 77660f0..db48a91 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>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>ldapconfigcheck</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/ugsync/pom.xml
----------------------------------------------------------------------
diff --git a/ugsync/pom.xml b/ugsync/pom.xml
index 9d8c4f0..1106e30 100644
--- a/ugsync/pom.xml
+++ b/ugsync/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>unixusersync</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/unixauthclient/pom.xml
----------------------------------------------------------------------
diff --git a/unixauthclient/pom.xml b/unixauthclient/pom.xml
index bf7508b..a4513e6 100644
--- a/unixauthclient/pom.xml
+++ b/unixauthclient/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>unixauthclient</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/unixauthnative/pom.xml
----------------------------------------------------------------------
diff --git a/unixauthnative/pom.xml b/unixauthnative/pom.xml
index 3625b94..62aa4e2 100644
--- a/unixauthnative/pom.xml
+++ b/unixauthnative/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>credValidator</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/49b816e8/unixauthservice/pom.xml
----------------------------------------------------------------------
diff --git a/unixauthservice/pom.xml b/unixauthservice/pom.xml
index edff076..bdb5566 100644
--- a/unixauthservice/pom.xml
+++ b/unixauthservice/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>unixauthservice</artifactId>