This is an automated email from the ASF dual-hosted git repository.

runzhiwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new a6913a5  RATIS-1317. Remove DISCLAIMER and update BUILDING.md & 
README.md. (#425)
a6913a5 is described below

commit a6913a5e2d445229fafd0546248d0f0ee9f12d33
Author: Tsz-Wo Nicholas Sze <[email protected]>
AuthorDate: Fri Feb 19 18:58:09 2021 +0800

    RATIS-1317. Remove DISCLAIMER and update BUILDING.md & README.md. (#425)
---
 BUILDING.md | 4 ++--
 DISCLAIMER  | 7 -------
 README.md   | 2 +-
 3 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/BUILDING.md b/BUILDING.md
index 9011254..137cb4d 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -32,8 +32,8 @@ See the next section for more info.
 
 All bundled thirdparty dependencies are centralized in the *ratis-thirdparty* 
module
 and the *ratis-thirdparty-hadoop* module.
-These modules are located in a separated repository 
(https://gitbox.apache.org/repos/asf?p=incubator-ratis-thirdparty.git)
-but not attached to the core Apache Ratis repository 
(https://gitbox.apache.org/repos/asf/incubator-ratis.git)
+These modules are located in a separated repository
+but not attached to the core Apache Ratis repository
 as they only need to change when one of these dependencies are changed.
 All dependencies included in ratis-thirdparty/ratis-thirdparty-hadoop
 must be relocated to a different package to ensure no downstream classpath 
pollution.
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 132b1e0..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,7 +0,0 @@
-Apache Ratis is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC. 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.
diff --git a/README.md b/README.md
index 2db4baa..ce61473 100644
--- a/README.md
+++ b/README.md
@@ -37,4 +37,4 @@ _[In Search of an Understandable Consensus 
Algorithm][Ongaro2014]_,
 
 [Ongaro2014]: 
https://www.usenix.org/conference/atc14/technical-sessions/presentation/ongaro
 
-[Apache Ratis]: http://ratis.incubator.apache.org/
+[Apache Ratis]: https://ratis.apache.org/

Reply via email to