We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5698f commit c25d21eCopy full SHA for c25d21e
pom.xml
@@ -25,7 +25,7 @@
25
26
<groupId>org.mybatis.caches</groupId>
27
<artifactId>mybatis-memcached</artifactId>
28
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
29
<packaging>jar</packaging>
30
31
<name>MyBatis Caches :: Memcached</name>
@@ -36,7 +36,7 @@
36
<url>http://github.com/mybatis/memcached-cache</url>
37
<connection>scm:git:ssh://github.com/mybatis/memcached-cache.git</connection>
38
<developerConnection>scm:git:git+ssh://git@github.com/mybatis/memcached-cache.git</developerConnection>
39
- <tag>HEAD</tag>
+ <tag>mybatis-memcached-1.0.0</tag>
40
</scm>
41
<issueManagement>
42
<system>GitHub Issue Management</system>
0 commit comments