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