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 a7d6bf8 commit b515178Copy full SHA for b515178
pom.xml
@@ -24,7 +24,7 @@
24
</parent>
25
26
<artifactId>mybatis-guice</artifactId>
27
- <version>3.6-SNAPSHOT</version>
+ <version>3.6</version>
28
<packaging>jar</packaging>
29
30
<name>MyBatis Guice</name>
@@ -62,7 +62,7 @@
62
<url>http://github.com/mybatis/guice</url>
63
<connection>scm:git:ssh://github.com/mybatis/guice.git</connection>
64
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/guice.git</developerConnection>
65
- <tag>HEAD</tag>
+ <tag>mybatis-guice-3.6</tag>
66
</scm>
67
<issueManagement>
68
<system>GitHub Issue Management</system>
0 commit comments