Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Commit

Permalink
update master to 2.9.0-SNAPSHOT for new features
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 13, 2016
1 parent d54d9de commit 114494f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ language: java

jdk:
- oraclejdk7
- oraclejdk8

# whitelist
branches:
only:
- master
- "2.8"
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-parent</artifactId>
<version>2.8</version>
<version>2.9-rc1-SNAPSHOT</version>
</parent>

<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.8.4-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Jackson-dataformat-YAML</name>
<description>Support for reading and writing YAML-encoded data via Jackson abstractions.
Expand All @@ -23,7 +23,7 @@
</scm>

<properties>
<version.jackson.core>2.8.3</version.jackson.core>
<version.jackson.core>2.9.0-SNAPSHOT</version.jackson.core>

<packageVersion.dir>com/fasterxml/jackson/dataformat/yaml</packageVersion.dir>
<packageVersion.package>${project.groupId}.yaml</packageVersion.package>
Expand Down

0 comments on commit 114494f

Please sign in to comment.