We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b448ef2 commit c4cd3e2Copy full SHA for c4cd3e2
pom.xml
@@ -26,7 +26,7 @@
26
27
<groupId>org.mybatis.caches</groupId>
28
<artifactId>mybatis-redis</artifactId>
29
- <version>1.0.0-beta2-SNAPSHOT</version>
+ <version>1.0.0-beta2</version>
30
<packaging>jar</packaging>
31
32
<name>mybatis-redis</name>
@@ -37,7 +37,7 @@
37
<url>http://github.com/mybatis/redis-cache</url>
38
<connection>scm:git:ssh://github.com/mybatis/redis-cache.git</connection>
39
<developerConnection>scm:git:ssh://git@github.com/mybatis/redis-cache.git</developerConnection>
40
- <tag>HEAD</tag>
+ <tag>mybatis-redis-1.0.0-beta2</tag>
41
</scm>
42
<issueManagement>
43
<system>GitHub Issue Management</system>
0 commit comments