Repository: reef Updated Branches: refs/heads/master 6783732ff -> 5ee10eec5
[REEF-988] Remove "incubating" from doap.rdf and delete DISCLAIMER file JIRA: [REEF-988](https://issues.apache.org/jira/browse/REEF-988) Pull request: This closes #696 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/5ee10eec Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/5ee10eec Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/5ee10eec Branch: refs/heads/master Commit: 5ee10eec509da17ae64ffd778e35d6de70ea03a7 Parents: 6783732 Author: Dongjoon Hyun <[email protected]> Authored: Thu Dec 3 00:27:47 2015 +0900 Committer: Mariia Mykhailova <[email protected]> Committed: Wed Dec 2 13:17:31 2015 -0800 ---------------------------------------------------------------------- DISCLAIMER | 1 - doap.rdf | 16 ++++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/5ee10eec/DISCLAIMER ---------------------------------------------------------------------- diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index 5ef6d45..0000000 --- a/DISCLAIMER +++ /dev/null @@ -1 +0,0 @@ -Apache REEF is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. 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. 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. http://git-wip-us.apache.org/repos/asf/reef/blob/5ee10eec/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index d304088..8e8f108 100644 --- a/doap.rdf +++ b/doap.rdf @@ -23,12 +23,12 @@ under the License. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:foaf="http://xmlns.com/foaf/0.1/"> - <Project rdf:about="http://reef.incubator.apache.org/"> + <Project rdf:about="http://reef.apache.org/"> <created>2014-08-12</created> <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0" /> - <name>Apache REEF (Incubating)</name> - <homepage rdf:resource="http://reef.incubator.apache.org/" /> - <asfext:pmc rdf:resource="http://reef.incubator.apache.org/" /> + <name>Apache REEF</name> + <homepage rdf:resource="http://reef.apache.org/" /> + <asfext:pmc rdf:resource="http://reef.apache.org/" /> <shortdesc> Apache REEF (Retainable Evaluator Execution Framework) is a scale-out computing fabric that eases the development of Big Data @@ -44,8 +44,8 @@ under the License. platforms that support a Resource Manager service. </description> <bug-database rdf:resource="http://issues.apache.org/jira/browse/REEF" /> - <mailing-list rdf:resource="http://reef.incubator.apache.org/mailing-list.html" /> - <download-page rdf:resource="http://reef.incubator.apache.org/downloads.html" /> + <mailing-list rdf:resource="http://reef.apache.org/mailing-list.html" /> + <download-page rdf:resource="http://reef.apache.org/downloads.html" /> <programming-language>Java</programming-language> <programming-language>C#</programming-language> <programming-language>C++</programming-language> @@ -59,8 +59,8 @@ under the License. </release> <repository> <GitRepository> - <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-reef.git"/> - <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=incubator-reef.git"/> + <location rdf:resource="https://git-wip-us.apache.org/repos/asf/reef.git"/> + <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=reef.git"/> </GitRepository> </repository> </Project>
