Skip to content

Commit d929486

Browse files
committed
[maven-release-plugin] prepare release mybatis-3.0.1
1 parent e483926 commit d929486

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>org.mybatis</groupId>
54
<artifactId>mybatis</artifactId>
@@ -10,7 +9,7 @@
109
annotations. Simplicity is the biggest advantage of the mybatis data mapper over object relational mapping
1110
tools.
1211
</description>
13-
<version>3.0.1-SNAPSHOT</version>
12+
<version>3.0.1</version>
1413
<packaging>jar</packaging>
1514
<url>http://www.mybatis.org/</url>
1615
<licenses>
@@ -46,8 +45,8 @@
4645
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4746
</properties>
4847
<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>
5150
</scm>
5251
<reporting>
5352
<plugins>

0 commit comments

Comments
 (0)