Skip to content

Commit

Permalink
v1.0.0发布
Browse files Browse the repository at this point in the history
支持spring boot 2.0
兼容spring redis官方配置
支持全局分布式注解锁
支持会话级缓存控制
  • Loading branch information
wxiaoqi committed Sep 13, 2020
1 parent 7e1adf7 commit 100414f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.wxiaoqi</groupId>
<artifactId>ace-cache</artifactId>
<version>0.0.2</version>
<version>1.0.0</version>
<name>ace-cache</name>
<url>https://github.com/wxiaoqi/ace-cache</url>
<licenses>
Expand Down Expand Up @@ -68,11 +68,11 @@
<connection>scm:git:https://github.com/wxiaoqi/ace-cache.git</connection>
<developerConnection>scm:git:https://github.com/wxiaoqi/ace-cache.git</developerConnection>
<url>https://github.com/wxiaoqi/ace-cache</url>
<tag>0.0.2</tag>
<tag>1.0.0</tag>
</scm>
<developers>
<developer>
<name>WangHaoBin</name>
<name>小郎君</name>
<email>[email protected]</email>
</developer>
</developers>
Expand Down

0 comments on commit 100414f

Please sign in to comment.