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 7d63142 commit a022883Copy full SHA for a022883
pom.xml
@@ -24,7 +24,7 @@
24
</parent>
25
26
<artifactId>mybatis-spring</artifactId>
27
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
28
<packaging>jar</packaging>
29
30
<name>MyBatis-Spring</name>
@@ -78,7 +78,7 @@
78
<url>http://github.com/mybatis/spring</url>
79
<connection>scm:git:ssh://github.com/mybatis/spring.git</connection>
80
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/spring.git</developerConnection>
81
- <tag>HEAD</tag>
+ <tag>mybatis-spring-1.2.2</tag>
82
</scm>
83
<issueManagement>
84
<system>GitHub Issue Management</system>
0 commit comments