We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a37bfc commit a9d54d8Copy full SHA for a9d54d8
pom.xml
@@ -20,7 +20,7 @@
20
<parent>
21
<groupId>org.mybatis</groupId>
22
<artifactId>mybatis-parent</artifactId>
23
- <version>19-SNAPSHOT</version>
+ <version>19</version>
24
</parent>
25
26
<artifactId>mybatis-migrations</artifactId>
@@ -66,7 +66,7 @@
66
<dependency>
67
68
<artifactId>mybatis</artifactId>
69
- <version>3.2.3</version>
+ <version>3.2.4</version>
70
</dependency>
71
72
<groupId>org.hamcrest</groupId>
@@ -172,7 +172,6 @@
172
</execution>
173
</executions>
174
</plugin>
175
-
176
</plugins>
177
</build>
178
0 commit comments