Skip to content

Commit de07341

Browse files
authored
Merge pull request #482 from kazuki43zoo/mybatis-parent-32-snapshot
Apply mybatis-parent 32-SNAPSHOT for resolving maven-bundle-plugin error on Travis CI
2 parents 55de3b7 + 91b06ac commit de07341

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.travis.yml

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

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-
149
script:
1510
- ./mvnw clean verify
1611
- ./mvnw clean verify -Dspring.version=5.1.15.RELEASE -Dspring-batch.version=4.1.4.RELEASE

pom.xml

Lines changed: 9 additions & 3 deletions
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

@@ -112,8 +112,6 @@
112112

113113
<junit.version>5.6.2</junit.version>
114114

115-
<!-- Remove after parent 32 (support for jdk 13) -->
116-
<jacoco.version>0.8.4</jacoco.version>
117115
</properties>
118116

119117
<dependencies>
@@ -359,4 +357,12 @@
359357
</testResources>
360358
</build>
361359

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

0 commit comments

Comments
 (0)