maven 规范

This commit is contained in:
Chopper
2021-07-12 16:33:32 +08:00
parent d29d166ce0
commit 86f010b87e
7 changed files with 65 additions and 72 deletions

View File

@@ -7,7 +7,8 @@
<parent>
<groupId>cn.lili</groupId>
<artifactId>lili-shop-parent</artifactId>
<version>4.2.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>cn.lili</groupId>
@@ -17,7 +18,7 @@
<dependency>
<groupId>cn.lili</groupId>
<artifactId>framework</artifactId>
<version>4.2.0</version>
<version>${revision}</version>
</dependency>
</dependencies>