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
+1 -1
View File
@@ -3,7 +3,7 @@
<parent>
<artifactId>java-memshell-generator</artifactId>
<groupId>jmg</groupId>
<version>${revision}</version>
<version>${project.build.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jmg-core</artifactId>