update: 多模块版本字段 revision -> project.build.version

This commit is contained in:
pen4uin
2024-08-23 23:45:25 +08:00
parent 70c7b7013d
commit 315dcad8b4
9 changed files with 27 additions and 24 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>${revision}</version>
<version>${project.build.version}</version>
</parent>
<artifactId>jmg-neoregeorg</artifactId>
@@ -13,7 +13,7 @@
<dependency>
<groupId>jmg</groupId>
<artifactId>jmg-core</artifactId>
<version>${revision}</version>
<version>${project.build.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>