Skip to content

Commit 9cba552

Browse files
committed
Upgrade to mybatis-parent 30-SNAPSHOT
See gh-246
1 parent 05ae37b commit 9cba552

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.mybatis</groupId>
2424
<artifactId>mybatis-parent</artifactId>
25-
<version>29</version>
25+
<version>30-SNAPSHOT</version>
2626
<relativePath/>
2727
</parent>
2828

@@ -298,6 +298,14 @@
298298
</dependencies>
299299

300300
<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>
301309
<repository>
302310
<id>spring-milestones</id>
303311
<name>Spring Milestones</name>

0 commit comments

Comments
 (0)