We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ba8bb commit 3780b5fCopy full SHA for 3780b5f
.github/workflows/maven_release.yml
@@ -6,6 +6,7 @@ on:
6
push:
7
branches:
8
- master
9
+ - 0.3.x
10
11
jobs:
12
build:
pom.xml
@@ -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>
13
- <version>0.2.9-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
14
15
<url>https://github.com/OpenAPITools/jackson-databind-nullable</url>
16
<scm>
0 commit comments