You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by ak...@apache.org on 2017/03/11 01:52:12 UTC

sentry git commit: SENTRY-1311: Improve usability of URI privileges by supporting mixed use of URIs with and without scheme - fixed mismerge (Vadim Spector, Reviewed by Hao Hao)

Repository: sentry
Updated Branches:
  refs/heads/sentry-ha-redesign 94ec0b44c -> 62b002321


SENTRY-1311: Improve usability of URI privileges by supporting mixed use of URIs with and without scheme - fixed mismerge (Vadim Spector, Reviewed by Hao Hao)


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

Branch: refs/heads/sentry-ha-redesign
Commit: 62b00232123c285d2bc856d43682e02984060337
Parents: 94ec0b4
Author: Alexander Kolbasov <ak...@cloudera.com>
Authored: Fri Mar 10 17:51:39 2017 -0800
Committer: Alexander Kolbasov <ak...@cloudera.com>
Committed: Fri Mar 10 17:51:39 2017 -0800

----------------------------------------------------------------------
 sentry-binding/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/62b00232/sentry-binding/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-binding/pom.xml b/sentry-binding/pom.xml
index 67d8395..48ae245 100644
--- a/sentry-binding/pom.xml
+++ b/sentry-binding/pom.xml
@@ -43,7 +43,7 @@ limitations under the License.
     <profile>
       <id>hive-authz1</id>
       <activation>
-        <activeByDefault>false</activeByDefault>
+        <activeByDefault>true</activeByDefault>
       </activation>
       <modules>
         <module>sentry-binding-hive</module>
@@ -52,7 +52,7 @@ limitations under the License.
     <profile>
       <id>hive-authz2</id>
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <activeByDefault>false</activeByDefault>
       </activation>
       <modules>
         <module>sentry-binding-hive-v2</module>