We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af64eca commit 596cbe4Copy full SHA for 596cbe4
pom.xml
@@ -24,7 +24,7 @@
24
</parent>
25
26
<artifactId>mybatis</artifactId>
27
- <version>3.2.4-SNAPSHOT</version>
+ <version>3.2.4</version>
28
<packaging>jar</packaging>
29
30
<name>MyBatis</name>
@@ -107,7 +107,7 @@
107
<url>http://github.com/mybatis/mybatis-3</url>
108
<connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
109
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/mybatis-3.git</developerConnection>
110
- <tag>HEAD</tag>
+ <tag>mybatis-3.2.4</tag>
111
</scm>
112
<issueManagement>
113
<system>GitHub Issue Management</system>
0 commit comments