release branch 1.3.0

This commit is contained in:
binbin.hou
2022-12-08 13:30:01 +08:00
parent 62d2a60edc
commit 4ce823e161
14 changed files with 38 additions and 45 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.github.houbb</groupId>
<artifactId>lock</artifactId>
<packaging>pom</packaging>
<version>1.2.0</version>
<version>1.3.0</version>
<modules>
<module>lock-api</module>
<module>lock-core</module>
@@ -123,6 +123,11 @@
<artifactId>redis-config-spring</artifactId>
<version>${redis-config.version}</version>
</dependency>
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>redis-config-springboot-starter</artifactId>
<version>${redis-config.version}</version>
</dependency>
<!--============================== OTHER ==============================-->
<dependency>