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 f471b32 commit b1f9387Copy full SHA for b1f9387
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<groupId>org.mybatis</groupId>
24
<artifactId>mybatis-parent</artifactId>
25
- <version>30</version>
+ <version>31-SNAPSHOT</version>
26
<relativePath />
27
</parent>
28
@@ -378,4 +378,13 @@
378
</testResources>
379
</build>
380
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
+
390
</project>
0 commit comments