Skip to content

Commit f431261

Browse files
committed
Update mybatis-parent 32-SNAPSHOT for preventing build error on JDK 15
1 parent 5c7bb22 commit f431261

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ jdk:
77
- openjdk11
88
- openjdk8
99

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-
1510
after_success:
1611
- chmod -R 777 ./travis/after_success.sh
1712
- ./travis/after_success.sh

pom.xml

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

@@ -119,4 +119,12 @@
119119
</dependency>
120120
</dependencies>
121121

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+
122130
</project>

0 commit comments

Comments
 (0)