We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4bdfd commit db7f38dCopy full SHA for db7f38d
pom.xml
@@ -24,7 +24,7 @@
24
</parent>
25
26
<artifactId>mybatis</artifactId>
27
- <version>3.2.5-SNAPSHOT</version>
+ <version>3.2.5</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://git@github.com/mybatis/mybatis-3.git</developerConnection>
110
- <tag>HEAD</tag>
+ <tag>mybatis-3.2.5</tag>
111
</scm>
112
<issueManagement>
113
<system>GitHub Issue Management</system>
0 commit comments