Repository: sentry Updated Branches: refs/heads/master 89aa9b4c1 -> 65f5ffe45
SENTRY-1173: Sentry TLP: Update pom.xml to new git location (Sravya Tirukkovalur, Reviewed by: Hao Hao) Change-Id: I5c4aee07248be60827766f5cc3fd0ce053529182 Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/65f5ffe4 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/65f5ffe4 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/65f5ffe4 Branch: refs/heads/master Commit: 65f5ffe45f3dcd547d7f3306f398067853bfb2c4 Parents: 89aa9b4 Author: hahao <[email protected]> Authored: Fri Apr 15 17:40:19 2016 -0700 Committer: hahao <[email protected]> Committed: Fri Apr 15 17:40:19 2016 -0700 ---------------------------------------------------------------------- DISCLAIMER.txt | 16 ---------------- LICENSE.txt | 2 +- pom.xml | 6 +++--- 3 files changed, 4 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/65f5ffe4/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/65f5ffe4/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/65f5ffe4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ea955ea..e288593 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>
