Skip to content

Commit 5b9455d

Browse files
committed
remove DISCLAIMER and incubating in docs.
1 parent 7fbd8a1 commit 5b9455d

12 files changed

+15
-20
lines changed

DISCLAIMER

Lines changed: 0 additions & 5 deletions
This file was deleted.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache APISIX (incubating)
1+
Apache APISIX
22
Copyright 2019-2020 The Apache Software Foundation
33

44
This product includes software developed at

doc/how-to-build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ You can install Apache APISIX in a variety of ways, including source code packag
3434
You need to download the Apache source release first:
3535

3636
```shell
37-
wget http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-incubating-src.tar.gz
38-
tar zxvf apache-apisix-1.4.1-incubating-src.tar.gz
37+
wget http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
38+
tar zxvf apache-apisix-1.4.1-src.tar.gz
3939
```
4040

4141
Install the Lua libraries that the runtime depends on:
4242

4343
```shell
44-
cd apache-apisix-1.4.1-incubating
44+
cd apache-apisix-1.4.1
4545
make deps
4646
```
4747

doc/zh-cn/how-to-build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Apache APISIX 的运行环境需要 Nginx 和 etcd,
3434
你需要先下载 Apache Release 源码包:
3535

3636
```shell
37-
wget http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-incubating-src.tar.gz
38-
tar zxvf apache-apisix-1.4.1-incubating-src.tar.gz
37+
wget http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
38+
tar zxvf apache-apisix-1.4.1-src.tar.gz
3939
```
4040

4141
安装运行时依赖的 Lua 库:
4242
```
43-
cd apache-apisix-1.4.1-incubating
43+
cd apache-apisix-1.4.1
4444
make deps
4545
```
4646

rockspec/apisix-0.9-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ source = {
2424
}
2525

2626
description = {
27-
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.",
27+
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.",
2828
homepage = "https://github.com/apache/incubator-apisix",
2929
license = "Apache License 2.0",
3030
}

rockspec/apisix-1.0-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ source = {
2424
}
2525

2626
description = {
27-
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.",
27+
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.",
2828
homepage = "https://github.com/apache/incubator-apisix",
2929
license = "Apache License 2.0",
3030
}

rockspec/apisix-1.1-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ source = {
2424
}
2525

2626
description = {
27-
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.",
27+
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.",
2828
homepage = "https://github.com/apache/incubator-apisix",
2929
license = "Apache License 2.0",
3030
}

rockspec/apisix-1.2-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ source = {
2424
}
2525

2626
description = {
27-
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.",
27+
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.",
2828
homepage = "https://github.com/apache/incubator-apisix",
2929
license = "Apache License 2.0",
3030
}

rockspec/apisix-1.3-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ source = {
2424
}
2525

2626
description = {
27-
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.",
27+
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.",
2828
homepage = "https://github.com/apache/incubator-apisix",
2929
license = "Apache License 2.0",
3030
}

rockspec/apisix-1.4-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ source = {
2525
}
2626

2727
description = {
28-
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.",
28+
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.",
2929
homepage = "https://github.com/apache/incubator-apisix",
3030
license = "Apache License 2.0",
3131
}

0 commit comments

Comments
 (0)