build: 创建分支 v2.2

This commit is contained in:
CaptainB 2022-09-18 11:11:51 +08:00
parent f9b9b1b395
commit 8adb7d4121
2 changed files with 3 additions and 3 deletions

4
.gitmodules vendored
View File

@ -1,10 +1,10 @@
[submodule "backend/src/main/java/io/metersphere/xpack"] [submodule "backend/src/main/java/io/metersphere/xpack"]
path = backend/src/main/java/io/metersphere/xpack path = backend/src/main/java/io/metersphere/xpack
url = git@github.com:metersphere/xpack-backend.git url = git@github.com:metersphere/xpack-backend.git
branch = dev branch = v2.2
ignore = all ignore = all
[submodule "frontend/src/business/components/xpack"] [submodule "frontend/src/business/components/xpack"]
path = frontend/src/business/components/xpack path = frontend/src/business/components/xpack
url = git@github.com:metersphere/xpack-frontend.git url = git@github.com:metersphere/xpack-frontend.git
branch = dev branch = v2.2
ignore = all ignore = all

View File

@ -16,7 +16,7 @@
<name>metersphere</name> <name>metersphere</name>
<properties> <properties>
<revision>dev</revision> <revision>2.2</revision>
</properties> </properties>
<modules> <modules>
<module>frontend</module> <module>frontend</module>