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
2
2
3
3
jdk :
4
4
- 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 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-parent</artifactId >
7
- <version >2.8 </version >
7
+ <version >2.9-rc1-SNAPSHOT </version >
8
8
</parent >
9
9
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformat-yaml</artifactId >
12
- <version >2.8.4 -SNAPSHOT</version >
12
+ <version >2.9.0 -SNAPSHOT</version >
13
13
<packaging >bundle</packaging >
14
14
<name >Jackson-dataformat-YAML</name >
15
15
<description >Support for reading and writing YAML-encoded data via Jackson abstractions.
23
23
</scm >
24
24
25
25
<properties >
26
- <version .jackson.core>2.8.3 </version .jackson.core>
26
+ <version .jackson.core>2.9.0-SNAPSHOT </version .jackson.core>
27
27
28
28
<packageVersion .dir>com/fasterxml/jackson/dataformat/yaml</packageVersion .dir>
29
29
<packageVersion .package>${project.groupId} .yaml</packageVersion .package>
You can’t perform that action at this time.
0 commit comments