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 d3573fa commit 4269dbbCopy full SHA for 4269dbb
pom.xml
@@ -1,4 +1,4 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
Copyright 2009-2015 the original author or authors.
4
@@ -25,7 +25,7 @@
25
</parent>
26
27
<artifactId>mybatis</artifactId>
28
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1</version>
29
<packaging>jar</packaging>
30
31
<name>mybatis</name>
@@ -108,7 +108,7 @@
108
<url>http://github.com/mybatis/mybatis-3</url>
109
<connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
110
<developerConnection>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</developerConnection>
111
- <tag>HEAD</tag>
+ <tag>mybatis-3.3.1</tag>
112
</scm>
113
<issueManagement>
114
<system>GitHub Issue Management</system>
0 commit comments