update: 其他

This commit is contained in:
pen4uin
2024-08-24 14:49:41 +08:00
parent d5c7b731ab
commit e2ad182bcf
18 changed files with 82 additions and 83 deletions
+17 -17
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>${project.build.version}</version>
<version>1.0.8</version>
</parent>
<artifactId>jmg-woodpecker</artifactId>
@@ -17,51 +17,51 @@
</properties>
<dependencies>
<dependency>
<groupId>jmg</groupId>
<groupId>${parent.groupId}</groupId>
<artifactId>jmg-core</artifactId>
<version>${project.build.version}</version>
<version>${parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<groupId>${parent.groupId}</groupId>
<artifactId>jmg-antsword</artifactId>
<version>${project.build.version}</version>
<version>${parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<groupId>${parent.groupId}</groupId>
<artifactId>jmg-behinder</artifactId>
<version>${project.build.version}</version>
<version>${parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<groupId>${parent.groupId}</groupId>
<artifactId>jmg-custom</artifactId>
<version>${project.build.version}</version>
<version>${parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<groupId>${parent.groupId}</groupId>
<artifactId>jmg-godzilla</artifactId>
<version>${project.build.version}</version>
<version>${parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<groupId>${parent.groupId}</groupId>
<artifactId>jmg-extender</artifactId>
<version>${project.build.version}</version>
<version>${parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<groupId>${parent.groupId}</groupId>
<artifactId>jmg-neoregeorg</artifactId>
<version>${project.build.version}</version>
<version>${parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jmg</groupId>
<groupId>${parent.groupId}</groupId>
<artifactId>jmg-suo5</artifactId>
<version>${project.build.version}</version>
<version>${parent.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>