forked from apache/ranger
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RANGER-1332: updated docs and scripts for removal of incubation
- Loading branch information
1 parent
1eb8938
commit 28d2ed1
Showing
10 changed files
with
55 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
Apache Ranger is an effort undergoing incubation at the Apache Software | ||
Foundation (ASF), sponsored by the Apache Incubator PMC. | ||
Apache Ranger is a Top Level Project (TLP) at the Apache Software Foundation (ASF). | ||
|
||
Incubation is required of all newly accepted projects until a further review | ||
indicates that the infrastructure, communications, and decision making process | ||
have stabilized in a manner consistent with other successful ASF projects. | ||
This product includes software developed at The Apache Software | ||
Foundation (http://www.apache.org/). | ||
|
||
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 Apache Ranger project you | ||
can go to the following page: | ||
|
||
http://ranger.incubator.apache.org | ||
http://ranger.apache.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ | |
Apache Ranger is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. Apache Ranger currently provides a centralized security adminstration, fine grain access control and detailed auditing for user access within Apache Hadoop, Apache Hive, Apache HBase and other Apache components | ||
|
||
</description> | ||
<url>http://ranger.incubator.apache.org/</url> | ||
<url>http://ranger.apache.org/</url> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.incubator.apache.ranger</groupId> | ||
<groupId>org.apache.ranger</groupId> | ||
<version>0.7.0-SNAPSHOT</version> | ||
<artifactId>ranger</artifactId> | ||
<packaging>pom</packaging> | ||
|
@@ -35,10 +35,10 @@ | |
</license> | ||
</licenses> | ||
<scm> | ||
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/ranger/site/trunk</connection> | ||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ranger/site/trunk</developerConnection> | ||
<connection>scm:svn:https://svn.apache.org/repos/asf/ranger/site/trunk</connection> | ||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ranger/site/trunk</developerConnection> | ||
<tag>HEAD</tag> | ||
<url>http://svn.apache.org/repos/asf/incubator/ranger/site/trunk</url> | ||
<url>http://svn.apache.org/repos/asf/ranger/site/trunk</url> | ||
</scm> | ||
<issueManagement> | ||
<system>Jira</system> | ||
|
@@ -47,29 +47,29 @@ | |
<mailingLists> | ||
<mailingList> | ||
<name>User list</name> | ||
<subscribe>mailto:user-subscribe@ranger.incubator.apache.org | ||
<subscribe>mailto:[email protected] | ||
</subscribe> | ||
<unsubscribe>mailto:user-unsubscribe@ranger.incubator.apache.org | ||
<unsubscribe>mailto:[email protected] | ||
</unsubscribe> | ||
<post>mailto:user@ranger.incubator.apache.org</post> | ||
<post>mailto:[email protected]</post> | ||
<archive>http://mail-archives.apache.org/mod_mbox/ranger-user/</archive> | ||
</mailingList> | ||
<mailingList> | ||
<name>Development list</name> | ||
<subscribe>mailto:dev-subscribe@ranger.incubator.apache.org | ||
<subscribe>mailto:[email protected] | ||
</subscribe> | ||
<unsubscribe>mailto:dev-unsubscribe@ranger.incubator.apache.org | ||
<unsubscribe>mailto:[email protected] | ||
</unsubscribe> | ||
<post>mailto:dev@ranger.incubator.apache.org</post> | ||
<post>mailto:[email protected]</post> | ||
<archive>http://mail-archives.apache.org/mod_mbox/ranger-dev/</archive> | ||
</mailingList> | ||
<mailingList> | ||
<name>Commit list</name> | ||
<subscribe>mailto:commits-subscribe@ranger.incubator.apache.org | ||
<subscribe>mailto:[email protected] | ||
</subscribe> | ||
<unsubscribe>mailto:commits-unsubscribe@ranger.incubator.apache.org | ||
<unsubscribe>mailto:[email protected] | ||
</unsubscribe> | ||
<post>mailto:commits@ranger.incubator.apache.org</post> | ||
<post>mailto:[email protected]</post> | ||
<archive>http://mail-archives.apache.org/mod_mbox/ranger-commits/</archive> | ||
</mailingList> | ||
</mailingLists> | ||
|
@@ -460,7 +460,7 @@ | |
<site> | ||
<id>apache-website</id> | ||
<name>Apache website</name> | ||
<url>scpexe://people.apache.org/www/incubator.apache.org/ranger</url> | ||
<url>scpexe://people.apache.org/www/apache.org/ranger</url> | ||
</site> | ||
</distributionManagement> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
<description>Security for Enforcing Enterprise Policies</description> | ||
<packaging>pom</packaging> | ||
<name>ranger</name> | ||
<url>http://ranger.incubator.apache.org/</url> | ||
<url>http://ranger.apache.org/</url> | ||
<licenses> | ||
<license> | ||
<name>Apache 2.0 License</name> | ||
|
@@ -36,9 +36,9 @@ | |
</license> | ||
</licenses> | ||
<scm> | ||
<connection>scm:git:[email protected]:apache/incubator-ranger.git</connection> | ||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-ranger.git</developerConnection> | ||
<url>scm:git:[email protected]:apache/incubator-ranger.git</url> | ||
<connection>scm:git:[email protected]:apache/ranger.git</connection> | ||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ranger.git</developerConnection> | ||
<url>scm:git:[email protected]:apache/ranger.git</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<issueManagement> | ||
|
@@ -51,21 +51,21 @@ | |
<mailingLists> | ||
<mailingList> | ||
<name>Dev Mailing List</name> | ||
<post>dev@ranger.incubator.apache.org</post> | ||
<subscribe>dev-subscribe@ranger.incubator.apache.org</subscribe> | ||
<unsubscribe>dev-unsubscribe@ranger.incubator.apache.org</unsubscribe> | ||
<post>[email protected]</post> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
</mailingList> | ||
<mailingList> | ||
<name>User Mailing List</name> | ||
<post>user@ranger.incubator.apache.org</post> | ||
<subscribe>user-subscribe@ranger.incubator.apache.org</subscribe> | ||
<unsubscribe>user-unsubscribe@ranger.incubator.apache.org</unsubscribe> | ||
<post>[email protected]</post> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
</mailingList> | ||
<mailingList> | ||
<name>Commits Mailing List</name> | ||
<post>commits@ranger.incubator.apache.org</post> | ||
<subscribe>commits-subscribe@ranger.incubator.apache.org</subscribe> | ||
<unsubscribe>commits-unsubscribe@ranger.incubator.apache.org</unsubscribe> | ||
<post>[email protected]</post> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
</mailingList> | ||
</mailingLists> | ||
<modules> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters