We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f24ce7 commit c8bc80eCopy full SHA for c8bc80e
pom.xml
@@ -25,7 +25,7 @@
25
</parent>
26
27
<artifactId>mybatis-spring</artifactId>
28
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.4</version>
29
<packaging>jar</packaging>
30
31
<name>mybatis-spring</name>
@@ -70,7 +70,7 @@
70
</contributor>
71
72
<contributor>
73
- <name>Tomáš Piňos</name>
+ <name>Tomáš Piňos</name>
74
<email>[email protected]</email>
75
76
</contributors>
@@ -79,7 +79,7 @@
79
<url>http://github.com/mybatis/spring</url>
80
<connection>scm:git:ssh://github.com/mybatis/spring.git</connection>
81
<developerConnection>scm:git:ssh://[email protected]/mybatis/spring.git</developerConnection>
82
- <tag>HEAD</tag>
+ <tag>mybatis-spring-1.2.4</tag>
83
</scm>
84
<issueManagement>
85
<system>GitHub Issue Management</system>
0 commit comments