From 2cce1e153753185f791dcf5219f6bc3e8ebf56c2 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Sat, 5 Jun 2021 22:35:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8C=BA=E5=88=86submodule=E7=9A=84?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 417c9cca52..c6324db453 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "backend/src/main/java/io/metersphere/xpack"] path = backend/src/main/java/io/metersphere/xpack url = git@github.com:metersphere/xpack-backend.git + branch = master [submodule "frontend/src/business/components/xpack"] path = frontend/src/business/components/xpack url = git@github.com:metersphere/xpack-frontend.git + branch = master