Repository: incubator-sentry Updated Branches: refs/heads/master 1abc8db22 -> 6ab2a681e
SENTRY-366: Update the versions on trunk after branching (Tuong Truong via Sravya Tirukkovalur) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/6ab2a681 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/6ab2a681 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/6ab2a681 Branch: refs/heads/master Commit: 6ab2a681e167c7899f3c26f9b5e97e4781111efa Parents: 1abc8db Author: Sravya Tirukkovalur <[email protected]> Authored: Fri Jul 25 14:54:37 2014 -0700 Committer: Sravya Tirukkovalur <[email protected]> Committed: Fri Jul 25 14:54:37 2014 -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-search/pom.xml | 2 +- sentry-dist/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-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-tests/pom.xml | 2 +- sentry-tests/sentry-tests-hive/pom.xml | 2 +- sentry-tests/sentry-tests-solr/pom.xml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0acf3f4..e918219 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.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/6ab2a681/sentry-binding/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-binding/pom.xml b/sentry-binding/pom.xml index 6cfd778..7428aa5 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-binding</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 5b822ba..e72b370 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-binding-hive</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 8e7cf13..2dfc933 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-binding-solr</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/sentry-core/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-core/pom.xml b/sentry-core/pom.xml index c7b1074..2dce738 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-core</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 d1785b8..f373394 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-core-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 652b8a2..9cfe3df 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-core-model-db</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 ca20293..1753b51 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-core-model-search</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index fa03d4e..cd7126b 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-dist</artifactId> <name>Sentry Distribution</name> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/sentry-policy/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-policy/pom.xml b/sentry-policy/pom.xml index 560ad99..dfd3d8f 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-policy</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 168b175..179cf29 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-policy-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 315eeea..4e5825f 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-policy-db</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 2feb170..8dcaeb2 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-policy-search</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/sentry-provider/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-provider/pom.xml b/sentry-provider/pom.xml index 74e3c0f..15a4f2c 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-provider</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 c791eb2..8298be6 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-provider-cache</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 4c778a2..15535f1 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-provider-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 16f4e8e..b4167e4 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-provider-db</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 b834c8e..b9a718c 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-provider-file</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/sentry-tests/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-tests/pom.xml b/sentry-tests/pom.xml index a18f912..3c6802b 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-tests</artifactId> <name>Sentry Tests</name> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6ab2a681/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 651252a..067d1ab 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.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/6ab2a681/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 fdca89b..ce6dccd 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.4.0-incubating-SNAPSHOT</version> + <version>1.5.0-incubating-SNAPSHOT</version> </parent> <artifactId>sentry-tests-solr</artifactId>
