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
+3 -3
View File
@@ -4,16 +4,16 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>${project.build.version}</version>
<version>1.0.8</version>
</parent>
<artifactId>jmg-behinder</artifactId>
<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>
</dependencies>