Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 114494f

Browse files
committed
update master to 2.9.0-SNAPSHOT for new features
1 parent d54d9de commit 114494f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ language: java
22

33
jdk:
44
- oraclejdk7
5+
- oraclejdk8
6+
7+
# whitelist
8+
branches:
9+
only:
10+
- master
11+
- "2.8"

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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.
@@ -23,7 +23,7 @@
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>

0 commit comments

Comments
 (0)