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 d89b300 commit 4f286a7Copy full SHA for 4f286a7
pom.xml
@@ -27,7 +27,7 @@
27
</parent>
28
29
<artifactId>mybatis</artifactId>
30
- <version>3.5.6-SNAPSHOT</version>
+ <version>3.5.6</version>
31
<packaging>jar</packaging>
32
33
<name>mybatis</name>
@@ -112,7 +112,7 @@
112
<url>http://github.com/mybatis/mybatis-3</url>
113
<connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
114
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</developerConnection>
115
- <tag>HEAD</tag>
+ <tag>mybatis-3.5.6</tag>
116
</scm>
117
<issueManagement>
118
<system>GitHub Issue Management</system>
0 commit comments