Skip to content

Bumps version to 0.2.7-SNAPSHOT and bumps parent version to 2.18.2 #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.14.0-rc2</version>
<version>2.18.2</version>
</parent>
<groupId>org.openapitools</groupId>
<artifactId>jackson-databind-nullable</artifactId>
<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.6-SNAPSHOT</version>
<version>0.2.7-SNAPSHOT</version>

<url>https://github.com/OpenAPITools/jackson-databind-nullable</url>
<scm>
Expand Down Expand Up @@ -63,6 +63,11 @@
<version>6.2.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down