Skip to content

Commit f404a79

Browse files
committed
reverting version number to 3.0.2-SNAPSHOT
1 parent 57266c7 commit f404a79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
annotations. Simplicity is the biggest advantage of the mybatis data mapper over object relational mapping
1616
tools.
1717
</description>
18-
<version>3.0.3-SNAPSHOT</version>
18+
<version>3.0.2-SNAPSHOT</version>
1919
<packaging>jar</packaging>
2020
<url>http://www.mybatis.org/</url>
2121
<licenses>
@@ -53,9 +53,9 @@
5353
</developer>
5454
</developers>
5555
<scm>
56-
<url>scm:svn:https://mybatis.googlecode.com/svn/</url>
57-
<connection>scm:svn:https://mybatis.googlecode.com/svn/</connection>
58-
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/</developerConnection>
56+
<url>scm:svn:https://mybatis.googlecode.com/svn/trunk</url>
57+
<connection>scm:svn:https://mybatis.googlecode.com/svn/trunk</connection>
58+
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/trunk</developerConnection>
5959
</scm>
6060
<reporting>
6161
<plugins>

0 commit comments

Comments
 (0)