Merge pull request #229 from ruansheng8/dev

版本号统一管理
This commit is contained in:
click33
2022-04-23 13:56:49 +08:00
committed by GitHub
25 changed files with 104 additions and 52 deletions

View File

@@ -7,7 +7,8 @@
<parent>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-plugin</artifactId>
<version>1.29.1.trial</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
@@ -20,7 +21,7 @@
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-core</artifactId>
<version>${sa-token-version}</version>
<version>${revision}</version>
</dependency>
<!-- hutool (jwt) -->
<dependency>