Skip to content

Commit f0ad0e8

Browse files
committed
releng
* parent updated to latest released version * mybatis core dependency updated to latest released version
1 parent 6f31beb commit f0ad0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.mybatis</groupId>
2222
<artifactId>mybatis-parent</artifactId>
23-
<version>17-SNAPSHOT</version>
23+
<version>17</version>
2424
</parent>
2525

2626
<artifactId>mybatis-spring</artifactId>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.mybatis</groupId>
105105
<artifactId>mybatis</artifactId>
106-
<version>3.2.0-SNAPSHOT</version>
106+
<version>3.2.0</version>
107107
<scope>provided</scope>
108108
</dependency>
109109

0 commit comments

Comments
 (0)