Skip to content

Commit b1f9387

Browse files
committed
Upgrade to mybatis-parent to 31-SNAPSHOT #1207
1 parent f471b32 commit b1f9387

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 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>30</version>
25+
<version>31-SNAPSHOT</version>
2626
<relativePath />
2727
</parent>
2828

@@ -378,4 +378,13 @@
378378
</testResources>
379379
</build>
380380

381+
<repositories>
382+
<!-- Adding for mybatis-parent 31-SNAPSHOT -->
383+
<repository>
384+
<id>sonatype-oss-snapshots</id>
385+
<name>Sonatype OSS Snapshots Repository</name>
386+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
387+
</repository>
388+
</repositories>
389+
381390
</project>

0 commit comments

Comments
 (0)