This repository was archived by the owner on Dec 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,10 @@ language: java
22
33jdk :
44 - oraclejdk7
5+ - oraclejdk8
6+
7+ # whitelist
8+ branches :
9+ only :
10+ - master
11+ - " 2.8"
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.fasterxml.jackson</groupId >
66 <artifactId >jackson-parent</artifactId >
7- <version >2.8 </version >
7+ <version >2.9-rc1-SNAPSHOT </version >
88 </parent >
99
1010 <groupId >com.fasterxml.jackson.dataformat</groupId >
1111 <artifactId >jackson-dataformat-yaml</artifactId >
12- <version >2.8.4 -SNAPSHOT</version >
12+ <version >2.9.0 -SNAPSHOT</version >
1313 <packaging >bundle</packaging >
1414 <name >Jackson-dataformat-YAML</name >
1515 <description >Support for reading and writing YAML-encoded data via Jackson abstractions.
2323 </scm >
2424
2525 <properties >
26- <version .jackson.core>2.8.3 </version .jackson.core>
26+ <version .jackson.core>2.9.0-SNAPSHOT </version .jackson.core>
2727
2828 <packageVersion .dir>com/fasterxml/jackson/dataformat/yaml</packageVersion .dir>
2929 <packageVersion .package>${project.groupId} .yaml</packageVersion .package>
You can’t perform that action at this time.
0 commit comments