🐛 修改pom文件版本设置方法

This commit is contained in:
b2baccline
2020-06-10 09:52:43 +08:00
parent de663189b7
commit 2f41cd7d93
4 changed files with 12 additions and 3 deletions

View File

@@ -104,6 +104,16 @@
<artifactId>ballcat-spring-boot-starter-redis</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.hccake</groupId>
<artifactId>mybatis-plus-extend</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.hccake</groupId>
<artifactId>mybatis-plus-mysql-extend</artifactId>
<version>${revision}</version>
</dependency>
<!--swagger注解-->
<dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>ballcat-extends</artifactId>
<groupId>com.hccake</groupId>
<version>0.0.2</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -15,7 +15,6 @@
<dependency>
<groupId>com.hccake</groupId>
<artifactId>mybatis-plus-extend</artifactId>
<version>0.0.2</version>
</dependency>
<!--hutool-->
<dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>ballcat</artifactId>
<groupId>com.hccake</groupId>
<version>0.0.2</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>