File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >org.mybatis</groupId >
5
4
<artifactId >mybatis</artifactId >
10
9
annotations. Simplicity is the biggest advantage of the mybatis data mapper over object relational mapping
11
10
tools.
12
11
</description >
13
- <version >3.0.1-SNAPSHOT </version >
12
+ <version >3.0.1</version >
14
13
<packaging >jar</packaging >
15
14
<url >http://www.mybatis.org/</url >
16
15
<licenses >
46
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
47
46
</properties >
48
47
<scm >
49
- <connection >scm:svn:https://mybatis.googlecode.com/svn/</connection >
50
- <developerConnection >scm:svn:https://mybatis.googlecode.com/svn/</developerConnection >
48
+ <connection >scm:svn:https://mybatis.googlecode.com/svn/tags/mybatis-3.0.1 </connection >
49
+ <developerConnection >scm:svn:https://mybatis.googlecode.com/svn/tags/mybatis-3.0.1 </developerConnection >
51
50
</scm >
52
51
<reporting >
53
52
<plugins >
You can’t perform that action at this time.
0 commit comments