版本号统一管理

This commit is contained in:
ruansheng
2022-03-06 17:36:13 +08:00
parent a1e995e800
commit 54dcbe2a88
25 changed files with 104 additions and 52 deletions

View File

@@ -7,7 +7,8 @@
<parent>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-test</artifactId>
<version>1.29.1.trial</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
@@ -19,7 +20,7 @@
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId>
<version>${sa-token-version}</version>
<version>${revision}</version>
</dependency>
</dependencies>