release branch 0.0.1

This commit is contained in:
binbin.hou
2020-09-10 14:03:35 +08:00
parent 3a8c68a19d
commit 8efc7db9c7
9 changed files with 134 additions and 10 deletions

View File

@@ -5,10 +5,11 @@
<groupId>com.github.houbb</groupId>
<artifactId>lock</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<modules>
<module>lock-api</module>
<module>lock-core</module>
<module>lock-test</module>
</modules>
<properties>
@@ -51,7 +52,7 @@
</dependency>
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>lock-redis</artifactId>
<artifactId>lock-core</artifactId>
<version>${project.version}</version>
</dependency>