File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
3
3
jdk :
4
- # JDK15 is blocked due to maven-bundle-plugin and underlying bnd (see https://issues.apache.org/jira/browse/FELIX-6259)
5
- # - openjdk15
4
+ - openjdk15
6
5
- openjdk14
7
6
- openjdk13
8
7
- openjdk11
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.mybatis</groupId >
24
24
<artifactId >mybatis-parent</artifactId >
25
- <version >31 </version >
25
+ <version >32-SNAPSHOT </version >
26
26
<relativePath />
27
27
</parent >
28
28
406
406
</profile >
407
407
</profiles >
408
408
409
+ <!-- Will remove after released mybatis-parent 32+ (See https://github.com/mybatis/mybatis-3/issues/1926) -->
410
+ <repositories >
411
+ <repository >
412
+ <id >sonatype-oss-snapshots</id >
413
+ <name >Sonatype OSS Snapshots Repository</name >
414
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
415
+ </repository >
416
+ </repositories >
417
+
409
418
</project >
You can’t perform that action at this time.
0 commit comments