File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 18
18
<!--
19
19
version: $Id$
20
20
-->
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" >
24
22
25
23
<modelVersion >4.0.0</modelVersion >
26
24
<groupId >org.mybatis</groupId >
27
25
<artifactId >mybatis-spring</artifactId >
28
26
<name >mybatis-spring</name >
29
27
<description >An easy-to-use Spring3 bridge for
30
28
MyBatis sql mapping framework.</description >
31
- <version >1.0.0-SNAPSHOT </version >
29
+ <version >1.0.0-RC1 </version >
32
30
<packaging >jar</packaging >
33
31
<url >http://www.mybatis.org/</url >
34
32
156
154
</contributors >
157
155
158
156
<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 >
162
160
</scm >
163
161
164
162
<reporting >
You can’t perform that action at this time.
0 commit comments