Repository: sentry Updated Branches: refs/heads/branch-1.8 b7a952cac -> 3b7d720f5
SENTRY-1858 - Rename version from 1.8.0-SNAPSHOT -> 1.8.0. Thanks to Sergio Pena. - Reviewed by coheigea. Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/3b7d720f Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/3b7d720f Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/3b7d720f Branch: refs/heads/branch-1.8 Commit: 3b7d720f591828c4c84d12b33a27f69fdb95443f Parents: b7a952c Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Jul 25 10:03:07 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Jul 25 10:03:27 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- sentry-binding/pom.xml | 2 +- sentry-binding/sentry-binding-hive-common/pom.xml | 2 +- sentry-binding/sentry-binding-hive-v2/pom.xml | 2 +- sentry-binding/sentry-binding-hive/pom.xml | 2 +- sentry-binding/sentry-binding-kafka/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-kafka/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 | 2 +- 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-engine/pom.xml | 2 +- sentry-policy/sentry-policy-indexer/pom.xml | 2 +- sentry-provider/pom.xml | 2 +- sentry-provider/sentry-authorization-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-service/pom.xml | 2 +- sentry-service/sentry-service-client/pom.xml | 2 +- sentry-service/sentry-service-common/pom.xml | 2 +- sentry-service/sentry-service-server/pom.xml | 2 +- .../sentry-service-server/src/main/webapp/SentryService.html | 2 +- sentry-solr/pom.xml | 2 +- sentry-solr/solr-sentry-core/pom.xml | 2 +- sentry-solr/solr-sentry-handlers/pom.xml | 2 +- sentry-tests/pom.xml | 2 +- sentry-tests/sentry-tests-hive-v2/pom.xml | 2 +- sentry-tests/sentry-tests-hive/pom.xml | 2 +- sentry-tests/sentry-tests-kafka/pom.xml | 2 +- sentry-tests/sentry-tests-solr/pom.xml | 2 +- sentry-tests/sentry-tests-sqoop/pom.xml | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 578e60f..35c1da4 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> <description>Sentry component</description> <name>Sentry</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-binding/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-binding/pom.xml b/sentry-binding/pom.xml index 30bca14..aeb2b4c 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-binding</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-binding/sentry-binding-hive-common/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-binding/sentry-binding-hive-common/pom.xml b/sentry-binding/sentry-binding-hive-common/pom.xml index bac07ce..a2d904e 100644 --- a/sentry-binding/sentry-binding-hive-common/pom.xml +++ b/sentry-binding/sentry-binding-hive-common/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-binding</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-binding-hive-common</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-binding/sentry-binding-hive-v2/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-binding/sentry-binding-hive-v2/pom.xml b/sentry-binding/sentry-binding-hive-v2/pom.xml index e6df18a..a0bac6c 100644 --- a/sentry-binding/sentry-binding-hive-v2/pom.xml +++ b/sentry-binding/sentry-binding-hive-v2/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-binding</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-binding-hive-v2</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 fa1c44c..e12b9c8 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-binding-hive</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-binding/sentry-binding-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-binding/sentry-binding-kafka/pom.xml b/sentry-binding/sentry-binding-kafka/pom.xml index b156d25..444821b 100644 --- a/sentry-binding/sentry-binding-kafka/pom.xml +++ b/sentry-binding/sentry-binding-kafka/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-binding</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-binding-kafka</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 1cb5b57..8e41fd8 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-binding-solr</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 462e8bc..93e8810 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-binding-sqoop</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-core/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-core/pom.xml b/sentry-core/pom.xml index 1ab4c7f..89c9973 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-core</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 9d18063..c1816a4 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-core-common</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 d209fe7..71f1757 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-core-model-db</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 8d1cbc2..a7e0cd1 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-core-model-indexer</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-core/sentry-core-model-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-core/sentry-core-model-kafka/pom.xml b/sentry-core/sentry-core-model-kafka/pom.xml index d32c630..21ee080 100644 --- a/sentry-core/sentry-core-model-kafka/pom.xml +++ b/sentry-core/sentry-core-model-kafka/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-core</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-core-model-kafka</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 db73f62..4076904 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-core-model-search</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 f3a1a2f..d5e923d 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-core-model-sqoop</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index 6774b75..3b592fa 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-dist</artifactId> <name>Sentry Distribution</name> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-hdfs/pom.xml b/sentry-hdfs/pom.xml index be1fa6c..76c0b7a 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-hdfs</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 281196b..52c0f07 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-hdfs-common</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 beda202..aa2a5d6 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-hdfs-dist</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 64fc1ac..77ad3b1 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-hdfs-namenode-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 89a848a..cd62af9 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-hdfs-service</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-policy/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-policy/pom.xml b/sentry-policy/pom.xml index 14fe829..95560e4 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-policy</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 7804a0f..f5ff186 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-policy-common</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-policy/sentry-policy-engine/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-policy/sentry-policy-engine/pom.xml b/sentry-policy/sentry-policy-engine/pom.xml index 4e6da63..3318e5f 100644 --- a/sentry-policy/sentry-policy-engine/pom.xml +++ b/sentry-policy/sentry-policy-engine/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-policy</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-policy-engine</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 fa89192..062fd3f 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-policy-indexer</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-provider/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-provider/pom.xml b/sentry-provider/pom.xml index 6a32f30..cc23818 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-provider</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-provider/sentry-authorization-provider/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-provider/sentry-authorization-provider/pom.xml b/sentry-provider/sentry-authorization-provider/pom.xml index 46b3015..40b2ffc 100644 --- a/sentry-provider/sentry-authorization-provider/pom.xml +++ b/sentry-provider/sentry-authorization-provider/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-provider</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-authorization-provider</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 d4e0b8b..44e9f60 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-provider-cache</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 4c8b13e..deae32f 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-provider-common</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 bf43e0b..c094c6e 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-provider-db</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 25db036..35c486d 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-provider-file</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-service/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-service/pom.xml b/sentry-service/pom.xml index 4bcb7f1..1a0a511 100644 --- a/sentry-service/pom.xml +++ b/sentry-service/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-service</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-service/sentry-service-client/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-service/sentry-service-client/pom.xml b/sentry-service/sentry-service-client/pom.xml index fc37c5e..4290682 100644 --- a/sentry-service/sentry-service-client/pom.xml +++ b/sentry-service/sentry-service-client/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-service</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-service-client</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-service/sentry-service-common/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-service/sentry-service-common/pom.xml b/sentry-service/sentry-service-common/pom.xml index c32fc7e..9909173 100644 --- a/sentry-service/sentry-service-common/pom.xml +++ b/sentry-service/sentry-service-common/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-service</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-service-common</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-service/sentry-service-server/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-service/sentry-service-server/pom.xml b/sentry-service/sentry-service-server/pom.xml index 3a3303d..c6ddb07 100644 --- a/sentry-service/sentry-service-server/pom.xml +++ b/sentry-service/sentry-service-server/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-service</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-service-server</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-service/sentry-service-server/src/main/webapp/SentryService.html ---------------------------------------------------------------------- diff --git a/sentry-service/sentry-service-server/src/main/webapp/SentryService.html b/sentry-service/sentry-service-server/src/main/webapp/SentryService.html index 9eb5f0e..7b5415e 100644 --- a/sentry-service/sentry-service-server/src/main/webapp/SentryService.html +++ b/sentry-service/sentry-service-server/src/main/webapp/SentryService.html @@ -54,7 +54,7 @@ limitations under the License. <footer class="footer"> <div class="container"> - <p class="text-muted">SENTRY 1.8.0-SNAPSHOT</p> + <p class="text-muted">SENTRY 1.8.0</p> </div> </footer> </body> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-solr/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-solr/pom.xml b/sentry-solr/pom.xml index 1231f7e..7ebdd8b 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-solr</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-solr/solr-sentry-core/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-solr/solr-sentry-core/pom.xml b/sentry-solr/solr-sentry-core/pom.xml index 5dada5b..7e9f70c 100644 --- a/sentry-solr/solr-sentry-core/pom.xml +++ b/sentry-solr/solr-sentry-core/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-solr</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>solr-sentry-core</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 5503b1e..314efed 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>solr-sentry-handlers</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-tests/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-tests/pom.xml b/sentry-tests/pom.xml index 2c68fde..be5da8d 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-tests</artifactId> <name>Sentry Tests</name> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-tests/sentry-tests-hive-v2/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-hive-v2/pom.xml b/sentry-tests/sentry-tests-hive-v2/pom.xml index c9e4dd7..f6db216 100644 --- a/sentry-tests/sentry-tests-hive-v2/pom.xml +++ b/sentry-tests/sentry-tests-hive-v2/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.sentry</groupId> <artifactId>sentry-tests</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-tests-hive-v2</artifactId> <name>Sentry Hive Tests v2</name> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 5de784c..c42f35e 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-tests-hive</artifactId> <name>Sentry Hive Tests</name> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/sentry-tests/sentry-tests-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-kafka/pom.xml b/sentry-tests/sentry-tests-kafka/pom.xml index 48dd145..699c620 100644 --- a/sentry-tests/sentry-tests-kafka/pom.xml +++ b/sentry-tests/sentry-tests-kafka/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <artifactId>sentry-tests</artifactId> <groupId>org.apache.sentry</groupId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 156d6bd..7700f39 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-tests-solr</artifactId> http://git-wip-us.apache.org/repos/asf/sentry/blob/3b7d720f/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 e2ff365..54021e0 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.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>sentry-tests-sqoop</artifactId>
