diff --git a/README.md b/README.md index 7673de4..c98f20a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # jackson-databind-nullable -[![Build Status](https://travis-ci.org/OpenAPITools/jackson-databind-nullable.svg?branch=master)](https://travis-ci.org/OpenAPITools/jackson-databind-nullable) +[![Build Status](https://api.travis-ci.com/OpenAPITools/jackson-databind-nullable.svg?branch=master&status=passed)](https://app.travis-ci.com/github/OpenAPITools/jackson-databind-nullable) This module provides a `JsonNullable` wrapper class and a Jackson module to serialize/deserialize it. The `JsonNullable` wrapper shall be used to wrap Java bean fields for which it is important to distinguish between an explicit `"null"` and the field not being present. diff --git a/pom.xml b/pom.xml index f4301cc..92f0bad 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ jar JsonNullable Jackson module JsonNullable wrapper class and Jackson module to support fields with meaningful null values. - 0.2.5-SNAPSHOT + 0.2.6-SNAPSHOT https://github.com/OpenAPITools/jackson-databind-nullable