build: change version

This commit is contained in:
CaptainB 2022-01-17 12:07:04 +08:00
parent b06940796a
commit ff70c92941
2 changed files with 3 additions and 3 deletions

4
.gitmodules vendored
View File

@ -1,8 +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
branch = v1.17
[submodule "frontend/src/business/components/xpack"]
path = frontend/src/business/components/xpack
url = git@github.com:metersphere/xpack-frontend.git
branch = master
branch = v1.17

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.metersphere</groupId>
<artifactId>metersphere-server</artifactId>
<version>1.9</version>
<version>1.17</version>
<packaging>pom</packaging>
<parent>