File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 6
6
- openjdk11
7
7
- openjdk8
8
8
9
- jobs :
10
- allow_failures :
11
- # Fail maven-bundle-plugin on JDK 15 (https://issues.apache.org/jira/browse/FELIX-6259,https://github.com/mybatis/parent/issues/160)
12
- - jdk : openjdk-ea
13
-
14
9
script :
15
10
- ./mvnw clean verify
16
11
- ./mvnw clean verify -Dspring.version=5.1.15.RELEASE -Dspring-batch.version=4.1.4.RELEASE
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
112
112
113
113
<junit .version>5.6.2</junit .version>
114
114
115
- <!-- Remove after parent 32 (support for jdk 13) -->
116
- <jacoco .version>0.8.4</jacoco .version>
117
115
</properties >
118
116
119
117
<dependencies >
359
357
</testResources >
360
358
</build >
361
359
360
+ <repositories >
361
+ <repository >
362
+ <id >sonatype-oss-snapshots</id >
363
+ <name >Sonatype OSS Snapshots Repository</name >
364
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
365
+ </repository >
366
+ </repositories >
367
+
362
368
</project >
You can’t perform that action at this time.
0 commit comments