You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/05/28 15:36:20 UTC

[incubator-apisix] branch master updated: bugfix: change the version of skywalking to 1.0-0 (#1624)

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

membphis 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 f16e25d  bugfix: change the version of skywalking to 1.0-0 (#1624)
f16e25d is described below

commit f16e25d484b6f43c763df427513eee5c57a4eaf2
Author: dabue <53...@users.noreply.github.com>
AuthorDate: Thu May 28 23:36:10 2020 +0800

    bugfix: change the version of skywalking to 1.0-0 (#1624)
---
 rockspec/apisix-master-0.rockspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rockspec/apisix-master-0.rockspec b/rockspec/apisix-master-0.rockspec
index 17014c5..73f8a94 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -51,7 +51,7 @@ dependencies = {
     "lua-resty-ipmatcher = 0.6",
     "lua-resty-kafka = 0.07",
     "lua-resty-logger-socket = 2.0-0",
-    "skywalking-nginx-lua-plugin = 1.0",
+    "skywalking-nginx-lua-plugin = 1.0-0",
 }
 
 build = {