You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by pr...@apache.org on 2015/04/03 09:18:00 UTC

incubator-sentry git commit: SENTRY-681: Update the versions on trunk after branching (guoquan via Prasad Mujumdar)

Repository: incubator-sentry
Updated Branches:
  refs/heads/master b4e607a58 -> 0d3a8f607


SENTRY-681: Update the versions on trunk after branching (guoquan via Prasad Mujumdar)


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/0d3a8f60
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/0d3a8f60
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/0d3a8f60

Branch: refs/heads/master
Commit: 0d3a8f60716a42b48c7e6f5f9f8cce38520d9e1c
Parents: b4e607a
Author: Prasad Mujumdar <pr...@apache.org>
Authored: Fri Apr 3 00:18:01 2015 -0700
Committer: Prasad Mujumdar <pr...@apache.org>
Committed: Fri Apr 3 00:18:01 2015 -0700

----------------------------------------------------------------------
 pom.xml                                         | 2 +-
 sentry-binding/pom.xml                          | 2 +-
 sentry-binding/sentry-binding-hive/pom.xml      | 2 +-
 sentry-binding/sentry-binding-solr/pom.xml      | 2 +-
 sentry-core/pom.xml                             | 2 +-
 sentry-core/sentry-core-common/pom.xml          | 2 +-
 sentry-core/sentry-core-model-db/pom.xml        | 2 +-
 sentry-core/sentry-core-model-indexer/pom.xml   | 2 +-
 sentry-core/sentry-core-model-search/pom.xml    | 2 +-
 sentry-core/sentry-core-model-sqoop/pom.xml     | 2 +-
 sentry-dist/pom.xml                             | 2 +-
 sentry-hdfs/pom.xml                             | 2 +-
 sentry-hdfs/sentry-hdfs-common/pom.xml          | 2 +-
 sentry-hdfs/sentry-hdfs-dist/pom.xml            | 2 +-
 sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml | 4 ++--
 sentry-hdfs/sentry-hdfs-service/pom.xml         | 2 +-
 sentry-policy/pom.xml                           | 2 +-
 sentry-policy/sentry-policy-common/pom.xml      | 2 +-
 sentry-policy/sentry-policy-db/pom.xml          | 2 +-
 sentry-policy/sentry-policy-indexer/pom.xml     | 2 +-
 sentry-policy/sentry-policy-search/pom.xml      | 2 +-
 sentry-provider/pom.xml                         | 2 +-
 sentry-provider/sentry-provider-cache/pom.xml   | 2 +-
 sentry-provider/sentry-provider-common/pom.xml  | 2 +-
 sentry-provider/sentry-provider-db/pom.xml      | 2 +-
 sentry-provider/sentry-provider-file/pom.xml    | 2 +-
 sentry-solr/pom.xml                             | 2 +-
 sentry-solr/solr-sentry-handlers/pom.xml        | 2 +-
 sentry-tests/pom.xml                            | 2 +-
 sentry-tests/sentry-tests-hive/pom.xml          | 2 +-
 sentry-tests/sentry-tests-solr/pom.xml          | 2 +-
 31 files changed, 32 insertions(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cd594b5..0cfe260 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
 
   <groupId>org.apache.sentry</groupId>
   <artifactId>sentry</artifactId>
-  <version>1.5.0-incubating-SNAPSHOT</version>
+  <version>1.6.0-incubating-SNAPSHOT</version>
   <description>Sentry component</description>
   <name>Sentry</name>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-binding/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/pom.xml b/sentry-binding/pom.xml
index 7428aa5..b903ab3 100644
--- a/sentry-binding/pom.xml
+++ b/sentry-binding/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-binding</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-binding/sentry-binding-hive/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/sentry-binding-hive/pom.xml b/sentry-binding/sentry-binding-hive/pom.xml
index 6188b34..fabfbbc 100644
--- a/sentry-binding/sentry-binding-hive/pom.xml
+++ b/sentry-binding/sentry-binding-hive/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-binding</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-binding-hive</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-binding/sentry-binding-solr/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/sentry-binding-solr/pom.xml b/sentry-binding/sentry-binding-solr/pom.xml
index 4e785e7..7d7af84 100644
--- a/sentry-binding/sentry-binding-solr/pom.xml
+++ b/sentry-binding/sentry-binding-solr/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-binding</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-binding-solr</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-core/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/pom.xml b/sentry-core/pom.xml
index 707534e..48ed2d0 100644
--- a/sentry-core/pom.xml
+++ b/sentry-core/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-core/sentry-core-common/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/sentry-core-common/pom.xml b/sentry-core/sentry-core-common/pom.xml
index feff030..4287d05 100644
--- a/sentry-core/sentry-core-common/pom.xml
+++ b/sentry-core/sentry-core-common/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-core</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-core/sentry-core-model-db/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/sentry-core-model-db/pom.xml b/sentry-core/sentry-core-model-db/pom.xml
index 43ce4b8..ccf7eda 100644
--- a/sentry-core/sentry-core-model-db/pom.xml
+++ b/sentry-core/sentry-core-model-db/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-core</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core-model-db</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-core/sentry-core-model-indexer/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/sentry-core-model-indexer/pom.xml b/sentry-core/sentry-core-model-indexer/pom.xml
index 76108c1..ae40ed8 100644
--- a/sentry-core/sentry-core-model-indexer/pom.xml
+++ b/sentry-core/sentry-core-model-indexer/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-core</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core-model-indexer</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-core/sentry-core-model-search/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/sentry-core-model-search/pom.xml b/sentry-core/sentry-core-model-search/pom.xml
index 3c4aaab..e59eb91 100644
--- a/sentry-core/sentry-core-model-search/pom.xml
+++ b/sentry-core/sentry-core-model-search/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-core</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core-model-search</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-core/sentry-core-model-sqoop/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/sentry-core-model-sqoop/pom.xml b/sentry-core/sentry-core-model-sqoop/pom.xml
index 3626190..2c68475 100644
--- a/sentry-core/sentry-core-model-sqoop/pom.xml
+++ b/sentry-core/sentry-core-model-sqoop/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-core</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-core-model-sqoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-dist/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml
index f7a663b..5ebfa69 100644
--- a/sentry-dist/pom.xml
+++ b/sentry-dist/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>sentry-dist</artifactId>
   <name>Sentry Distribution</name>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-hdfs/pom.xml b/sentry-hdfs/pom.xml
index 1455235..9211c0f 100644
--- a/sentry-hdfs/pom.xml
+++ b/sentry-hdfs/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-hdfs</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-hdfs/sentry-hdfs-common/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-hdfs/sentry-hdfs-common/pom.xml b/sentry-hdfs/sentry-hdfs-common/pom.xml
index a547593..f4b6c9f 100644
--- a/sentry-hdfs/sentry-hdfs-common/pom.xml
+++ b/sentry-hdfs/sentry-hdfs-common/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-hdfs</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-hdfs-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-hdfs/sentry-hdfs-dist/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-hdfs/sentry-hdfs-dist/pom.xml b/sentry-hdfs/sentry-hdfs-dist/pom.xml
index 4bbb212..d924849 100644
--- a/sentry-hdfs/sentry-hdfs-dist/pom.xml
+++ b/sentry-hdfs/sentry-hdfs-dist/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-hdfs</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-hdfs-dist</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml b/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
index a21bafa..f35baf4 100644
--- a/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
+++ b/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-hdfs</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-hdfs-namenode-plugin</artifactId>
@@ -32,7 +32,7 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.sentry</groupId>
       <artifactId>sentry-hdfs-common</artifactId>
-      <version>1.5.0-incubating-SNAPSHOT</version>
+      <version>1.6.0-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-hdfs/sentry-hdfs-service/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-hdfs/sentry-hdfs-service/pom.xml b/sentry-hdfs/sentry-hdfs-service/pom.xml
index 6b84733..4d65edf 100644
--- a/sentry-hdfs/sentry-hdfs-service/pom.xml
+++ b/sentry-hdfs/sentry-hdfs-service/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-hdfs</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-hdfs-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-policy/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/pom.xml b/sentry-policy/pom.xml
index 4fb4f3c..6fbe145 100644
--- a/sentry-policy/pom.xml
+++ b/sentry-policy/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-policy</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-policy/sentry-policy-common/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/sentry-policy-common/pom.xml b/sentry-policy/sentry-policy-common/pom.xml
index 179cf29..c686dec 100644
--- a/sentry-policy/sentry-policy-common/pom.xml
+++ b/sentry-policy/sentry-policy-common/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-policy</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-policy-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-policy/sentry-policy-db/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/sentry-policy-db/pom.xml b/sentry-policy/sentry-policy-db/pom.xml
index 4e5825f..9e808d4 100644
--- a/sentry-policy/sentry-policy-db/pom.xml
+++ b/sentry-policy/sentry-policy-db/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-policy</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-policy-db</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-policy/sentry-policy-indexer/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/sentry-policy-indexer/pom.xml b/sentry-policy/sentry-policy-indexer/pom.xml
index 49647c0..231805f 100644
--- a/sentry-policy/sentry-policy-indexer/pom.xml
+++ b/sentry-policy/sentry-policy-indexer/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-policy</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-policy-indexer</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-policy/sentry-policy-search/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/sentry-policy-search/pom.xml b/sentry-policy/sentry-policy-search/pom.xml
index 8dcaeb2..ee5ce80 100644
--- a/sentry-policy/sentry-policy-search/pom.xml
+++ b/sentry-policy/sentry-policy-search/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-policy</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-policy-search</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-provider/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/pom.xml b/sentry-provider/pom.xml
index 15a4f2c..265d618 100644
--- a/sentry-provider/pom.xml
+++ b/sentry-provider/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-provider/sentry-provider-cache/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-cache/pom.xml b/sentry-provider/sentry-provider-cache/pom.xml
index 2b147a9..e7fa03f 100644
--- a/sentry-provider/sentry-provider-cache/pom.xml
+++ b/sentry-provider/sentry-provider-cache/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-provider</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider-cache</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-provider/sentry-provider-common/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-common/pom.xml b/sentry-provider/sentry-provider-common/pom.xml
index 15535f1..ced3ee7 100644
--- a/sentry-provider/sentry-provider-common/pom.xml
+++ b/sentry-provider/sentry-provider-common/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-provider</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-provider/sentry-provider-db/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-db/pom.xml b/sentry-provider/sentry-provider-db/pom.xml
index 27ad670..9c2fc81 100644
--- a/sentry-provider/sentry-provider-db/pom.xml
+++ b/sentry-provider/sentry-provider-db/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-provider</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider-db</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-provider/sentry-provider-file/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-file/pom.xml b/sentry-provider/sentry-provider-file/pom.xml
index 84cdf3f..af3ed90 100644
--- a/sentry-provider/sentry-provider-file/pom.xml
+++ b/sentry-provider/sentry-provider-file/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-provider</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-provider-file</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-solr/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-solr/pom.xml b/sentry-solr/pom.xml
index c243802..d47b00c 100644
--- a/sentry-solr/pom.xml
+++ b/sentry-solr/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-solr</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-solr/solr-sentry-handlers/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-solr/solr-sentry-handlers/pom.xml b/sentry-solr/solr-sentry-handlers/pom.xml
index 8ca1cb3..7acdd40 100644
--- a/sentry-solr/solr-sentry-handlers/pom.xml
+++ b/sentry-solr/solr-sentry-handlers/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-solr</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>solr-sentry-handlers</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-tests/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/pom.xml b/sentry-tests/pom.xml
index 3c6802b..37f0f3e 100644
--- a/sentry-tests/pom.xml
+++ b/sentry-tests/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>sentry-tests</artifactId>
   <name>Sentry Tests</name>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-tests/sentry-tests-hive/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-hive/pom.xml b/sentry-tests/sentry-tests-hive/pom.xml
index cb70cd3..7ee5378 100644
--- a/sentry-tests/sentry-tests-hive/pom.xml
+++ b/sentry-tests/sentry-tests-hive/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-tests</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>sentry-tests-hive</artifactId>
   <name>Sentry Hive Tests</name>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0d3a8f60/sentry-tests/sentry-tests-solr/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-solr/pom.xml b/sentry-tests/sentry-tests-solr/pom.xml
index 5a1e5c2..4256d69 100644
--- a/sentry-tests/sentry-tests-solr/pom.xml
+++ b/sentry-tests/sentry-tests-solr/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-tests</artifactId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>sentry-tests-solr</artifactId>