🐛 修改pom文件版本设置方法
This commit is contained in:
@@ -104,6 +104,16 @@
|
|||||||
<artifactId>ballcat-spring-boot-starter-redis</artifactId>
|
<artifactId>ballcat-spring-boot-starter-redis</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</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注解-->
|
<!--swagger注解-->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>ballcat-extends</artifactId>
|
<artifactId>ballcat-extends</artifactId>
|
||||||
<groupId>com.hccake</groupId>
|
<groupId>com.hccake</groupId>
|
||||||
<version>0.0.2</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.hccake</groupId>
|
<groupId>com.hccake</groupId>
|
||||||
<artifactId>mybatis-plus-extend</artifactId>
|
<artifactId>mybatis-plus-extend</artifactId>
|
||||||
<version>0.0.2</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--hutool-->
|
<!--hutool-->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>ballcat</artifactId>
|
<artifactId>ballcat</artifactId>
|
||||||
<groupId>com.hccake</groupId>
|
<groupId>com.hccake</groupId>
|
||||||
<version>0.0.2</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user