We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707e42a commit 93cf268Copy full SHA for 93cf268
pom.xml
@@ -24,7 +24,7 @@
24
</parent>
25
26
<artifactId>mybatis</artifactId>
27
- <version>3.2.3-SNAPSHOT</version>
+ <version>3.2.3</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.3</tag>
111
</scm>
112
<issueManagement>
113
<system>GitHub Issue Management</system>
0 commit comments