1
0

fix(all): 修复maven版本指向

This commit is contained in:
2024-11-20 00:08:56 +08:00
parent 323d326e8d
commit 5e4264fb86

View File

@@ -45,17 +45,17 @@
<dependency> <dependency>
<groupId>com.eshore</groupId> <groupId>com.eshore</groupId>
<artifactId>gringotts-core</artifactId> <artifactId>gringotts-core</artifactId>
<version>${version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.eshore</groupId> <groupId>com.eshore</groupId>
<artifactId>gringotts-configuration</artifactId> <artifactId>gringotts-configuration</artifactId>
<version>${version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.eshore</groupId> <groupId>com.eshore</groupId>
<artifactId>gringotts-forest</artifactId> <artifactId>gringotts-forest</artifactId>
<version>${version}</version> <version>${project.version}</version>
</dependency> </dependency>
<!-- Spring Dependencies --> <!-- Spring Dependencies -->