We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0433d24 commit 18f36ecCopy full SHA for 18f36ec
pom.xml
@@ -24,7 +24,7 @@
24
</parent>
25
26
<artifactId>mybatis-spring</artifactId>
27
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
28
<packaging>jar</packaging>
29
30
<name>MyBatis-Spring</name>
@@ -72,7 +72,7 @@
72
<url>http://github.com/mybatis/spring</url>
73
<connection>scm:git:ssh://github.com/mybatis/spring.git</connection>
74
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/spring.git</developerConnection>
75
- <tag>HEAD</tag>
+ <tag>mybatis-spring-1.2.0</tag>
76
</scm>
77
<issueManagement>
78
<system>GitHub Issue Management</system>
0 commit comments