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 0e828f4  rocks: used tag instead of branch. (#1503)
0e828f4 is described below

commit 0e828f444b29375fd025db42e4fbb5c83414ecd2
Author: Wen Ming <[email protected]>
AuthorDate: Sun Apr 26 11:05:09 2020 +0800

    rocks: used tag instead of branch. (#1503)
---
 rockspec/apisix-1.2-0.rockspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rockspec/apisix-1.2-0.rockspec b/rockspec/apisix-1.2-0.rockspec
index 6be16b9..1a6ad32 100644
--- a/rockspec/apisix-1.2-0.rockspec
+++ b/rockspec/apisix-1.2-0.rockspec
@@ -20,7 +20,7 @@ supported_platforms = {"linux", "macosx"}
 
 source = {
     url = "git://github.com/apache/incubator-apisix",
-    branch = "v1.2",
+    tag = "1.2",
 }
 
 description = {

Reply via email to