Skip to content

Commit 8861f83

Browse files
committed
prepare 0.2.6 snapshot, update readme
1 parent 3f9974f commit 8861f83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jackson-databind-nullable
22

3-
[![Build Status](https://travis-ci.org/OpenAPITools/jackson-databind-nullable.svg?branch=master)](https://travis-ci.org/OpenAPITools/jackson-databind-nullable)
3+
[![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)
44

55
This module provides a `JsonNullable` wrapper class and a Jackson module to serialize/deserialize it.
66
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.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>jar</packaging>
1111
<name>JsonNullable Jackson module</name>
1212
<description>JsonNullable wrapper class and Jackson module to support fields with meaningful null values.</description>
13-
<version>0.2.5-SNAPSHOT</version>
13+
<version>0.2.6-SNAPSHOT</version>
1414

1515
<url>https://github.com/OpenAPITools/jackson-databind-nullable</url>
1616
<scm>

0 commit comments

Comments
 (0)