We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6687b74 commit 674ac07Copy full SHA for 674ac07
pom.xml
@@ -10,7 +10,7 @@
10
<packaging>jar</packaging>
11
<name>JsonNullable Jackson module</name>
12
<description>JsonNullable wrapper class and Jackson module to support fields with meaningful null values.</description>
13
- <version>0.2.6-SNAPSHOT</version>
+ <version>0.2.7</version>
14
15
<url>https://github.com/OpenAPITools/jackson-databind-nullable</url>
16
<scm>
@@ -125,7 +125,7 @@
125
<plugin>
126
<groupId>org.sonatype.plugins</groupId>
127
<artifactId>nexus-staging-maven-plugin</artifactId>
128
- <version>1.6.8</version>
+ <version>1.6.14</version>
129
<extensions>true</extensions>
130
<configuration>
131
<serverId>ossrh</serverId>
0 commit comments