SENTRY-867: Remove SNAPSHOT from branch-1.6.0 (Dapeng Sun, Reviewed by Guoquan 
Shen)


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

Branch: refs/heads/branch-1.6.0
Commit: 3c122b76483531db5f0de82cd80d9ce5967f6e00
Parents: df7c25d
Author: Sun Dapeng <s...@apache.org>
Authored: Sun Sep 6 15:57:49 2015 +0800
Committer: Sun Dapeng <s...@apache.org>
Committed: Sun Sep 6 15:57:49 2015 +0800

----------------------------------------------------------------------
 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-binding/sentry-binding-sqoop/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-policy/sentry-policy-sqoop/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 +-
 sentry-tests/sentry-tests-sqoop/pom.xml         | 2 +-
 34 files changed, 35 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0901049..f72ad4f 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.6.0-incubating-SNAPSHOT</version>
+  <version>1.6.0-incubating</version>
   <description>Sentry component</description>
   <name>Sentry</name>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-binding/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/pom.xml b/sentry-binding/pom.xml
index 8e0256c..7f0ecf5 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-binding</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 fabfbbc..c409d33 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-binding-hive</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 7d7af84..79dec55 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-binding-solr</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-binding/sentry-binding-sqoop/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/sentry-binding-sqoop/pom.xml 
b/sentry-binding/sentry-binding-sqoop/pom.xml
index 2d25d21..e7d5dea 100644
--- a/sentry-binding/sentry-binding-sqoop/pom.xml
+++ b/sentry-binding/sentry-binding-sqoop/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-binding</artifactId>
-    <version>1.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-binding-sqoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-core/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-core/pom.xml b/sentry-core/pom.xml
index a692ff9..3f1c0a5 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 4287d05..4b74e4d 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-core-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 ccf7eda..38439a0 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-core-model-db</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 ae40ed8..5741e90 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-core-model-indexer</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 e59eb91..c3d6b82 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-core-model-search</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 2c68475..0803d0a 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-core-model-sqoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-dist/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml
index cde21c0..b68ce83 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
   <artifactId>sentry-dist</artifactId>
   <name>Sentry Distribution</name>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-hdfs/pom.xml b/sentry-hdfs/pom.xml
index 9211c0f..01de7a1 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-hdfs</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 f4b6c9f..b9a8a82 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-hdfs-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 d924849..53c0bee 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-hdfs-dist</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 04b79d8..cd744cc 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</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.6.0-incubating-SNAPSHOT</version>
+      <version>1.6.0-incubating</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 b7de612..27f0bc6 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-hdfs-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-policy/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/pom.xml b/sentry-policy/pom.xml
index f859c1b..056eb8d 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-policy</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 c686dec..cb1ead0 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-policy-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 9e808d4..4d67300 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-policy-db</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 231805f..e43ee61 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-policy-indexer</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 ee5ce80..98c3b7f 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-policy-search</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-policy/sentry-policy-sqoop/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-policy/sentry-policy-sqoop/pom.xml 
b/sentry-policy/sentry-policy-sqoop/pom.xml
index 7513bbf..7b0d96d 100644
--- a/sentry-policy/sentry-policy-sqoop/pom.xml
+++ b/sentry-policy/sentry-policy-sqoop/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-policy</artifactId>
-    <version>1.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-policy-sqoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-provider/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/pom.xml b/sentry-provider/pom.xml
index 265d618..b37c485 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-provider</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 e7fa03f..d37f9c2 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-provider-cache</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 ced3ee7..2a9efcc 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-provider-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 9c4618f..9fdadab 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-provider-db</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 af3ed90..21428cb 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-provider-file</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-solr/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-solr/pom.xml b/sentry-solr/pom.xml
index d47b00c..56f6d82 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-solr</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 d6db69f..e218b1f 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>solr-sentry-handlers</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-tests/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/pom.xml b/sentry-tests/pom.xml
index c12b118..2decbbb 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
   <artifactId>sentry-tests</artifactId>
   <name>Sentry Tests</name>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 0a5b791..2f3c9ae 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
   <artifactId>sentry-tests-hive</artifactId>
   <name>Sentry Hive Tests</name>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/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 4256d69..be0ac03 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.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-tests-solr</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3c122b76/sentry-tests/sentry-tests-sqoop/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-sqoop/pom.xml 
b/sentry-tests/sentry-tests-sqoop/pom.xml
index 491dbaa..fb2096f 100644
--- a/sentry-tests/sentry-tests-sqoop/pom.xml
+++ b/sentry-tests/sentry-tests-sqoop/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.sentry</groupId>
     <artifactId>sentry-tests</artifactId>
-    <version>1.6.0-incubating-SNAPSHOT</version>
+    <version>1.6.0-incubating</version>
   </parent>
 
   <artifactId>sentry-tests-sqoop</artifactId>

Reply via email to