ci: 多模块统一版本号

This commit is contained in:
CaptainB 2022-04-15 09:06:13 +08:00 committed by 刘瑞斌
parent dee035f0bf
commit 6515ebc1dc
3 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<parent>
<artifactId>metersphere-server</artifactId>
<groupId>io.metersphere</groupId>
<version>1.9</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -7,7 +7,7 @@
<parent>
<artifactId>metersphere-server</artifactId>
<groupId>io.metersphere</groupId>
<version>1.9</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.metersphere</groupId>
<artifactId>metersphere-server</artifactId>
<version>1.9</version>
<version>${revision}</version>
<packaging>pom</packaging>
<parent>
@ -15,6 +15,9 @@
</parent>
<name>metersphere</name>
<properties>
<revision>1.9</revision>
</properties>
<modules>
<module>frontend</module>
<module>backend</module>