We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e363be commit ee478c2Copy full SHA for ee478c2
pom.xml
@@ -27,7 +27,7 @@
27
</parent>
28
29
<artifactId>mybatis</artifactId>
30
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.5</version>
31
<packaging>jar</packaging>
32
33
<name>mybatis</name>
@@ -112,7 +112,7 @@
112
<url>http://github.com/mybatis/mybatis-3</url>
113
<connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
114
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</developerConnection>
115
- <tag>HEAD</tag>
+ <tag>mybatis-3.5.5</tag>
116
</scm>
117
<issueManagement>
118
<system>GitHub Issue Management</system>
0 commit comments