We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf69c16 commit 870951dCopy full SHA for 870951d
pom.xml
@@ -27,7 +27,7 @@
27
</parent>
28
29
<artifactId>mybatis-guice</artifactId>
30
- <version>3.10-SNAPSHOT</version>
+ <version>3.10</version>
31
<packaging>jar</packaging>
32
33
<name>mybatis-guice</name>
@@ -67,7 +67,7 @@
67
<url>http://github.com/mybatis/guice</url>
68
<connection>scm:git:ssh://github.com/mybatis/guice.git</connection>
69
<developerConnection>scm:git:ssh://[email protected]/mybatis/guice.git</developerConnection>
70
- <tag>HEAD</tag>
+ <tag>mybatis-guice-3.10</tag>
71
</scm>
72
<issueManagement>
73
<system>GitHub Issue Management</system>
0 commit comments