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 05ae37b commit 9cba552Copy full SHA for 9cba552
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<groupId>org.mybatis</groupId>
24
<artifactId>mybatis-parent</artifactId>
25
- <version>29</version>
+ <version>30-SNAPSHOT</version>
26
<relativePath/>
27
</parent>
28
@@ -298,6 +298,14 @@
298
</dependencies>
299
300
<repositories>
301
+ <repository>
302
+ <id>sonatype-oss-snapshots</id>
303
+ <name>Sonatype OSS Snapshots Repository</name>
304
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
305
+ <snapshots>
306
+ <enabled>true</enabled>
307
+ </snapshots>
308
+ </repository>
309
<repository>
310
<id>spring-milestones</id>
311
<name>Spring Milestones</name>
0 commit comments