Skip to content

Commit

Permalink
prepare 0.2.6 snapshot, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Feb 21, 2023
1 parent 3f9974f commit 8861f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@
<packaging>jar</packaging>
<name>JsonNullable Jackson module</name>
<description>JsonNullable wrapper class and Jackson module to support fields with meaningful null values.</description>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>

<url>https://github.com/OpenAPITools/jackson-databind-nullable</url>
<scm>
Expand Down

0 comments on commit 8861f83

Please sign in to comment.