You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2019/11/09 15:18:20 UTC

[incubator-apisix] branch master updated: version: updated version to 0.9-rc1. (#827)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 31a545a  version: updated version to 0.9-rc1. (#827)
31a545a is described below

commit 31a545a72589f618db17bca794d4885914600361
Author: WenMing <mo...@gmail.com>
AuthorDate: Sat Nov 9 23:18:12 2019 +0800

    version: updated version to 0.9-rc1. (#827)
---
 lua/apisix/core/version.lua                                    | 2 +-
 rockspec/{apisix-master-0.rockspec => apisix-0.9-rc1.rockspec} | 7 +++----
 rockspec/apisix-master-0.rockspec                              | 3 +--
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/lua/apisix/core/version.lua b/lua/apisix/core/version.lua
index af04225..7ff0b6f 100644
--- a/lua/apisix/core/version.lua
+++ b/lua/apisix/core/version.lua
@@ -15,5 +15,5 @@
 -- limitations under the License.
 --
 return {
-    VERSION = "0.8"
+    VERSION = "0.9-rc1"
 }
diff --git a/rockspec/apisix-master-0.rockspec b/rockspec/apisix-0.9-rc1.rockspec
similarity index 87%
copy from rockspec/apisix-master-0.rockspec
copy to rockspec/apisix-0.9-rc1.rockspec
index b32695d..ff85549 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-0.9-rc1.rockspec
@@ -15,19 +15,18 @@
 -- limitations under the License.
 --
 package = "apisix"
-version = "master-0"
+version = "0.9-rc1"
 supported_platforms = {"linux", "macosx"}
 
 source = {
     url = "git://github.com/apache/incubator-apisix",
-    branch = "master",
+    branch = "0.9-rc1",
 }
 
 description = {
-    summary = "APISIX 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(incubating) 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",
-    maintainer = "Yuansheng Wang <me...@gmail.com>"
 }
 
 dependencies = {
diff --git a/rockspec/apisix-master-0.rockspec b/rockspec/apisix-master-0.rockspec
index b32695d..2e11518 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -24,10 +24,9 @@ source = {
 }
 
 description = {
-    summary = "APISIX 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(incubating) 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",
-    maintainer = "Yuansheng Wang <me...@gmail.com>"
 }
 
 dependencies = {