You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by ha...@apache.org on 2016/04/27 03:30:37 UTC

[2/6] sentry git commit: SENTRY-1173: Sentry TLP: Update pom.xml to new git location (Sravya Tirukkovalur, Reviewed by: Hao Hao)

SENTRY-1173: Sentry TLP: Update pom.xml to new git location (Sravya Tirukkovalur, 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/d78fc2c0
Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/d78fc2c0
Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/d78fc2c0

Branch: refs/heads/branch-1.7.0
Commit: d78fc2c0cc92e39173dcd3cdfc653f7a455d25e6
Parents: 265f529
Author: hahao <ha...@cloudera.com>
Authored: Fri Apr 15 17:23:26 2016 -0700
Committer: hahao <ha...@cloudera.com>
Committed: Tue Apr 26 18:25:58 2016 -0700

----------------------------------------------------------------------
 CHANGELOG.txt  |  2 ++
 DISCLAIMER.txt | 16 ----------------
 LICENSE.txt    |  2 +-
 pom.xml        |  6 +++---
 4 files changed, 6 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/d78fc2c0/CHANGELOG.txt
----------------------------------------------------------------------
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d901328..3639f05 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -8,6 +8,7 @@ Release Notes - Sentry - Version 1.7.0
     * [SENTRY-542] - Extend SentryPolicyServiceClient to implement grant wrapped privilege info for V2
     * [SENTRY-568] - Implement taskFactory V2 to handle special privilege for Sentry
     * [SENTRY-569] - Workaround some operations for Authorization V2
+    * [SENTRY-589] - Enable dist for authorization V2
     * [SENTRY-592] - Support column level security for V2
     * [SENTRY-603] - Execute on failure hooks for V2
     * [SENTRY-813] - Refactor the AuditMetadataLogEntity to support the audit log for generic mdoel
@@ -182,6 +183,7 @@ Release Notes - Sentry - Version 1.7.0
     * [SENTRY-812] - Generate audit trail for Sentry generic model when authorization metadata change 
     * [SENTRY-906] - Add concurrency sentry client tests
     * [SENTRY-995] - Simple Solr Shell
+    * [SENTRY-1130] - Upgrade Hive plugin v2 for hive 2.0.0
 
 
 ** Task

http://git-wip-us.apache.org/repos/asf/sentry/blob/d78fc2c0/DISCLAIMER.txt
----------------------------------------------------------------------
diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt
deleted file mode 100644
index ce4c59c..0000000
--- a/DISCLAIMER.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Apache Sentry is an effort undergoing incubation at the Apache Software
-Foundation (ASF), sponsored by the Apache Incubator Project Management
-Committee.
-
-Incubation is required for all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decisions making process
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness or
-stability of the code, it does indicate that the project has yet to be fully
-endorsed by the ASF.
-
-For more information about the incubation status of the Sentry project you can
-go to the following page:
-
-http://incubator.apache.org/projects/sentry.html

http://git-wip-us.apache.org/repos/asf/sentry/blob/d78fc2c0/LICENSE.txt
----------------------------------------------------------------------
diff --git a/LICENSE.txt b/LICENSE.txt
index c29b59d..e6be787 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -203,7 +203,7 @@
 
 ================================================================================
 
-The Apache Sentry (incubating) distribution includes the following sources/binaries.
+The Apache Sentry distribution includes the following sources/binaries.
 The use of these sources/binaries is subject to the terms and conditions of
 their respective licenses.
 

http://git-wip-us.apache.org/repos/asf/sentry/blob/d78fc2c0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e8508bf..9ac4cdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,9 +43,9 @@ limitations under the License.
   </licenses>
 
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-sentry.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-sentry.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf/incubator-sentry</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/sentry.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/sentry.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf/sentry</url>
   </scm>
 
   <properties>