File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 7
7
- openjdk11
8
8
- openjdk8
9
9
10
- jobs :
11
- allow_failures :
12
- # Fail maven-bundle-plugin on JDK 15 (https://issues.apache.org/jira/browse/FELIX-6259,https://github.com/mybatis/parent/issues/160)
13
- - jdk : openjdk15
14
-
15
10
after_success :
16
11
- chmod -R 777 ./travis/after_success.sh
17
12
- ./travis/after_success.sh
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
119
119
</dependency >
120
120
</dependencies >
121
121
122
+ <repositories >
123
+ <repository >
124
+ <id >sonatype-oss-snapshots</id >
125
+ <name >Sonatype OSS Snapshots Repository</name >
126
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
127
+ </repository >
128
+ </repositories >
129
+
122
130
</project >
You can’t perform that action at this time.
0 commit comments