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 9994d4e commit 50ab4f6Copy full SHA for 50ab4f6
pom.xml
@@ -27,7 +27,7 @@
27
</parent>
28
29
<artifactId>mybatis-spring</artifactId>
30
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
31
<packaging>jar</packaging>
32
33
<name>mybatis-spring</name>
@@ -72,7 +72,7 @@
72
</contributor>
73
74
<contributor>
75
- <name>Tomáš Piňos</name>
+ <name>Tomáš Piňos</name>
76
<email>[email protected]</email>
77
78
</contributors>
@@ -81,7 +81,7 @@
81
<url>http://github.com/mybatis/spring</url>
82
<connection>scm:git:ssh://github.com/mybatis/spring.git</connection>
83
<developerConnection>scm:git:ssh://[email protected]/mybatis/spring.git</developerConnection>
84
- <tag>HEAD</tag>
+ <tag>mybatis-spring-1.3.0</tag>
85
</scm>
86
<issueManagement>
87
<system>GitHub Issue Management</system>
0 commit comments