File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1818<!--
1919 version: $Id$
2020-->
21- <project xmlns =" http://maven.apache.org/POM/4.0.0"
22- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
21+ <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" >
2422
2523 <modelVersion >4.0.0</modelVersion >
2624 <groupId >org.mybatis</groupId >
2725 <artifactId >mybatis-spring</artifactId >
2826 <name >mybatis-spring</name >
2927 <description >An easy-to-use Spring3 bridge for
3028 MyBatis sql mapping framework.</description >
31- <version >1.0.0-SNAPSHOT </version >
29+ <version >1.0.0-RC1 </version >
3230 <packaging >jar</packaging >
3331 <url >http://www.mybatis.org/</url >
3432
156154 </contributors >
157155
158156 <scm >
159- <url >scm:svn:http://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk </url >
160- <connection >scm:svn:https://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk </connection >
161- <developerConnection >scm:svn:https://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk </developerConnection >
157+ <url >scm:svn:http://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/tags/1.0.0-RC1 </url >
158+ <connection >scm:svn:https://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/tags/1.0.0-RC1 </connection >
159+ <developerConnection >scm:svn:https://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/tags/1.0.0-RC1 </developerConnection >
162160 </scm >
163161
164162 <reporting >
You can’t perform that action at this time.
0 commit comments