We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03936d6 commit 320dd70Copy full SHA for 320dd70
pom.xml
@@ -24,7 +24,7 @@
24
</parent>
25
26
<artifactId>mybatis</artifactId>
27
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2</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.2</tag>
107
</scm>
108
<issueManagement>
109
<system>GitHub Issue Management</system>
0 commit comments