Skip to content

Commit 1d7846c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2fbf38c commit 1d7846c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
annotations. Simplicity is the biggest advantage of the mybatis data mapper over object relational mapping
1010
tools.
1111
</description>
12-
<version>3.0.1</version>
12+
<version>3.0.2-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<url>http://www.mybatis.org/</url>
1515
<licenses>
@@ -45,8 +45,8 @@
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4646
</properties>
4747
<scm>
48-
<connection>scm:svn:https://mybatis.googlecode.com/svn/mybatis-3.0.1</connection>
49-
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/tags/mybatis-3.0.1</developerConnection>
48+
<connection>scm:svn:https://mybatis.googlecode.com/svn/</connection>
49+
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/</developerConnection>
5050
</scm>
5151
<reporting>
5252
<plugins>

0 commit comments

Comments
 (0)