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
+8 -8
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-gui</artifactId>
@@ -11,7 +11,7 @@
<dependency>
<groupId>jmg</groupId>
<artifactId>jmg-core</artifactId>
<version>${revision}</version>
<version>${project.build.version}</version>
<scope>compile</scope>
</dependency>
<!--
@@ -38,37 +38,37 @@
<dependency>
<groupId>jmg</groupId>
<artifactId>jmg-behinder</artifactId>
<version>${revision}</version>
<version>${project.build.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<artifactId>jmg-antsword</artifactId>
<version>${revision}</version>
<version>${project.build.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<artifactId>jmg-godzilla</artifactId>
<version>${revision}</version>
<version>${project.build.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<artifactId>jmg-suo5</artifactId>
<version>${revision}</version>
<version>${project.build.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<artifactId>jmg-neoregeorg</artifactId>
<version>${revision}</version>
<version>${project.build.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<artifactId>jmg-custom</artifactId>
<version>${revision}</version>
<version>${project.build.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>