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

chenjunxu pushed a commit to branch v1.4.1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/v1.4.1 by this push:
     new 5b9455d  remove DISCLAIMER  and  `incubating` in docs.
5b9455d is described below

commit 5b9455db3a44e7747d3e1d1624dd2ddaf21d0f41
Author: nic-chen <j...@163.com>
AuthorDate: Fri Jul 17 10:34:02 2020 +0800

    remove DISCLAIMER  and  `incubating` in docs.
---
 DISCLAIMER                        | 5 -----
 NOTICE                            | 2 +-
 doc/how-to-build.md               | 6 +++---
 doc/zh-cn/how-to-build.md         | 6 +++---
 rockspec/apisix-0.9-0.rockspec    | 2 +-
 rockspec/apisix-1.0-0.rockspec    | 2 +-
 rockspec/apisix-1.1-0.rockspec    | 2 +-
 rockspec/apisix-1.2-0.rockspec    | 2 +-
 rockspec/apisix-1.3-0.rockspec    | 2 +-
 rockspec/apisix-1.4-0.rockspec    | 2 +-
 rockspec/apisix-1.4.1-0.rockspec  | 2 +-
 rockspec/apisix-master-0.rockspec | 2 +-
 12 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index fee7a8f..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache APISIX (incubating) 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/NOTICE b/NOTICE
index e15bb45..8690119 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache APISIX (incubating)
+Apache APISIX
 Copyright 2019-2020 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/doc/how-to-build.md b/doc/how-to-build.md
index 00ac067..87570ea 100644
--- a/doc/how-to-build.md
+++ b/doc/how-to-build.md
@@ -34,14 +34,14 @@ You can install Apache APISIX in a variety of ways, 
including source code packag
 You need to download the Apache source release first:
 
 ```shell
-wget 
http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-incubating-src.tar.gz
-tar zxvf apache-apisix-1.4.1-incubating-src.tar.gz
+wget 
http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
+tar zxvf apache-apisix-1.4.1-src.tar.gz
 ```
 
 Install the Lua libraries that the runtime depends on:
 
 ```shell
-cd apache-apisix-1.4.1-incubating
+cd apache-apisix-1.4.1
 make deps
 ```
 
diff --git a/doc/zh-cn/how-to-build.md b/doc/zh-cn/how-to-build.md
index 26c38be..8d1a66d 100644
--- a/doc/zh-cn/how-to-build.md
+++ b/doc/zh-cn/how-to-build.md
@@ -34,13 +34,13 @@ Apache APISIX 的运行环境需要 Nginx 和 etcd,
 你需要先下载 Apache Release 源码包:
 
 ```shell
-wget 
http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-incubating-src.tar.gz
-tar zxvf apache-apisix-1.4.1-incubating-src.tar.gz
+wget 
http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
+tar zxvf apache-apisix-1.4.1-src.tar.gz
 ```
 
 安装运行时依赖的 Lua 库:
 ```
-cd apache-apisix-1.4.1-incubating
+cd apache-apisix-1.4.1
 make deps
 ```
 
diff --git a/rockspec/apisix-0.9-0.rockspec b/rockspec/apisix-0.9-0.rockspec
index 28952bb..94c7962 100644
--- a/rockspec/apisix-0.9-0.rockspec
+++ b/rockspec/apisix-0.9-0.rockspec
@@ -24,7 +24,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX(incubating) is a cloud-native microservices API 
gateway, delivering the ultimate performance, security, open source and 
scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX is a cloud-native microservices API gateway, 
delivering the ultimate performance, security, open source and scalable 
platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix";,
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.0-0.rockspec b/rockspec/apisix-1.0-0.rockspec
index 5e4f401..0a97198 100644
--- a/rockspec/apisix-1.0-0.rockspec
+++ b/rockspec/apisix-1.0-0.rockspec
@@ -24,7 +24,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX(incubating) is a cloud-native microservices API 
gateway, delivering the ultimate performance, security, open source and 
scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX is a cloud-native microservices API gateway, 
delivering the ultimate performance, security, open source and scalable 
platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix";,
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.1-0.rockspec b/rockspec/apisix-1.1-0.rockspec
index f194026..1add562 100644
--- a/rockspec/apisix-1.1-0.rockspec
+++ b/rockspec/apisix-1.1-0.rockspec
@@ -24,7 +24,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX(incubating) is a cloud-native microservices API 
gateway, delivering the ultimate performance, security, open source and 
scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX is a cloud-native microservices API gateway, 
delivering the ultimate performance, security, open source and scalable 
platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix";,
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.2-0.rockspec b/rockspec/apisix-1.2-0.rockspec
index 1a6ad32..e57a61d 100644
--- a/rockspec/apisix-1.2-0.rockspec
+++ b/rockspec/apisix-1.2-0.rockspec
@@ -24,7 +24,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX(incubating) is a cloud-native microservices API 
gateway, delivering the ultimate performance, security, open source and 
scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX is a cloud-native microservices API gateway, 
delivering the ultimate performance, security, open source and scalable 
platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix";,
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.3-0.rockspec b/rockspec/apisix-1.3-0.rockspec
index 99dddc5..580bf48 100644
--- a/rockspec/apisix-1.3-0.rockspec
+++ b/rockspec/apisix-1.3-0.rockspec
@@ -24,7 +24,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX(incubating) is a cloud-native microservices API 
gateway, delivering the ultimate performance, security, open source and 
scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX is a cloud-native microservices API gateway, 
delivering the ultimate performance, security, open source and scalable 
platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix";,
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.4-0.rockspec b/rockspec/apisix-1.4-0.rockspec
index 9b3d01d..f0f8242 100644
--- a/rockspec/apisix-1.4-0.rockspec
+++ b/rockspec/apisix-1.4-0.rockspec
@@ -25,7 +25,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX(incubating) is a cloud-native microservices API 
gateway, delivering the ultimate performance, security, open source and 
scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX is a cloud-native microservices API gateway, 
delivering the ultimate performance, security, open source and scalable 
platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix";,
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-1.4.1-0.rockspec b/rockspec/apisix-1.4.1-0.rockspec
index 11cc434..3fc6ea4 100644
--- a/rockspec/apisix-1.4.1-0.rockspec
+++ b/rockspec/apisix-1.4.1-0.rockspec
@@ -25,7 +25,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX(incubating) is a cloud-native microservices API 
gateway, delivering the ultimate performance, security, open source and 
scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX is a cloud-native microservices API gateway, 
delivering the ultimate performance, security, open source and scalable 
platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix";,
     license = "Apache License 2.0",
 }
diff --git a/rockspec/apisix-master-0.rockspec 
b/rockspec/apisix-master-0.rockspec
index da953bc..93c98d3 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -25,7 +25,7 @@ source = {
 }
 
 description = {
-    summary = "Apache APISIX(incubating) is a cloud-native microservices API 
gateway, delivering the ultimate performance, security, open source and 
scalable platform for all your APIs and microservices.",
+    summary = "Apache APISIX is a cloud-native microservices API gateway, 
delivering the ultimate performance, security, open source and scalable 
platform for all your APIs and microservices.",
     homepage = "https://github.com/apache/incubator-apisix";,
     license = "Apache License 2.0",
 }

Reply via email to