mirror of
https://github.com/pen4uin/java-memshell-generator.git
synced 2026-09-22 01:30:43 +08:00
update: 多模块版本字段 revision -> project.build.version
This commit is contained in:
+8
-8
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user